A Python library to interact with GLPI API
Project description
GLPI API
A Python library to interact with GLPI API.
Installation
You can install the package using pip:
Usage
from hitss_glpi import GLPIAPI
glpi = GLPIAPI(base_url="http://localhost:8090", username="glpi", password="glpi")
ticket_id = glpi.create_ticket(title="Sample Ticket", content="This is a sample ticket", urgency=3, requester_id=5, assigned_id=6)
print(f"Ticket created with ID: {ticket_id}")
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
hitss_glpi-0.1.1.tar.gz
(3.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 hitss_glpi-0.1.1.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5700097a35324a8dcf3388d48a28e4b56bab4080b11c882867c7afa0f4d1366e
|
|
| MD5 |
b954e8832f430375188bd62e5fee7754
|
|
| BLAKE2b-256 |
43469ecc1e1395dbba39df9d9b4e922e50b4639ef70e9f4d0ab9b964aaf2148f
|
File details
Details for the file hitss_glpi-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
223e0f66da0fb4bbe26a815d7a3f58deb3731a41975c4f55b059a860995769bb
|
|
| MD5 |
5cb9542b182be3a0cd03f892998954eb
|
|
| BLAKE2b-256 |
4fff25017843780d9e8b5ea84fa90cc20fa6ea51cd135b883a79d6a38650f998
|