Metadata-Version: 2.4
Name: livekit_utils
Version: 0.18.0
Summary: livekit_utils
Author: livekit_utils
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# myutils


A small utilities package created from an existing `utils.py`.


## Installation


Build from source and install locally:


```bash
python -m pip install --upgrade build
python -m build
python -m pip install dist/myutils-0.1.0-py3-none-any.whl
