FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Silvan-K/python-package-template: A template repository for creating python packages · GitHub

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Package Template

A template repository for python packages complete with basic testing and CI. Use this repository as a starting point for a python project to have these essentials set up from the get-go!

Installation

To install this package, please checkout the repository and install via pip:

git clone git@github.com:Silvan-K/python-package-template.git
cd python-package-template
pip install .

Tests

To run tests (located in the tests directory) please run

pytest

from within the repository's root directory.

CI

The tests are configured to run as a Github Action on every push to the repository, as configured in ci.yaml

About

A template repository for creating python packages

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL