Metadata-Version: 2.1
Name: project-report
Version: 0.4.2
Summary: Find software projects, analyze them, and output a report.
Home-page: https://github.com/nickderobertis/project-report/
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/project-report/
Project-URL: Documentation, https://nickderobertis.github.io/project-report/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pygount
Requires-Dist: cached-property
Requires-Dist: gitpython
Requires-Dist: pyexlatex
Requires-Dist: PyYAML
Requires-Dist: PyGithub


[![](https://codecov.io/gh/nickderobertis/project-report/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/project-report)

# project-report

## Overview

Find software projects, analyze them, and output a report.

## Getting Started

Install `project-report`:

```
pip install project-report
```

A simple example:

```python
import projectreport

# Do something with projectreport
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/project-report/
)

## Author

Created by Nick DeRobertis. MIT License.


