Metadata-Version: 2.1
Name: interprog
Version: 0.1.0
Summary: Inter-process progress reports made easy
Home-page: https://github.com/ThatXliner/interprog
License: GPL-3.0-or-later
Author: Bryan Hu
Author-email: bryan.hu.2020@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 © 2021, Bryan Hu

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

In short, this means you can do anything with it (distribute, modify, sell) but if you were to publish your changes, you must make the source code and build instructions readily available.

If you are a company using this project and want an exception, email me at [bryan.hu.2020@gmail.com](mailto:bryan.hu.2020@gmail.com) and we can discuss.

