Skip to content

pity7736/python_template

Repository files navigation

Python repository template

Things that it has:

  • requirements with:
    • pytest
    • pytest coverage
    • radon
    • pre-commit
    • sphinx and sphinx rtd theme
  • coverage basic configuration
  • sh for run radon and tests

Things that you must complete

  • Set dir name to run radon in run_randon.sh. Example: radon cc -a -s -nb project_name/
  • Set dir name to coverage in testing run_tests.sh. Example: pytest -s -vvv --cov=project_name --cov-report term-missing tests
  • Check pre-commit version in .pre-commit-config.yaml
  • Set specific version in requirements_dev.txt

About

python repository template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages