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.4.tar.gz
(3.7 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.4.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b850e2a0ef45cb25a35049c1b53c6779faa3a27d71959df10ba4696ed1b906
|
|
| MD5 |
fb2637cd7281b586b1ecd809a748a4d3
|
|
| BLAKE2b-256 |
f33d396fa6bda8056dbd8d47d7c39d8d4a471b43517bf906a9bc275ebd0b4e29
|
File details
Details for the file hitss_glpi-0.1.4-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
1beb168609305d912022ca281e960302a2df8c0d156ab86cf1c6456e66642a1b
|
|
| MD5 |
61272cf82e35486a6551e1484bc74cce
|
|
| BLAKE2b-256 |
2974bf59d64dd658393bc2bf095d41fa6962ce1cd044ca470f1a80b67b0f6285
|