A library for shared classes and functionalities in the ZLiC project.
Project description
zlic-utils
A library for shared classes and functionalities in the ZLiC project.
Installation
pip install zlicutils
Installation for development purposes
pip install -e .
Tests
python -m pytest tests/
Usage
create Server
from zlicutils.server import Server
server = Server(host='0.0.0.0', port=8888)
server.router.add_api_route("/api/{id}", self._audio, methods=["GET"])
self.server.start()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Authors and acknowledgment
- For readme file I used format from https://www.makeareadme.com/
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zlicutils-1.0.0.tar.gz
(14.4 kB
view details)
Built Distribution
zlicutils-1.0.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file zlicutils-1.0.0.tar.gz
.
File metadata
- Download URL: zlicutils-1.0.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a5712543d2d9f2c774aa96e45b4f6ef06bee659b87c946d75148f71fa916a73 |
|
MD5 | 3662380c8b91984d2991c85394d70e45 |
|
BLAKE2b-256 | fa043b012e88f12764c45a0deac8e896044557f58cf306b5bd712a8d1012e671 |
File details
Details for the file zlicutils-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: zlicutils-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 024d550e4b016c42cf8a38cda1c7b848e7aaf07d529692e5f2c51fac1591e37c |
|
MD5 | d2a5595fba794d15e6037433a74df066 |
|
BLAKE2b-256 | 34b4a09d8e6e23e4645c7d0533bc6f99c819bab1baaf3936bc449c00041e354d |