Skip to content

Commit

Permalink
update main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iplitharas committed Apr 9, 2024
1 parent 9260ac8 commit ceaf016
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ Python project template using cookiecutter 🍪



## Features
A Python project template using [cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.2/README.html) 🍪
with the following features:
- [pyenv](https://github.com/pyenv/pyenv) for managing Python versions
- [poetry](https://python-poetry.org/) for dependency management
- [ruff](https://github.com/astral-sh/ruff) for code style and linter enforcement
- [mypy](https://mypy.readthedocs.io/en/stable/) for static type checking
- [pre-commit](https://pre-commit.com/) hooks for code linting and formatting
- [pytest](https://docs.pytest.org/en/6.2.x/) for testing
- [basic multi stage docker file](https://github.com/iplitharas/project-template/blob/main/%7B%7Bcookiecutter.__project_slug%7D%7D/Dockerfile)
- [GitHub Actions](https://docs.github.com/en/actions) for CI/CD

0 comments on commit ceaf016

Please sign in to comment.