Metadata-Version: 2.1
Name: anopool
Version: 0.1.0b0
Summary: Generic thread-safe sync and async object pools.
Home-page: https://github.com/willtrnr/anopool
License: MIT
Keywords: anopool,pool,pooling
Author: William Turner
Author-email: william.turner@aero.bombardier.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT 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/willtrnr/anopool
Description-Content-Type: text/x-rst

AnoPool
=======

|PyPI| |Build Status|

``anopool`` is a generic thread-safe sync and async object pool implementation.
because I got tired of writing the same code over and over again.

Install
-------

.. code:: bash

   pip install anopool

Usage
-----

.. code:: python

   #TODO

License
-------

MIT License

.. |PyPI| image:: https://img.shields.io/pypi/v/anopool.svg
   :target: https://pypi.python.org/pypi/anopool
.. |Build Status| image:: https://travis-ci.org/willtrnr/anopool.svg?branch=master
   :target: https://travis-ci.org/willtrnr/anopool

