Metadata-Version: 2.1
Name: bdating-common
Version: 0.1.16
Summary: Bdating common libraries standard library
Home-page: https://github.com/bdating-io/bdating-python-common
Author: Zac
Author-email: zac@bdating.io
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# README #

Standard python library for Bdating

# build

### install tools
```
python -m pip install build twine tox
```

### build and upload
```
# given ~/.pypirc has been set.
rm -rf dist/*; tox -e build && tox -e upload 

```
