Metadata-Version: 2.1
Name: interprog
Version: 0.2.0
Summary: Inter-process progress reports made easy
Home-page: https://github.com/ThatXliner/interprog
License: MIT
Author: Bryan Hu
Author-email: bryan.hu.2020@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Project-URL: Documentation, https://interprog.readthedocs.io/en/latest/index.html
Description-Content-Type: text/markdown

# Interprog

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
 [![codecov](https://codecov.io/gh/ThatXliner/interprog/branch/main/graph/badge.svg)](https://codecov.io/gh/ThatXliner/interprog) [![Documentation Status](https://readthedocs.org/projects/interprog/badge/?version=latest)](https://interprog.readthedocs.io/en/latest/?badge=latest) [![CI](https://github.com/ThatXliner/interprog/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ThatXliner/interprog/actions/workflows/ci.yml) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/interprog)](https://pypi.org/project/interprog) [![PyPI](https://img.shields.io/pypi/v/interprog)](https://pypi.org/project/interprog) [![PyPI - License](https://img.shields.io/pypi/l/interprog)](#license)

> Inter-process progress reports made easy


## Installation

You can get this project via `pip`

```bash
$ pip install interprog
```

Or, if you're using [Poetry](https://python-poetry.org)

```bash
$ poetry add interprog
```


## License

Copyright © 2022, Bryan Hu

This project is licensed under the [MIT](https://github.com/ThatXliner/interprog/blob/main/LICENSE.txt).

