Metadata-Version: 2.1
Name: birdisle
Version: 0.1
Summary: Python bindings for birdisle
Home-page: https://github.com/bmerry/birdisle-py
Author: Bruce Merry
Author-email: bmerry@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
Requires-Dist: cffi (>=1.0.0)
Provides-Extra: aioredis
Requires-Dist: aioredis; extra == 'aioredis'
Provides-Extra: redis
Requires-Dist: redis; extra == 'redis'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-forked; extra == 'test'
Requires-Dist: redis; extra == 'test'
Requires-Dist: pytest-asyncio; (python_version >= "3.5") and extra == 'test'
Requires-Dist: async-generator; (python_version >= "3.5") and extra == 'test'
Requires-Dist: aioredis; (python_version >= "3.5") and extra == 'test'

# birdisle-py

This repository contains the Python bindings for [birdisle](https://github.com/bmerry/birdisle).

It is still under development. More documentation will follow once it is usable.


