Metadata-Version: 2.1
Name: async-lock
Version: 0.0.1
Summary: Wrapper to provide distributed locks with some brokers(eg aiopg)
Home-page: https://github.com/alviner/async_lock
Author: Ivan Sitkin
Author-email: alvinera@yandex.ru
License: MIT license
Keywords: async_lock
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Provides-Extra: develop
License-File: LICENSE
License-File: AUTHORS.rst

==========
async-lock
==========


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

.. image:: https://img.shields.io/travis/alviner/async_lock.svg
        :target: https://travis-ci.com/alviner/async_lock

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


.. image:: https://pyup.io/repos/github/alviner/async_lock/shield.svg
     :target: https://pyup.io/repos/github/Alviner/async_lock/
     :alt: Updates



Wrapper to provide distributed locks with some brokers (eg pg)


* Free software: MIT license
* Documentation: https://async-lock.readthedocs.io.


Features
--------

* TODO

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 (2020-04-30)
------------------

* First release on PyPI.


