A Python wrapper for the Itential API.
Project description
Itential.py
A library to (hopefully) make Itential scripting via Python a little easier.
Pypi: https://pypi.org/project/itential.py/
Remote Install
pip install itential.py
Usage
from itential import Itential
from itential.modules.v2020_2 import AppWorkflowEngine
client = Itential() # Contains default login and localhost url information
workflow_engine = AppWorkflowEngine(client=client) # Pass in the auth client
response: "requests.Response" = workflow_engine.get_job_output(job_id="example-job-id")
Local Install
Curently the repository is setup for pipenv. I'm looking into making the repository agnostic to the python environment manager (poetry, pipnev, venv).
pip install pipenv
pipenv install . --dev
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 itential.py-1.0.0.tar.gz.
File metadata
- Download URL: itential.py-1.0.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6237a3ec34b32cc6807be2e492708f0e9b46d690339d6a3b6cab460ce85c291
|
|
| MD5 |
ce0cd30e9071672590c971f638f3141f
|
|
| BLAKE2b-256 |
242a3dfc187fc76eddce54abeb25885c6c7da8415e67a6a5f2805e69b48dfe02
|
File details
Details for the file itential.py-1.0.0-py3-none-any.whl.
File metadata
- Download URL: itential.py-1.0.0-py3-none-any.whl
- Upload date:
- Size: 31.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f824c1d96ed9f2cdd1a8a962878aad0270ccdb45a644fb9ee324540b708c8a9
|
|
| MD5 |
6f0fab06baae991911184dffc3b49e5b
|
|
| BLAKE2b-256 |
033069a016e1c17408fbdfaa678eb15674eb5367f315cf5e4b2cec49d4e6702d
|