Project Alice Python to Git utilities


License
GPL-3.0
Install
pip install AliceGit==1.0.7

Documentation

AliceGit

A python bridge to Git for Project Alice.

This is in no way intended to be suitable for other projects, although, many functions will work.

Install

pip3 install AliceGit

Devs of this tool

  • Clone this repository
  • Open a terminal on whatever OS you are
  • CD to the path where you cloned this repository
  • Create a python 3.8+ virtual environment: python -m venv
  • Activate your virtual environment
  • Install the package in dev mode: pip install --editable .