Jama client for Python
Project description
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.
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
jama_client_certic-0.0.36.tar.gz
(12.4 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
File details
Details for the file jama_client_certic-0.0.36.tar.gz.
File metadata
- Download URL: jama_client_certic-0.0.36.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.4 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6df201be1effb8366c7f3d41e4a4d99d340cd524381c0a0c8147de8982135335
|
|
| MD5 |
f73c92f8b7d06795a1f543c4ce10f2a2
|
|
| BLAKE2b-256 |
927db532da966dc7b03e46aba74d6a059792f453f4c998c75d3b9fc604d99b05
|
File details
Details for the file jama_client_certic-0.0.36-py3-none-any.whl.
File metadata
- Download URL: jama_client_certic-0.0.36-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.4 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08976a2dcd5e490bff3914c16eae40447ed491d00c47fd4cb5fdb4894e4e36c
|
|
| MD5 |
75b51c22394ba5c977e2ef0b77888c81
|
|
| BLAKE2b-256 |
4e6551a3294b9bc824571a9144d3d7c72ed12eee2c677822f381c34fdc054daa
|