Metadata-Version: 2.1
Name: attribution
Version: 1.2.0
Summary: generate changelogs based on tag messages and shortlog
Home-page: https://github.com/jreese/attribution
Author: John Reese
Author-email: john@noswap.com
License: MIT
Description: attribution
        ===========
        
        Generate Markdown formatted changelogs based on commit tags and shortlogs.
        
        [![build status](https://github.com/jreese/attribution/workflows/Build/badge.svg)](https://github.com/jreese/attribution/actions)
        [![code coverage](https://img.shields.io/codecov/c/gh/jreese/attribution)](https://codecov.io/gh/jreese/attribution)
        [![version](https://img.shields.io/pypi/v/attribution.svg)](https://pypi.org/project/attribution)
        [![license](https://img.shields.io/pypi/l/attribution.svg)](https://github.com/jreese/attribution/blob/main/LICENSE)
        [![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        
        Install
        -------
        
        attribution requires Python 3.6 or newer.
        You can install it from PyPI:
        
            $ pip install attribution
        
        
        Usage
        -----
        
        TBD
        
        License
        -------
        
        attribution is copyright [John Reese](https://jreese.sh), and licensed under
        the MIT license.  I am providing code in this repository to you under an open
        source license.  This is my personal repository; the license you receive to
        my code is from me and not from my employer. See the `LICENSE` file for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
