Skip to content

wuhaifengdhu/DevinHelper

Repository files navigation

python-repo-template

Build Status codecov

This is a template repository that you can use to quickly create a python application that can be built, tested, and released as an internal python module.

Setting up a new repository from this template

Create a directory and pull all the files in this template into it

mkdir new_repo_name
cd new_repo_name
git init
git pull https://github.com/kyhau/python-repo-template

Build

Linux

virtualenv env
. env/bin/activate
pip install -e .

Windows

virtualenv env
env\Scripts\activate
pip install -e .

Tox Tests and Build the Wheels

pip install -r requirements-build.txt
# run the python tests
tox -r

About

Help functions for easy use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages