Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 398 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 398 Bytes

# 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.