Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.66 KB

Overview

Sample project generated from Jace's Python Template.

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

Linux Build Windows Build Code Coverage 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__