pauldevos / python-notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 97.4%Language:Python 1.7%Language:Dockerfile 0.9%