LICENSE
README.md
pyproject.toml
requirements.txt
py_glpi/__init__.py
py_glpi/connection.py
py_glpi/helpers.py
py_glpi/models.py
py_glpi.egg-info/PKG-INFO
py_glpi.egg-info/SOURCES.txt
py_glpi.egg-info/dependency_links.txt
py_glpi.egg-info/requires.txt
py_glpi.egg-info/top_level.txt
py_glpi/resources/__init__.py
py_glpi/resources/auth.py
py_glpi/resources/documents.py
py_glpi/resources/tickets.py
tests/test_connection.py
tests/test_document_resource.py
tests/test_ticket_resource.py
tests/test_user_resource.py