jacebrowning / template-python-demo

Live demo of my Python template.

Home Page:https://github.com/jacebrowning/template-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 License PyPI Version PyPI Downloads

Setup

Requirements

  • Python 3.11+

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 be imported:

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

About

Live demo of my Python template.

https://github.com/jacebrowning/template-python

License:MIT License


Languages

Language:Python 86.8%Language:Makefile 12.3%Language:Shell 0.8%