Metadata-Version: 2.4
Name: httpetcd
Version: 0.3.3
Summary: Etcd client over HTTP
Home-page: http://infra.pages.gitlab.corp.mail.ru/iaas/libraries/httpetcd3
Author: Mail.ru Cloud Solutions
Author-email: mcs-iaas@we.mail.ru
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pbr<=5.8.1,>=1.10.0
Requires-Dist: six<=1.16.0,>=1.10.0
Requires-Dist: requests<=2.27.1,>=2.11.1
Requires-Dist: enum34<=1.1.10,>=1.1.6; python_version < "3.4"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

## httpetcd

Etcd client over HTTP

Some code is borrowed from `etcd3gw` package (but mostly is written from scratch):
* https://pypi.org/project/etcd3gw/
* https://opendev.org/openstack/etcd3gw

