This is an ORM (Object Relational Mapping) library for Python that allows you to interact with a sql database using Python objects.
pip install MIWOS- Python 3.13 or higher
- Python-venv (optional but recommended)
### Installation
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install -r dev-requirements.txt
cp .env.example .env # fill in the .env file with your database credentials