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.35.tar.gz
(12.5 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.35.tar.gz.
File metadata
- Download URL: jama_client_certic-0.0.35.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.4 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01ed52384f3e28633529d43b9e4492e6605f2bf2b6e323fefa4372a679f88def
|
|
| MD5 |
ae09d7aa4a115e8756e2ce8a1646d5c3
|
|
| BLAKE2b-256 |
1e8688102e5faf57fe17c821730b6d0226370dd015e04cc576f092f45bc74cef
|
File details
Details for the file jama_client_certic-0.0.35-py3-none-any.whl.
File metadata
- Download URL: jama_client_certic-0.0.35-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.0 CPython/3.9.4 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e32b01d801272b6b71f7440d239b82c5f4be28bcebb6c6d4bcd54a38cd337262
|
|
| MD5 |
399bd77510cc1cd27371cf69fbafa849
|
|
| BLAKE2b-256 |
7ca7d101e81964f759c1ccc601663e8d35f3b531d99e24fd3894e69358c06b88
|