Python Library Template (PyLibTemplate)
pylibtemplate (short for ‘Python Library Template’) is a Python library that
generates git repository templates for building Python libraries that are
suitable for publication on PyPI.
The source code can be found in the pylibtemplate GitHub repository.
Instructions for installing and uninstalling pylibtemplate
For instructions on installing the pylibtemplate library, see the
Instructions for installing and uninstalling pylibtemplate page.
Learning how to use pylibtemplate
The primary purpose of the pylibtemplate library is to facilitate in the
creation of new Python libraries. See the
How to create a Python library using pylibtemplate page for
instructions on creating Python libraries using pylibtemplate.
For those new to the pylibtemplate library, it is recommended that they take
a look at the Examples page, which contain code examples that show
how one can use the pylibtemplate library. While going through the examples,
readers can consult the pylibtemplate reference guide to understand what each line
of code is doing.