Installation
Prerequisites
Python 3.7 or higher
pip or poetry (recommended)
Using pip
pip install true-core
Using poetry
poetry add true-core
From source
git clone https://github.com/alaamer12/true-core.git
cd true-core
pip install -r requirements.txt
Development Installation
For development, you might want to install additional dependencies:
pip install -r requirements-dev.txt
This will install development dependencies like:
pytest for testing
pylint for code quality
mypy for type checking
black for code formatting