Metadata-Version: 2.1
Name: johnny
Version: 0.1.5
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
Description: 
        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
        
        Running
        -------
        
        ```bash
        pip install johnny
        johnny examples/deps.toml
        ```
        
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
