Skip to content

simonw/python-lib-template-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-lib-template-demo

PyPI Tests Changelog License

Demonstrating https://github.com/simonw/python-lib

Installation

Install this library using pip:

pip install python-lib-template-demo

Usage

Usage instructions go here.

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd python-lib-template-demo
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

python -m pip install -e '.[test]'

To run the tests:

python -m pytest