multipackage.templates.pypi_package module¶
A best-practices template for distributing python packages on PyPI.
Reference¶
- 
class 
multipackage.templates.pypi_package.PyPIPackageTemplate[source]¶ Bases:
multipackage.templates.repo_template.RepositoryTemplate- 
SHORT_NAME= 'pypi_package'¶ 
- 
SHORT_DESCRIPTION= 'Builds, tests and releases PyPI packages from Travis-CI'¶ 
- 
INFO_TEMPLATE= 'pypi_info_template.tpl'¶ 
- 
DOCTOR_TEMPLATE= 'pypi_doctor_template.tpl'¶ 
- 
install(repo)[source]¶ Install this template into a Repository.
Parameters: repo (Repository) – The repository that this template should add its subsystems to. 
-