Metadata-Version: 2.4
Name: fluss_api
Version: 0.1.9.12
Summary: Fluss+ API Client
Author: Marcello Jardim
Author-email: Marcello Jardim <marcello@fluss.io>
License: MIT License
Project-URL: Homepage, https://github.com/fluss/Fluss_Python_Library
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<4.0,>=3.7.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

Building the file:

```text
python -m pip install --upgrade build
```

then run: 
```text
python -m build
```


