Metadata-Version: |
2.1 |
Name: |
aiommost |
Version: |
0.3.0 |
Summary: |
Asyncronous mattermost client. |
Author-Email: |
Vladimir Puzakov <vppuzakov[at]rambler.ru> |
Project-Url: |
Issues, https://github.com/vppuzakov/aiommost/issues |
Project-Url: |
Source, https://github.com/vppuzakov/aiommost |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Operating System :: OS Independent |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Internet :: WWW/HTTP :: HTTP Servers |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10.0 |
Requires-Dist: |
orjson |
Requires-Dist: |
httpx |
Requires-Dist: |
pydantic |
Requires-Dist: |
mypy (<1,>=0.910); extra == "dev" |
Requires-Dist: |
wemake_python_styleguide (<1,>=0.15.3); extra == "dev" |
Requires-Dist: |
faker (<10.0,>=9.8); extra == "test" |
Requires-Dist: |
pytest (<7.0,>=6.2); extra == "test" |
Requires-Dist: |
pytest-asyncio (<1,>=0.18.3); extra == "test" |
Requires-Dist: |
pytest-clarity (<2,>=1.0); extra == "test" |
Requires-Dist: |
pytest-cov (<4,>=3.0); extra == "test" |
Requires-Dist: |
pytest-dotenv (<1,>=0.5.2); extra == "test" |
Requires-Dist: |
pytest-mock (<4,>=3.6); extra == "test" |
Requires-Dist: |
pytest-testdox (<3,>=2); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |