Metadata-Version: 2.3
Name: meshwork
Version: 0.1.0
Summary: Library for the popogation of distributed parameterized jobs and their streams
License: MIT
Keywords: game assets,file management,streaming,jobs
Author: Jacob Repp
Author-email: jacob@mythica.ai
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.12,<4.0.0)
Requires-Dist: base58 (>=2.1.1,<3.0.0)
Requires-Dist: cryptography (>=44.0.1,<45.0.0)
Requires-Dist: fastapi (>=0.115.8,<0.116.0)
Requires-Dist: gcid (>=0.1.0,<0.2.0)
Requires-Dist: nats-py (>=2.9.0,<3.0.0)
Requires-Dist: opentelemetry-api (>=1.30.0,<2.0.0)
Requires-Dist: opentelemetry-exporter-otlp (>=1.30.0,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.30.0,<2.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
Requires-Dist: python-json-logger (>=3.2.1,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Requires-Dist: tzdata (>=2025.1,<2026.0)
Requires-Dist: uvicorn (>=0.34.0,<0.35.0)
Project-URL: Homepage, https://github.com/MythicaAI/infra/libs/python/meshwork
Project-URL: Repository, https://github.com/MythicaAI/infra
Description-Content-Type: text/markdown

Ripple Python Library
===

This library is responsible for the propagation of parameters and
results through a higher level system. It provides small primitives
and re-usable components that can be used as the basis for distributed
job execution and streaming.


