1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Metadata-Version: 2.2
Name: fluss_api
Version: 0.1.9.9
Summary: Fluss+ API Client
Author: Marcello Jardim
Author-email: marcello@fluss.io
Project-URL: Homepage, https://github.com/fluss/Fluss_Python_Library
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Dynamic: author
Dynamic: author-email
Dynamic: requires-python
Building the file:
```text
python -m pip install --upgrade build
```
then run:
```text
python -m build
```
|