Skip to content

minorchange/template-python-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a lean template for a python project

Customization

Adapt respective fields like author and package-name in the setup.py

Installation

From within /template-python-project:

pip install -e .

-e lets you install in development mode (you will not need to reinstall if you change code).

Usage

After installing it in an environment you can:

import mypackage

Tests

Run pytest from within /template-python-project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages