About The Project
This is a Python wrapper for the AKHQ API. It allows you to interact with the AKHQ API using Python.
Prerequisites
Create a virtual environment using the following command:
-
venv
python3 -m venv venv && source venv/bin/activate
-
pip
pip install -r requirements.txt
or use the devcontainer provided in the repository.
Dependencies
Installation
-
From pypi
pip install akhq.py
-
From source
pip install .
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Release files for akhq.py 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| akhq.py-0.0.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| akhq.py-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / akhq.py-0.0.1.tar.gz
| Download URL | akhq.py-0.0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7fd6a5601759a73e111407d5c494417b74f9af0e71a58e70783f6ee187fd159c
|
|
BLAKE2b-256 checksum How to use checksums |
4076a05f32c425152d28c2363fd9916741887ae98b57c1ebd87e378b419efdcf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.19
|
Release files / akhq.py-0.0.1-py3-none-any.whl
| Download URL | akhq.py-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d27276249a6022adaf505486b9d003678f669abbb5167ad59ebf5a56892089ab
|
|
BLAKE2b-256 checksum How to use checksums |
f208b0810afecf302409ce293eab2791f6993d4559f67320e3809553d6afbc6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.19
|