AITP Python Package
Project description
AITP Python Package
This package is used to interact with the AITP API.
Installation
pip install aitp
Releasing
git checkout main
git pull
git checkout -b release-aitp-py-vx.x.x
cz bump --files-only --increment patch
uv lock
git add uv.lock CHANGELOG.md pyproject.toml README.md
version=$(grep '^version =' pyproject.toml | cut -d '"' -f2)
git commit -m "chore(release): bump version to $version"
git push
# after merging the PR, create a tag and push it to run a release
version=$(grep '^version =' pyproject.toml | cut -d '"' -f2)
git tag "aitp-py-v$version"
git push origin aitp-py-v$version
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
aitp-0.0.9.tar.gz
(19.1 kB
view details)
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
aitp-0.0.9-py3-none-any.whl
(1.1 kB
view details)
File details
Details for the file aitp-0.0.9.tar.gz.
File metadata
- Download URL: aitp-0.0.9.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad37bef46010387b8b0d8f5b4cbe3b91215b463854a97b187b21faf17e7624b4
|
|
| MD5 |
9d8110c50828684d47eba312cc53bd79
|
|
| BLAKE2b-256 |
383f75bda26ee64d99fd880f8b025f7cec5420d96b8a7c52dc4749841c470726
|
File details
Details for the file aitp-0.0.9-py3-none-any.whl.
File metadata
- Download URL: aitp-0.0.9-py3-none-any.whl
- Upload date:
- Size: 1.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22ff514f6bdfbb48b608900e18a92545a6b51e4adf5015a1f2210227e3da66f3
|
|
| MD5 |
f90dc9f8f64a2a2a243f0aab9ef25829
|
|
| BLAKE2b-256 |
cf833c3c4f81b092a68447a34bb8028f025f051b4bebaf4b75a24061a272a534
|