Metadata-Version: |
2.1 |
Name: |
yamux |
Version: |
0.0.1 |
Summary: |
yamux implementation written in python |
Author: |
Kevin Mai-Hsuan Chia |
Author-Email: |
kevin[at]mhchia.com |
Home-Page: |
https://github.com/mhchia/py-yamux |
License: |
MIT |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Requires-Dist: |
codecov (<3.0.0,>=2.0.15); extra == "dev" |
Requires-Dist: |
factory-boy (<3.0.0,>=2.12.0); extra == "dev" |
Requires-Dist: |
pytest (<5.0.0,>=4.6.3); extra == "dev" |
Requires-Dist: |
pytest-cov (<3.0.0,>=2.7.1); extra == "dev" |
Requires-Dist: |
pytest-asyncio (<1.0.0,>=0.10.0); extra == "dev" |
Requires-Dist: |
mypy (<1.0,>=0.701); extra == "dev" |
Requires-Dist: |
black (>=19.3b0); extra == "dev" |
Requires-Dist: |
isort (==4.3.21); extra == "dev" |
Requires-Dist: |
flake8 (<4.0.0,>=3.7.7); extra == "dev" |
Requires-Dist: |
tox (<4.0.0,>=3.13.2); extra == "dev" |
Requires-Dist: |
mypy (<1.0,>=0.701); extra == "lint" |
Requires-Dist: |
black (>=19.3b0); extra == "lint" |
Requires-Dist: |
isort (==4.3.21); extra == "lint" |
Requires-Dist: |
flake8 (<4.0.0,>=3.7.7); extra == "lint" |
Requires-Dist: |
codecov (<3.0.0,>=2.0.15); extra == "test" |
Requires-Dist: |
factory-boy (<3.0.0,>=2.12.0); extra == "test" |
Requires-Dist: |
pytest (<5.0.0,>=4.6.3); extra == "test" |
Requires-Dist: |
pytest-cov (<3.0.0,>=2.7.1); extra == "test" |
Requires-Dist: |
pytest-asyncio (<1.0.0,>=0.10.0); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |