Metadata-Version: 2.1
Name: repodepo
Version: 0.1.2
Summary: Set of tools to build datasets about repositories
Home-page: https://github.com/wschuell/repodepo
Author: William Schueller
Author-email: 
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: gql[all] (>=0.0.dev0)
Requires-Dist: pygit2
Requires-Dist: pygithub
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
Requires-Dist: pytest-timeout
Requires-Dist: gitpython
Requires-Dist: oyaml
Requires-Dist: scipy
Requires-Dist: sh
Requires-Dist: psutil
Requires-Dist: python-dateutil
Requires-Dist: networkx

# # REPODEPO (previously named repo_tools)

Set of classes and methods to collect information from selected github repositories, update them and track failures.

An example of usage can be found in the `repo_tools_example.py`.
Two main objects:
 - RepoDatabase, an interface to manage a database (sqlite or postgres) of the collected info
 - Fillers, objects that can be used to fill the database.


