Metadata-Version: 2.1
Name: robotoy
Version: 0.1.6
Summary: A package for fast mathematical computations using C++ extensions.
Description-Content-Type: text/markdown

```console
python setup.py build --ex \
itp_state \
ring_buffer \
&& pip install -e .
```

```console
python setup.py sdist bdist_wheel --ex all
twine upload --repository testpypi dist/* --verbose
```
