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.10.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.10-py3-none-any.whl
(1.1 kB
view details)
File details
Details for the file aitp-0.0.10.tar.gz.
File metadata
- Download URL: aitp-0.0.10.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e766fb772e733f33bf62660e125f9ffa0ca811fcece5f7f411378dd8cd9a1ebe
|
|
| MD5 |
24f58d491242cb00cac184bef163bc57
|
|
| BLAKE2b-256 |
4c9d09d3568423af62733fca8decd79bcb3103e324058c447e45c21077b617ab
|
File details
Details for the file aitp-0.0.10-py3-none-any.whl.
File metadata
- Download URL: aitp-0.0.10-py3-none-any.whl
- Upload date:
- Size: 1.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb90320ddfb3020d1a4e51b212376e08f3d10476065adee309b7dab0945256a0
|
|
| MD5 |
0161d0f7db46d7efc2c0ada56da0a254
|
|
| BLAKE2b-256 |
f4f786ab373ae24eaf957b3ad4c40463b8a52dd0439eaf936bb0467cf8aa9ed7
|