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.3.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.3.tar.gz.
File metadata
- Download URL: hitss_glpi-0.1.3.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 |
9650b95f2ab5d4952f88f2360969529c41da9357192c132437343007ebd075b6
|
|
| MD5 |
49c84de31eb201037a8773b72af8c160
|
|
| BLAKE2b-256 |
cf23e8444ea87e72b0c1c004cd5c2f7c80da90e8d770174211144d8b636d01f9
|
File details
Details for the file hitss_glpi-0.1.3-py3-none-any.whl.
File metadata
- Download URL: hitss_glpi-0.1.3-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 |
c02eb7dfa7c60e5f9c0d3e24b99f9c491ca2788369c12c1ca7e21485416731b6
|
|
| MD5 |
f79271eaabc42da5bece8ea218db933c
|
|
| BLAKE2b-256 |
fdc13b25aeedb574a65f4221a2ff20f970dead9343e8c377e667c8681be03edd
|