Metadata-Version: 2.1
Name: bakura-pkg-topsyi
Version: 0.0.1
Summary: A package for audio treatment is streaming scenarios.
Home-page: https://github.com/TopSyi/bakura
Author: TopSy
Author-email: info@samuelgomez.co
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/TopSyi/bakura/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Usage

This library is published as a package in _TODO_ Packages

## Python

_TODO_

## Development

### Requirements

Make sure you have Python 3.6 installed on your machine and run:

```sh
pip3 install virtualenv --user

virtualenv --python=python3.6 venv

source venv/bin/activate

pip install -r requirements.txt
```

### Local testing

### Unit testing

_TODO_

### Todo:

- Add tests
- Convert in library


