This package allows you to extract info from Git repositories.
- Python 3.x
- Install python deps with
pip3 install -r requirements.txt
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.