Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.18 KB

OSL Repo Extractor

DOI DOI

The GitHub Repo Extractor provides an expedient way to gather issue and PR data from GitHub repositories using the GitHub REST API. See this repo's documentation for more information.

Requirements

This project uses Poetry to manage its dependencies. To get started,

  1. install the correct version of Python, listed in pyproject.toml. Try pyenv!
  2. install Poetry
  3. run poetry install to install dependencies
  4. run poetry run python main.py <input_file> to run the program (see docs for input information)

Contributing

  • Abide by the "Conventional Commits" specification for all commits.
  • Using default settings for each, format and lint all Python contributions with black and pylint respectively.