Metadata-Version: 2.1
Name: plogpro
Version: 0.2.0
Summary: A simple and versatile Python package for logging, profiling and more
Home-page: https://github.com/wohe157/plogpro
Author: Wouter Heyvaert
Author-email: wouter.heyvaert@hotmail.com
License: GNU General Public License v3 (GPLv3)
Project-URL: Bug Tracker, https://github.com/wohe157/plogpro/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Plogpro
=======

![Test results](https://github.com/wohe157/plogpro/actions/workflows/unittest.yml/badge.svg)
[![Coverage](https://codecov.io/gh/wohe157/plogpro/branch/main/graph/badge.svg?token=wr6EfOLLJu)](https://codecov.io/gh/wohe157/plogpro)

A simple and versatile Python package for logging, profiling and more.


Installation
------------

| Package Manager | Version |
| --------------- | ------- |
| Github Release  | [![GitHub version](https://badge.fury.io/gh/wohe157%2Fplogpro.svg)](https://badge.fury.io/gh/wohe157%2Fplogpro) |
| PyPI            | [![PyPI version](https://badge.fury.io/py/plogpro.svg)](https://badge.fury.io/py/plogpro) |
| Anaconda        | [![Anaconda version](https://anaconda.org/wohe/plogpro/badges/version.svg)](https://anaconda.org/wohe/plogpro) |

Install with `pip`:
```
pip install plogpro
```
or with `conda`:
```
conda install plogpro -c wohe
```
Refer to the [docs](https://plogpro.readthedocs.io/en/stable/) for more information.


Documentation
-------------

| Version | Status |
| ------- | ------ |
| Stable  | [![Documentation status](https://readthedocs.org/projects/plogpro/badge/?version=stable)](https://plogpro.readthedocs.io/en/stable/?badge=stable) |
| Latest  | [![Documentation status](https://readthedocs.org/projects/plogpro/badge/?version=latest)](https://plogpro.readthedocs.io/en/latest/?badge=latest) |

Documentation is available [here](https://plogpro.readthedocs.io/en/stable/) via
Read the Docs. Refer to the stable version for the latest published version, or
to the latest version for the most up-to-date documentation with the Github
repository, which might contain functionality that is not yet published.


