How to make a python package

Contents:

  • Introduction
  • Installation
  • Unit Testing
  • Logging
  • Documentation
  • matpy API
  • Distributing your package
How to make a python package
  • Docs »
  • How to make a python package
  • View page source

How to make a python package¶

This is hopefully helpful, to someone, somewhere who struggled with the same stuff that I struggled with…

The whole documentation is referring to the following Github repository: how_to_make_a_python_package

Contents:

  • Introduction
    • The module
    • Goal
  • Installation
    • Actual installation
    • setup.cfg
    • setup.py
    • environment.yml
  • Unit Testing
    • Setting up your tests
    • Setting up a .travis.yml
  • Logging
    • Setting up your logging
  • Documentation
    • Pre-Setup-Rambling
    • Setting up Sphinx
    • Publishing your documentation online: 2 ways
  • matpy API
    • Matrix multiplication
    • Logging Utility
    • Testing
  • Distributing your package
    • Installing your package using the source code
    • Distributing you code using PyPi

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2021, htmapp development team

Built with Sphinx using a theme provided by Read the Docs.