Skip to content

pauldevos/python-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Packages

Testing

  • pytest
  • pycov (coverage)
  • sphinx
  • great expectations
  • doctest

Documentation

  • sphinx
  • swagger
  • pydoc
  • pdoc - pdoc auto-generates API documentation that follows your project's Python module hierarchy.
  • docstrings

CI/CD, Build Packages

  • Github Actions
  • Pre-Commit
  • Black, flake8, mypy, commitizen

Logging

$ pytest --cov*
$ sphinx-build -n -W -q -b html docs docs/_build/html
$ pre-commit run -a (if you didn't install the pre-commit git hook)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published