Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 984 Bytes

File metadata and controls

22 lines (15 loc) · 984 Bytes

Python Package Template

This repository serves as a template for creating Python packages. It includes a standard project structure, setup configurations, and best practices to help you get started quickly with your own Python package development.

Features

  • Linting with ruff
  • Formatting with ruff
  • Testing with pytest
  • Continuous integration with GitHub Actions

Usage

  1. Create a new repository using this template.
  2. Clone your new repository to your local machine.
  3. Install uv if you haven't already
  4. Install just
  5. Install prek if you haven't already

Contributing

We welcome contributions from the community! Please follow the Contributing Guidelines to contribute to this project.