Metadata-Version: 2.1
Name: percheron
Version: 0.0.3
Home-page: https://github.com/glasnt/percheron
Author: Katie McLaughlin
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/glasnt/percheron/issues
Project-URL: CI, https://github.com/glasnt/percheron/actions
Project-URL: Changelog, https://github.com/glasnt/percheron/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: GitPython
Requires-Dist: requests
Requires-Dist: requests-cache[all]
Requires-Dist: rich-click
Requires-Dist: tqdm
Requires-Dist: nltk
Requires-Dist: python-dotenv
Requires-Dist: datasette
Requires-Dist: sqlite-utils
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


# percheron

Percheron is a data collation tool specifically designed to gather and collate the contributors for a release of the [Django](https://djangoproject.com) project. 

It gathers data from a number of sources, including the commits to the Django project itself, issue tracking, pull requests, and translations. 

For more information, read the [methodology](https://github.com/glasnt/percheron/tree/main/docs).

For usage information, see the [GitHub README](https://github.com/glasnt/percheron)
