Metadata-Version: 2.1
Name: format-byte
Version: 1.1.1
Summary: Make a number of bytes readable for humans.
Home-page: https://github.com/ChsHub/format_byte
Author: ChsHub
Author-email: christian1193@web.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# format_byte
Make a number of bytes readable for humans.

## Installation
`python3 -m pip install format_byte`

## Usage Examples

```python
from format_byte import format_byte

format_byte(1024000)
>>> 1000.0kiB

```

