Skip to main content

A Python wrapper for the AKHQ API

Project description


Logo

AKHQ.py

AKHQ wrapper for Python

About The Project

This is a Python wrapper for the AKHQ API. It allows you to interact with the AKHQ API using Python.

AKHQ

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

akhq.py-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

akhq.py-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page