Metadata-Version: 2.1
Name: transports
Version: 0.1.1
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
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
Requires-Dist: aiohttp
Requires-Dist: aiostream
Requires-Dist: orjson
Requires-Dist: pydantic
Requires-Dist: starlette
Requires-Dist: udatetime
Requires-Dist: uvicorn
Requires-Dist: websockets
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: black>=23; extra == 'develop'
Requires-Dist: bump2version; extra == 'develop'
Requires-Dist: check-manifest; extra == 'develop'
Requires-Dist: maturin; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: ruff; extra == 'develop'
Requires-Dist: semgrep; extra == 'develop'
Requires-Dist: twine; extra == 'develop'
Requires-Dist: wheel; extra == 'develop'
Provides-Extra: test
Provides-Extra: develop
License-File: LICENSE
Summary: Generic communication library
Keywords: 
Author-email: Tim Paine <t.paine154@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/timkpaine/transports
Project-URL: homepage, https://github.com/timkpaine/transports

# transports
Generic communication library

[![Build Status](https://github.com/timkpaine/transports/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/transports/actions?query=workflow%3A%22Build+Status%22)
[![codecov](https://codecov.io/gh/timkpaine/transports/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/transports)
[![PyPI](https://img.shields.io/pypi/l/transports.svg)](https://pypi.python.org/pypi/transports)
[![PyPI](https://img.shields.io/pypi/v/transports.svg)](https://pypi.python.org/pypi/transports)
<!-- [![npm](https://img.shields.io/npm/v/transports.svg)](https://www.npmjs.com/package/transports) -->

