Nuaudit
Project description
nuaudit. Python SDK
Installation
pip install nuaudit-python-sdk
Usage
from nuaudit_python_sdk import Nuaudit
nuaudit = Nuaudit(
api_key="API_KEY_SECRET",
organization_id="ORGANIZATION_ID",
trail_id="TRAIL_ID"
)
nuaudit.create_record(
description="Added artwork to the gallery",
resource={
"type": "artwork",
"id": "thepainting",
"title": "The painting",
"material": "canvas",
"paint": "oil",
"year": 2018
},
identity={
"type": "human",
"id": "jane",
"name": "Jane",
"email": "jane@example.org",
"ipAddress": "127.0.0.1"
}
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 nuaudit_python_sdk-0.17.1.tar.gz.
File metadata
- Download URL: nuaudit_python_sdk-0.17.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8652b4148b4712442face967ab04f192c6e0f4fc3c70a11b070ed8a8bbeb7bdf
|
|
| MD5 |
d8732113b35261062bc489c54f9bc025
|
|
| BLAKE2b-256 |
5c4c09917cb6bddc227fc3d021d4c439d3f737cee5dd89460c3dcee0d37a0903
|
File details
Details for the file nuaudit_python_sdk-0.17.1-py3-none-any.whl.
File metadata
- Download URL: nuaudit_python_sdk-0.17.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
775bbcec7fd486f4bf1f5d388500ba9684f9615760fbb03b18200cd0cc065259
|
|
| MD5 |
14ce7e6b8d2877bdd2494bc9cd17397f
|
|
| BLAKE2b-256 |
cc19a74b9573f1c22287937100a36aa12c66fc8b88c808a11d7697856c2f9211
|