pyznuny ======= .. contents:: :local: :depth: 2 Welcome to pyznuny's documentation! pyznuny is a Python library that aims to provide an interface for interacting with the znuny's Ticket API. Among its features are: - Creating and updating tickets - Retrieving ticket details - Managing ticket attachments - Handling dynamic fields - Authenticating with the API Here you will find all the reference documentation for the pyznuny library and a guide on how to use it To start check out the :doc:`Installation ` User Guide ---------- This section provides a guide on how to use pyznuny various features, with complete examples and explanations: .. toctree:: :maxdepth: 2 :caption: User Guide user/index API Reference ------------- This section provides the reference for every function and class in pyznuny in case you need more information about its usage: .. toctree:: :maxdepth: 2 :caption: API Reference api Developer Guide --------------- This section provides a guide on how to contribute to the development of pyznuny: .. toctree:: :maxdepth: 2 :caption: Developer Guide dev/index