Metadata-Version: 2.1
Name: tributors
Version: 0.0.14
Summary: give tribute to your repository contributors.
Home-page: http://www.github.com/con/tributors
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
Maintainer: Vanessa Sochat
Maintainer-email: vsochat@stanford.edu
License: LICENSE
Description: # tributors
        
        ![docs/assets/img/logo.png](https://raw.githubusercontent.com/con/tributors/master/docs/assets/img/logo.png)
        
        <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
        [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
        <!-- ALL-CONTRIBUTORS-BADGE:END -->
        
        [Documentation](https://con.github.io/tributors/)
        
        ## What is tributors?
        
        Tributors is a Python library and GitHub action that helps you to pay tribute to your
        contributors. Tribute interacts with several well-known repository metadata files:
        
         - [all-contributors](https://github.com/all-contributors)
         - [Zenodo](https://zenodo.org)
         - [CodeMeta](https://codemeta.github.io/)
        
        Each of the services above allows you to generate some kind of metadata file
        that has one or more repository contributors. This file typically needs to be
        generated and updated manually, and this is where tributors comes in to help!
        Tributors will allow you to programatically create and update these files.
        By way of using a shared cache, a `.tributors` file that can store common
        identifiers, it becomes easy to update several of these metadata files at once.
        You can set criteria such as a threshold for contributions to add a contributor,
        export an Orcid ID token to ensure that you have Orcid Ids where needed,
        or use an interactive mode to make decisions as you go.
        
        ## How does it work?
        
        Tributors uses the GitHub API, Zenodo API, and Orcid API to look up shared identifiers
        for common metadata services like all contributors, Zenodo, and CodeMeta. The
        tool is available for local or container usage, and as a GitHub Action (see the [examples](examples) folder).
        See the full [documentation](https://con.github.io/tributors/) for getting started.
        
        
        ## Contributors
        
        <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
        <!-- prettier-ignore-start -->
        <!-- markdownlint-disable -->
        <table>
          <tr>
            <td align="center"><a href="www.onerussian.com"><img src="https://avatars3.githubusercontent.com/u/39889?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yaroslav Halchenko</b></sub></a><br /><a href="https://github.com/con/tributors/commits?author=yarikoptic" title="Code">💻</a> <a href="https://github.com/con/tributors/commits?author=yarikoptic" title="Documentation">📖</a></td>
            <td align="center"><a href="https://vsoch.github.io"><img src="https://avatars0.githubusercontent.com/u/814322?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vanessasaurus</b></sub></a><br /><a href="https://github.com/con/tributors/commits?author=vsoch" title="Code">💻</a></td>
            <td align="center"><a href="https://github.com/pgrimaud"><img src="https://avatars1.githubusercontent.com/u/1866496?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pierre Grimaud</b></sub></a><br /><a href="https://github.com/con/tributors/commits?author=pgrimaud" title="Code">💻</a></td>
          </tr>
        </table>
        
        <!-- markdownlint-enable -->
        <!-- prettier-ignore-end -->
        <!-- ALL-CONTRIBUTORS-LIST:END -->
        
Keywords: contributions,tributes
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: codemeta
