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
- Create a PyPI account at https://pypi.org/account/register/
- 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)
- Register an account at https://test.pypi.org/
- Upload to Test PyPI:
python -m twine upload --repository testpypi dist/*
- 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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f0b63c6b3eb716c3f1ad73e31edfba27d87b4e71c3b410fffd7c91b3fdbd492
|
|
| MD5 |
1251c99e338a06aef9fe463a7873a37a
|
|
| BLAKE2b-256 |
49c88527b08158a1169a5151334444fbd50878de2b48555a2ae01f6c5330e4e8
|
File details
Details for the file autobyteus_llm_client-1.0.2-py3-none-any.whl.
File metadata
- Download URL: autobyteus_llm_client-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592b2b44462ec5ed23dec1bd621880f64fbd4a753b26300d4dbcb2c24418fa25
|
|
| MD5 |
c33d741519f46f0ddf8ffb1f48afc869
|
|
| BLAKE2b-256 |
f20b123e7c06290e4eeaa81e95f1fc35e22c54f704bc04c954e201beb6d5860c
|