Metadata-Version: 2.1
Name: johnny
Version: 0.2.1
Summary: generic dep(p)endencies tracker
Home-page: https://github.com/adfinis-sygroup/johnny
Author: Jean-Louis Fuchs
Author-email: jean-louis.fuchs@adfinis-sygroup.ch
License: AGPL-3.0-or-later
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: toml
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: aiohttp
Requires-Dist: aiodns


johnny - generic dep(p)endencies tracker
========================================

Tracking versions and alerting stale dependencies. Johnny is tool and language
independent and doesn't need central service.

Currently supports: git, gitlab (gitlab.com and self-hosted), github, arch and aur

For git please prefer git:// is supported, but please prefer https://

Note!: Most git URLs end in ".git" (github/gitlab), but API URLs do not.

Running
-------

```bash
pip install johnny
johnny examples/deps.toml
```


