Metadata-Version: 2.1
Name: diffpatrol
Version: 0.1.0
Summary: DiffPatrol is a Python tool for analyzing project dependencies through various means such as diffs, commit history, and CI/CD logs.
Home-page: https://github.com/yourusername/diffpatrol
Author: Mark Lechner
Author-email: lechner.mark@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# DiffPatrol

DiffPatrol is a Python tool for analyzing project dependencies through various means such as diffs, commit history, and CI/CD logs.

## Installation

You can install DiffPatrol using pip:

```bash
pip install diffpatrol
```






