Skip to content

edwargl7/template-python-demo

 
 

Repository files navigation

Overview

Sample project generated from Jace's Python Template.

This project was generated with cookiecutter using jacebrowning/template-python.

Unix Build Status Windows Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI License

Setup

Requirements

  • Python 3.8+

Installation

Install it directly into an activated virtual environment:

$ pip install TemplateDemo

or add it to your Poetry project:

$ poetry add TemplateDemo

Usage

After installation, the package can imported:

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

About

A live demo of my Python template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.4%
  • Makefile 12.6%