Skip to main content

Efficient Repository Mining in Python

Project description

pyrepositoryminer

CI workflow PyPI Python version PyPI package DOI Tokei Code style: black PyPI downloads

The pyrepositoryminer aims to be a performant, extendable and useful tool for analyzing (large) software repositories.

Installation

Install it from PyPI:

$ pip install pyrepositoryminer

Requirements

Python 3.9+, libgit2 (e.g. brew install libgit2 on macOS).

pyrepositoryminer builds on the work of pygit2 for the interaction with git repository objects, typer for the CLI, radon for Python-specific metrics, and uvloop for an alternative event loop.

Contributing

Install poetry:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -

Install the dependencies:

$ poetry install

Install the pre-commit hooks:

$ pre-commit install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrepositoryminer-0.9.1.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

pyrepositoryminer-0.9.1-py3-none-any.whl (39.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page