Metadata-Version: 2.1
Name: pyetcd
Version: 1.10.0
Summary: Python library to work with Etcd
Home-page: https://github.com/twindb/pyetcd
Author: TwinDB Development Team
Author-email: dev@twindb.com
License: Apache Software License 2.0
Keywords: pyetcd
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

======
pyetcd
======


.. image:: https://img.shields.io/pypi/v/pyetcd.svg
        :target: https://pypi.python.org/pypi/pyetcd

.. image:: https://img.shields.io/travis/twindb/pyetcd.svg
        :target: https://travis-ci.org/twindb/pyetcd

.. image:: https://readthedocs.org/projects/pyetcd/badge/?version=latest
        :target: https://pyetcd.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/twindb/pyetcd/shield.svg
     :target: https://pyup.io/repos/github/twindb/pyetcd/
     :alt: Updates

.. image:: https://img.shields.io/codecov/c/github/twindb/pyetcd.svg
    :target: https://codecov.io/gh/twindb/pyetcd

Python library to work with Etcd.


* Free software: Apache Software License 2.0
* Documentation: https://pyetcd.readthedocs.io.


Features
--------

* Basic key operations

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2016-09-17)
------------------

* First release on PyPI.


