Installation
Simple installation
To set up pyJudilibre, you can install it from PyPI.
You can also install it directly from Github:
Requirements
This library relies on:
pydantic>=2.10.2":pydanticfor typinghttpx==0.28.1:httpxfor HTTP requeststqdm==4.67.1:tqdmfor progress bars
Extras
pyJudilibre comes with extras:
dev: requirements to allow library developmentbuild: requirements to build the librarytest: requirements to test the librarydoc: requirements to build the documentation of the library
For development purposes, it is advised to build a virtual environment called venv: