Metadata-Version: 2.0
Name: python-sample-package
Version: 0.3.0
Summary: An example python package
Home-page: https://github.com/iiddoo/python-sample-package.git
Author: Ido Lev
Author-email: iiddoolleevv@gmail.com
License: MIT
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: numpy

[![Build Status](https://travis-ci.org/iiddoo/python-sample-package.svg?branch=master)](https://travis-ci.org/iiddoo/python-sample-package)                 [![GitHub version](https://badge.fury.io/gh/iiddoo%2Fpython-sample-package.svg)](https://badge.fury.io/gh/iiddoo%2Fpython-sample-package)               [![Coverage Status](https://coveralls.io/repos/github/iiddoo/python-sample-package/badge.svg?branch=dev)](https://coveralls.io/github/iiddoo/python-sample-package?branch=dev)          [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)


# 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

