Welcome to DemoPackage!

DemoPackage as the name suggests is just a sample package aka tutorial to cover all the aspects of creating a python package. This package can be used as a base for development of other python libraries on top of it.

With DemoPackage I have covered the basics of:

  1. Version control using git on Github.
  2. Python Package creation and maintenance at PyPi.
  3. Python package installation using Setuptools.
  4. Automatic Documentation using Sphinx.
  5. Hosting the documentation using Github-pages and Readthedocs.org

I’ll be updating the detailed instructions as soon as possible.

Indices and tables

License Information

Author Details:

Table Of Contents

Next topic

DemoPackage Package

This Page