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 glpi_api 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.9.tar.gz
(3.8 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.9.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.9.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e471a5c38f44ee9d69bb485ba38c49cec07e2add729639b80fa084e457857ec4
|
|
| MD5 |
dc1db8f4a8c39a83ab10cfbb5008f611
|
|
| BLAKE2b-256 |
836bcc9cf43537e3166d4881404eb2cf3977865807042a1681c13c1af4c5a86c
|
File details
Details for the file hitss_glpi-0.1.9-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.9-py3-none-any.whl
- Upload date:
- Size: 4.0 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 |
38a22a009e71810e390cba361694f0f5eb5a682537ed08d04c4dbcef1f6fd1f3
|
|
| MD5 |
e1e5ae41840eec5c06f5978fe2b7001f
|
|
| BLAKE2b-256 |
ad64f1ad39bd798110fb4bd979534da7d71d14cf34c37491b005b5770e65fe35
|