This project serves as a template for Python-based projects, providing a structured setup with Poetry for dependency management and virtual environment handling.
# Clone repository
git clone https://github.com/pQbas/python-project-template.git
cd python-project-template
# Install all dependencies
poetry install
# Activate the Poetry virtual environment
poetry shell
# Deactivate the virtual environment
exit