Skip to content

GitHub template repository for creating new Python libarries, using the simonw/python-lib cookiecutter template

License

Notifications You must be signed in to change notification settings

admariner/python-lib-template-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-lib-template-repository

PyPI Changelog License

GitHub template repository for creating new Python libarries, using the simonw/python-lib cookiecutter template

Installation

Install this library using pip:

$ pip install python-lib-template-repository

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-repository
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

GitHub template repository for creating new Python libarries, using the simonw/python-lib cookiecutter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%