Jama client library
Installation
Use pip to install:
pip install jama-client-CERTIC
Quick start
from jama_client import Client, ServiceError
client = Client("https://acme.tld/rpc/", "secretapikeyhere")
try:
file_id = client.upload("/path/to/some/file.jpg")
collection_id = client.add_collection("title of the collection")
client.add_file_to_collection(file_id, collection_id)
except ServiceError as e:
print(e.message)
Refer to your local Jama instance endpoint for complete API documentation.
Release files for jama-client-certic 0.0.36
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jama_client_certic-0.0.36.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jama_client_certic-0.0.36-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.4 kB
Release files / jama_client_certic-0.0.36.tar.gz
| Download URL | jama_client_certic-0.0.36.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6df201be1effb8366c7f3d41e4a4d99d340cd524381c0a0c8147de8982135335
|
|
BLAKE2b-256 checksum How to use checksums |
927db532da966dc7b03e46aba74d6a059792f453f4c998c75d3b9fc604d99b05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.0 CPython/3.9.4 Darwin/25.3.0
|
Release files / jama_client_certic-0.0.36-py3-none-any.whl
| Download URL | jama_client_certic-0.0.36-py3-none-any.whl |
|---|---|
| Size | 13.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d08976a2dcd5e490bff3914c16eae40447ed491d00c47fd4cb5fdb4894e4e36c
|
|
BLAKE2b-256 checksum How to use checksums |
4e6551a3294b9bc824571a9144d3d7c72ed12eee2c677822f381c34fdc054daa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.0 CPython/3.9.4 Darwin/25.3.0
|