Metadata-Version: 2.1
Name: humannum
Version: 1.2.0
Summary: Human Friendly Numbers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/nbiotcloud/humannum
Project-URL: Documentation, https://humannum.readthedocs.io/en/stable/
Project-URL: Bug Tracker, https://github.com/nbiotcloud/humannum/issues
Requires-Python: <4.0,>=3.9.0
Requires-Dist: humanfriendly>=10.0
Description-Content-Type: text/markdown

[![PyPI Version](https://badge.fury.io/py/humannum.svg)](https://badge.fury.io/py/humannum)
[![Python Build](https://github.com/nbiotcloud/humannum/actions/workflows/main.yml/badge.svg)](https://github.com/nbiotcloud/humannum/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/humannum/badge/?version=stable)](https://humannum.readthedocs.io/en/stable/?badge=stable)
[![Coverage Status](https://coveralls.io/repos/github/nbiotcloud/humannum/badge.svg?branch=main)](https://coveralls.io/github/nbiotcloud/humannum?branch=main)
[![python-versions](https://img.shields.io/pypi/pyversions/humannum.svg)](https://pypi.python.org/pypi/humannum)

# Human Friendly Numbers

* [Documentation](https://humannum.readthedocs.io/en/stable/)
* [PyPI](https://pypi.org/project/humannum/)
* [Sources](https://github.com/nbiotcloud/humannum)
* [Issues](https://github.com/nbiotcloud/humannum/issues)

## Installation

Installing it is pretty easy:

```bash
pip install humannum
```
