Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

shifu-1.0.0-py2.py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page