Metadata-Version: 2.1
Name: topbid
Version: 0.1.0
Summary: Helper library to store current best bid from crypto exchanges APIs
Home-page: https://github.com/tferreira/topbid
Author: Thomas Ferreira
Author-email: fulura@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# topbid
Helper library to store current best bid from crypto exchanges APIs

## Installation

```
pip install topbid
```

## Build

```
python -m build
```
