Metadata-Version: 2.1
Name: math-series
Version: 0.0.1
Summary: Python Package to calculate harmonic numbers
Home-page: UNKNOWN
Author: Anjana Wijekoon
Author-email: a.wijekoon1@rgu.ac.uk
License: UNKNOWN
Keywords: mathematic calculations
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# math-series
Python package to calculate harmonic numbers

### Installing math-series
math-series supports Python 3+. The stable version of math-series is available on [PyPI](https://pypi.org/project/math-series/):

    pip install math-series


