File: PKG-INFO

package info (click to toggle)
python-fluss-api 0.1.9.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: python: 189; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
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
```