MachinesAreUs / repo_miner_py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepoMinerPy

This package allows you to extract info from Git repositories.

Prerequisites

  • Python 3.x
  • Install python deps with pip3 install -r requirements.txt

Installation

The package can be installed by adding repo_miner_py to your list of dependencies in mix.exs:

def deps do
  [
    {:repo_miner_py, git: "https://github.com/MachinesAreUs/repo_miner_py.git"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/repo_miner_py.

About


Languages

Language:Elixir 82.2%Language:Python 17.8%