Metadata-Version: 2.1
Name: pyspkio
Version: 0.0.13
Summary: Python framework to connect Spkio Server
Project-URL: Homepage, https://github.com/spkio/pyspkio
Project-URL: Bug Tracker, https://github.com/spkyo/pyspkio/issues
Author-email: Spkio <spkio@proton.me>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pyspkio

to build

```console
python3 -m build
```

to upload

```console
python3 -m twine upload --repository pypi dist/*
```


ref:

[Packaging project](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
