Python project to make shifu available for python.
Project description
# shifu-python
[![Build Status](https://travis-ci.org/wuhaifengdhu/shifu-python.svg?branch=master)](https://travis-ci.org/wuhaifengdhu/shifu-python) [![codecov](https://codecov.io/gh/kyhau/python-repo-template/branch/master/graph/badge.svg)](https://codecov.io/gh/kyhau/python-repo-template)
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
`bash mkdir new_repo_name cd new_repo_name git init git pull https://github.com/kyhau/python-repo-template `
## Build
Linux
`bash virtualenv env . env/bin/activate pip install -e . `
Windows `bash 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 `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for shifu-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ac2cca6b8537660c1974500925280e00142a8a501ef293dee44e751ad4393ae |
|
MD5 | 5c1cb2be406640980750c9f707a2dea9 |
|
BLAKE2b-256 | 44fdc2850c3e837c9074ffd80b8693b569ff608fb8e9b981ccf51503f57cdbec |