Metadata-Version: 2.1
Name: AliceGit
Version: 1.0.5
Summary: Project Alice Python to Git utilities
Home-page: https://github.com/project-alice-assistant/AliceGit
Author: ProjectAlice
Maintainer: Psychokiller1888
Maintainer-email: laurentchervet@bluewin.ch
License: GPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
```bash
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 .`

