Metadata-Version: 2.1
Name: async-etcd
Version: 0.0.0.dev4
Summary: Asyncio based etcd-v3 client
Home-page: https://github.com/se7entyse7en/async-etcd
License: Apache-2.0
Author: Lou Marvin Caraig
Author-email: loumarvincaraig@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/se7entyse7en/async-etcd
Description-Content-Type: text/markdown

# async-etcd
Asyncio based etcd-v3 client

## Tagging and publishing

Each push to `master` will make the CI create a development tag as `X.Y.Z.devW` and will build and push the build to pypi. Whenever a non-development version needs to be created, then do the following:
1. locally run `make bump-{patch|minor|major}`,
2. open a PR,
3. merge to `master`

The CI will detect the new untagged version and will create the corresponding tag and publish to build to pypi.

