Metadata-Version: 2.1
Name: bafficommons
Version: 0.0.1
Summary: Baffi Commons
Home-page: https://github.com/baf-fi/baffi-commons
Author: Miguel Alfaro
Author-email: malfaro@fi.uba.ar
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# baffi-commons

## Build

```python setup.py sdist bdist_wheel```

## Publish

```python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*```

