Skip to main content

Python client for the Kassal.app API

Project description

kassalappy: Python Client for Kassal.app API

kassalappy is a Python client library designed to interact with the Kassalapp API, providing a convenient way to access its features programmatically. It also includes a command-line interface (CLI) for easy interaction with the API from the terminal.

Features

  • Asynchronous design using aiohttp for non-blocking API calls.
  • Pydantic models for data validation and serialization.
  • Custom exceptions for handling API errors.
  • CLI with commands for health checks, managing shopping lists, searching products, and more.
  • Tabulated output for CLI commands for better readability.

Installation

To install kassalappy, you can use pip:

pip install kassalappy

Usage

As a Library

To use kassalappy as a library, you need to create an instance of the Kassalapp class with your API access token:

from kassalappy import Kassalapp

client = Kassalapp(access_token='your_access_token_here')

You can then use the client to perform various operations, such as:

# Check API health
health_status = await client.healthy()

# Get shopping lists
shopping_lists = await client.get_shopping_lists()

# Search for products
products = await client.product_search(search='milk')

As a CLI

kassalappy also provides a CLI for interacting with the Kassalapp API. Here are some examples of CLI commands:

# Check API health
kassalappy health --token your_access_token_here

# Get shopping lists
kassalappy shopping-lists --token your_access_token_here

# Search for products
kassalappy product "milk" --token your_access_token_here

Documentation

For more detailed information about the API endpoints and data models, refer to the official Kassalapp API documentation: Kassal.app API Docs

Contributing

Contributions to kassalappy are welcome! Please follow the standard GitHub flow for submitting pull requests.

License

kassalappy is released under the MIT License. See the LICENSE file for more details.


This README provides a general overview of the kassalappy client. For specific details on the API methods and CLI commands, please refer to the source code and the official API documentation.

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

kassalappy-1.2.0.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

kassalappy-1.2.0-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file kassalappy-1.2.0.tar.gz.

File metadata

  • Download URL: kassalappy-1.2.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.7

File hashes

Hashes for kassalappy-1.2.0.tar.gz
Algorithm Hash digest
SHA256 7ac385b65b0305bb927aaef0a0a6c85b8c28509f5452a042f447169b4c45032a
MD5 4b68a01e901cfa806c7b732e43c0001a
BLAKE2b-256 f79ff6249241c5803c446b5e5b9d5cdbdb61264ca2cf370d65e882cd68944fe9

See more details on using hashes here.

File details

Details for the file kassalappy-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: kassalappy-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.7

File hashes

Hashes for kassalappy-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0c91caecc767b51374806dfc791615ac22c8982d85a5813252166d7d1f93ee5e
MD5 cb08695abefc141357a8a36e2d7cc1bf
BLAKE2b-256 422cfb2a744b685785b5b6523a662aba7525150e6afc9640d25679bffd4869b1

See more details on using hashes here.

Supported by

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