Metadata-Version: 2.1
Name: stream-video
Version: 0.0.4
Summary: 
Author: Stream.io
Author-email: support@getstream.io
Requires-Python: >=3.7,<4.0
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: PyJWT (>=2.4.0,<3.0.0)
Requires-Dist: protobuf (>=4.21.6,<5.0.0)
Requires-Dist: twirp (>=0.0.7,<0.0.8)
Requires-Dist: typed-ast (>=1.5.4,<2.0.0)
Description-Content-Type: text/markdown

# Stream Video Python SDK

## Setup

```bash
make deps
```

## Check

```bash
make check
```

