Metadata-Version: |
2.1 |
Name: |
syncstream |
Version: |
1.2.2 |
Summary: |
A python tool for synchronize the messages from different threads, processes or hosts. |
Author-Email: |
Yuchen Jin <cainmagi[at]gmail.com> |
Maintainer-Email: |
Yuchen Jin <cainmagi[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/cainmagi/sync-stream |
Project-Url: |
Documentation, https://cainmagi.github.io/sync-stream/ |
Project-Url: |
Repository, https://github.com/cainmagi/sync-stream.git |
Project-Url: |
Issues, https://github.com/cainmagi/sync-stream/issues |
Project-Url: |
Changelog, https://github.com/cainmagi/sync-stream/blob/main/Changelog.md |
License: |
MIT |
Keywords: |
python,python3,python-library,stdout,stdout-redirection,multiprocessing,synchronization,stream |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
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: |
Programming Language :: Python :: 3.13 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.6 |
Requires-Dist: |
typing_extensions (>=4.0.0) |
Requires-Dist: |
packaging |
Requires-Dist: |
fasteners (>=0.16.3); extra == "file" |
Requires-Dist: |
urllib3 (>=1.26.17); extra == "host" |
Requires-Dist: |
flask (>=2.0.1); extra == "host" |
Requires-Dist: |
werkzeug (>=2.0.1); extra == "host" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-xdist; extra == "test" |
Requires-Dist: |
pytest-flask; extra == "test" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
build; extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
flake8-black; extra == "dev" |
Requires-Dist: |
pylint; extra == "dev" |
Provides-Extra: |
file |
Provides-Extra: |
host |
Provides-Extra: |
test |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |