Metadata-Version: 2.1
Name: workreport
Version: 0.0
Summary: workreport
Home-page: https://pypi.org/project/workreport
License: MIT
Author: Mara
Author-email: ma@r.a
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: minilog (>=2.0,<3.0)
Project-URL: Documentation, https://workreport.readthedocs.io
Project-URL: Repository, https://github.com/mara/mara
Description-Content-Type: text/markdown

# Overview

workreport

This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).

[![Unix Build Status](https://img.shields.io/travis/com/mara/mara.svg?label=unix)](https://travis-ci.com/mara/mara)
[![Windows Build Status](https://img.shields.io/appveyor/ci/mara/mara.svg?label=windows)](https://ci.appveyor.com/project/mara/mara)
[![Coverage Status](https://img.shields.io/coveralls/mara/mara.svg)](https://coveralls.io/r/mara/mara)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/mara/mara.svg)](https://scrutinizer-ci.com/g/mara/mara)
[![PyPI Version](https://img.shields.io/pypi/v/workreport.svg)](https://pypi.org/project/workreport)
[![PyPI License](https://img.shields.io/pypi/l/workreport.svg)](https://pypi.org/project/workreport)

# Setup

## Requirements

* Python 3.9+

## Installation

Install it directly into an activated virtual environment:

```text
$ pip install workreport
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add workreport
```

# Usage

After installation, the package can imported:

```text
$ python
>>> import workreport
>>> workreport.__version__
```

