Metadata-Version: |
2.1 |
Name: |
aiocouch |
Version: |
3.0.1 |
Summary: |
🛋 An asynchronous client library for CouchDB 2.x and 3.x |
Author: |
TU Dresden |
Home-Page: |
https://github.com/metricq/aiocouch |
Project-Url: |
Documentation, https://aiocouch.readthedocs.io/en/stable |
Project-Url: |
Source, https://github.com/metricq/aiocouch |
Project-Url: |
Bug Tracker, https://github.com/metricq/aiocouch/issues |
License: |
BSD 3-clause |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Build Tools |
Classifier: |
Topic :: Database |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
aiohttp (~=3.0) |
Requires-Dist: |
Deprecated |
Requires-Dist: |
typing-extensions |
Requires-Dist: |
isort; extra == "dev" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
pytest-asyncio (>=0.17); extra == "dev" |
Requires-Dist: |
pytest-cov; extra == "dev" |
Requires-Dist: |
packaging; extra == "dev" |
Requires-Dist: |
mypy (>=0.981); extra == "dev" |
Requires-Dist: |
types-Deprecated; extra == "dev" |
Requires-Dist: |
sphinx; extra == "dev" |
Requires-Dist: |
sphinx-autodoc-typehints; extra == "dev" |
Requires-Dist: |
sphinxcontrib-trio; extra == "dev" |
Requires-Dist: |
sphinxcontrib-httpdomain; extra == "dev" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints; extra == "docs" |
Requires-Dist: |
sphinxcontrib-trio; extra == "docs" |
Requires-Dist: |
sphinxcontrib-httpdomain; extra == "docs" |
Requires-Dist: |
aiomonitor; extra == "examples" |
Requires-Dist: |
click; extra == "examples" |
Requires-Dist: |
click-log; extra == "examples" |
Requires-Dist: |
click-completion; extra == "examples" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-asyncio (>=0.17); extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
packaging; extra == "tests" |
Requires-Dist: |
mypy (>=0.981); extra == "typing" |
Requires-Dist: |
types-Deprecated; extra == "typing" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
examples |
Provides-Extra: |
tests |
Provides-Extra: |
typing |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |