Skip to content

HernandoR/minimal-python-template

Repository files navigation

Minimal Python Template

A minimal, practical project template for small Python projects and experiments.

Requirements

  • Python 3.8+
  • pip

Installation

  1. Clone the repository: git clone
  2. Install dependencies (if any): pip install -r requirements.txt

Usage

  • Run the main script or module: python -m your_package

Replace your_package with the actual package or script name.

Testing

  • Add tests under a tests/ directory and run with your preferred test runner (pytest recommended): pytest

Contributing

Contributions are welcome. Open an issue or submit a pull request with a short description of changes.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages