TemplateDemo

A sample project templated from jacebrowning/template-python.


License
MIT
Install
pip install TemplateDemo==0.0.0

Documentation

PythonTemplateDemo

A sample project templated from jacebrowning/template-python.

Unix: Unix Build Status Windows: Windows Build Status
Metrics: Coverage Status Scrutinizer Code Quality
Usage: PyPI Version PyPI Downloads

Getting Started

Requirements

  • Python 3.5+

Installation

PythonTemplateDemo can be installed with pip:

$ pip install PythonTemplateDemo

or directly from the source code:

$ git clone https://github.com/jacebrowning/template-python-demo.git
$ cd template-python-demo
$ python setup.py install

Basic Usage

After installation, the package can imported:

$ python
>>> import demo
>>> demo.__version__

Documentation

Read the full documentation here.