Metadata-Version: 2.1
Name: project-report
Version: 0.5.0
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/
Description: 
        [![](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.
        
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
