A minimal, practical project template for small Python projects and experiments.
- Python 3.8+
- pip
- Clone the repository: git clone
- Install dependencies (if any): pip install -r requirements.txt
- Run the main script or module: python -m your_package
Replace your_package
with the actual package or script name.
- Add tests under a
tests/
directory and run with your preferred test runner (pytest recommended): pytest
Contributions are welcome. Open an issue or submit a pull request with a short description of changes.
MIT