tomaskoranda / python-repository-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-repository-template

Minimal simple python project template WIP

TODO:

  • .gitignore

  • virtual environment

    • requirements.txt
    • environment.yml
    • poetry?
  • pre-commit

    • .pre-commit-config.yaml
  • formatter

    • black
  • linter

    • pylint
    • yapf
  • testing

    • pytest
    • unittest
  • pyproject.toml

  • CI/CD

    • github-actions?
  • editor

    • vs-code?
  • ...

  • poetry?

  • TUI with config options?

    • use black?
    • use linter?
    • ...
    • create venv / conda env
      • python version
      • ...
  • make file

Commands

  • pip install -r <requirements.txt | ...>
  • pre-commit install

About