python-sample-package

An example python package


License
MIT
Install
pip install python-sample-package==0.4.0

Documentation

Build Status PyPI version Coverage Status Python 3.6

python-example-package

This is a starter repo for creating a new python package.

Tests

Simply run: pytest

Code coverge

Generate coverage report with: py.test --cov=myPackage tests/

script:

- pip install --user --upgrade setuptools wheel twine numpy

- python3 setup.py sdist bdist_wheel

- python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

before_script:

- bumpversion minor setup.py