Um cliente Python para a API do GLPI
Project description
glpipci - GLPI Python Comunicator Interface - [unofficial]
Um cliente Python para a API do GLPI.
Instalação
Para instalar o pacote, use o seguinte comando:
pip install glpipci
Uso
Exemplo de como usar o pacote
from glpipci.comunicator.v10_0.api import GLPIApiClient
client = GLPIApiClient(username="admin", password="password")
response = client.make_get("http://localhost:8090/apirest.php/some_endpoint")
print(response.json())
Contribuição
Se você deseja contribuir para este projeto, siga estas etapas:
- Faça um fork do repositório.
- Crie uma nova branch (
git checkout -b feature-branch). - Faça suas alterações e commit (
git commit -m 'Add some feature'). - Envie para o repositório remoto (
git push origin feature-branch). - Crie um novo Pull Request.
- Aguarde a revisão e feedback.
Licença
Este projeto está licenciado sob a Licença MIT. Veja o arquivo LICENSE para mais detalhes.
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
glpipci-0.1.0.tar.gz
(9.0 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
glpipci-0.1.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file glpipci-0.1.0.tar.gz.
File metadata
- Download URL: glpipci-0.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33d77b072ec0d325f2a039038854194c4328aba73eda0d743a561ae6d03e6aa0
|
|
| MD5 |
6508704738633e0fe0b82a386ae20a2e
|
|
| BLAKE2b-256 |
72bd77d974672c00d1ecf28f562ee5511d39dfce4c99ffd43a0d966cb2ca2bb9
|
File details
Details for the file glpipci-0.1.0-py3-none-any.whl.
File metadata
- Download URL: glpipci-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
213f3f73ba9b24e23977da9531f8a7c091e78a6effe6a6c24789a93024dba7f5
|
|
| MD5 |
ffa035c9ceb56f5ad8b16f6d71db91ac
|
|
| BLAKE2b-256 |
128d645c370b95d2a7b4e81ab016e96269b2d5af8ea2e6b3dc49ab1adce6e0ca
|