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.5.tar.gz
(3.6 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.5.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f6504a2b8caa06664e9e98fe5667c6dad198ad0b0b4bb54cff44a4e73ac4407
|
|
| MD5 |
8767546c05e025c26fe6e1b4982e02f5
|
|
| BLAKE2b-256 |
573a13bbe6e06bda177be28ea0aa2a896dc51e3f5e79fac155f0195ced191e9a
|
File details
Details for the file hitss_glpi-0.1.5-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
17a4241c55545ff3c0f6ab431330ea4a2129d642658c4af4bd451a2b26910b00
|
|
| MD5 |
28ef0ce4850768de9f3dc73ef49b2c22
|
|
| BLAKE2b-256 |
beeaf80c3972f023ac3ad91c65644de7f4637e79d632ad86e814b885980f660b
|