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.6.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.6.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.6.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 |
368d16325999a4680129eb9a25127466aab203ec5ea84b0e0c21956e341b25fc
|
|
| MD5 |
6d48edcc100265fb16220075b8c1f404
|
|
| BLAKE2b-256 |
6141c5adac3367e62edd885227cea6f08c30c0f36c40a7b62ebca45ea2c94544
|
File details
Details for the file hitss_glpi-0.1.6-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.6-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 |
a7cef4549b73f141e9aadcfd16773c454c1939e0b3f73c5824242df5b41885ea
|
|
| MD5 |
e7f1ab07a932470cc38d32ee0d9fff5c
|
|
| BLAKE2b-256 |
b37d151d2e54dba0099dec72127d446191941415479b88694e0dcfef9cc9d223
|