Skip to content

mirasurf/pytemplate

Repository files navigation

Mirasurf Python Template

A minimal, production-ready template for building Python libraries with modern development practices.

🚀 Quick Start

# Clone and customize
git clone https://github.com/mirasurf/pytemplate.git my-library
cd my-library

# Install development dependencies
pip install -e ".[dev]"

# Run tests
make test

📁 Project Structure

├── pytemplate/            # Main package
├── tests/                 # Test suite
├── docs/                  # Documentation
├── docker-compose.yml     # Development environment
├── pyproject.toml         # Project configuration
└── Makefile               # Development commands

📄 License

MIT License - see LICENSE file for details.

About

Template of python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published