Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit 6315b5a

Browse files
committed
README: improvements
1 parent ef0ec0c commit 6315b5a

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# gcp-utils-python
2-
Fyndata's Python library of Google Cloud Platform (GCP) utils
1+
# fyndata/gcp-utils-python
2+
3+
Fyndata's Python library of Google Cloud Platform (GCP) utils.
4+
5+
- Python package: `fd_gcp`
6+
- Python distribution package name: `fyndata-gcp-utils`
7+
- PyPI package name: `fyndata-gcp-utils`
8+
9+
10+
## Build status
11+
12+
| branch | build |
13+
| ------- | ----- |
14+
| master | [![CircleCI](https://circleci.com/gh/fyndata/gcp-utils-python/tree/master.svg?style=shield)](https://circleci.com/gh/fyndata/gcp-utils-python/tree/master) |
15+
| develop | [![CircleCI](https://circleci.com/gh/fyndata/gcp-utils-python/tree/develop.svg?style=shield)](https://circleci.com/gh/fyndata/gcp-utils-python/tree/develop) |
16+
17+
18+
## Supported Python versions
19+
20+
Only Python 3.7. Python 3.6 and below will not work because we use some features introduced in
21+
Python 3.7. In the future, for real multiversion support we need to set up `tox`
22+
(see [tox.ini](tox.ini) and [setup.py](setup.py)).

0 commit comments

Comments
 (0)