Skip to main content

Async Python client for Autobyteus LLM API

Project description

Autobyteus LLM Client

Async Python client for Autobyteus LLM API.

Installation

pip install autobyteus_llm_client

Building and Publishing the Package

Prerequisites

  1. Create a PyPI account at https://pypi.org/account/register/
  2. Install build and twine:
pip install build twine

Building the Package

To build the package, run:

python -m build

This will create two files in the dist directory:

  • A source archive (.tar.gz)
  • A wheel (.whl)

Publishing to PyPI

Test PyPI (Recommended for Testing)

  1. Register an account at https://test.pypi.org/
  2. Upload to Test PyPI:
python -m twine upload --repository testpypi dist/*
  1. Install from Test PyPI:
pip install --index-url https://test.pypi.org/simple/ autobyteus_llm_client

Production PyPI

When ready to publish to production:

python -m twine upload dist/*

Note: You'll need to provide your PyPI username and password when uploading.

Development

Requirements

  • Python 3.8 or higher
  • httpx

Installing Development Dependencies

pip install -e ".[test]"

License

This project is licensed under the MIT License.

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

autobyteus_llm_client-1.0.2.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autobyteus_llm_client-1.0.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file autobyteus_llm_client-1.0.2.tar.gz.

File metadata

  • Download URL: autobyteus_llm_client-1.0.2.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.11

File hashes

Hashes for autobyteus_llm_client-1.0.2.tar.gz
Algorithm Hash digest
SHA256 0f0b63c6b3eb716c3f1ad73e31edfba27d87b4e71c3b410fffd7c91b3fdbd492
MD5 1251c99e338a06aef9fe463a7873a37a
BLAKE2b-256 49c88527b08158a1169a5151334444fbd50878de2b48555a2ae01f6c5330e4e8

See more details on using hashes here.

File details

Details for the file autobyteus_llm_client-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for autobyteus_llm_client-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 592b2b44462ec5ed23dec1bd621880f64fbd4a753b26300d4dbcb2c24418fa25
MD5 c33d741519f46f0ddf8ffb1f48afc869
BLAKE2b-256 f20b123e7c06290e4eeaa81e95f1fc35e22c54f704bc04c954e201beb6d5860c

See more details on using hashes here.

Supported by

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