Metadata-Version: 2.1
Name: thonny-gitonic
Version: 0.3.0
Summary: manage a multi git workspace
Home-page: https://github.com/kr-g/thonny-gitonic
Author: k. goger
Author-email: k.r.goger+thonny-gitonic@gmail.com
License: AGPLv3+
Keywords: python utility shell git git-workspace tkinter thonny
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Desktop Environment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: gitonic
Requires-Dist: thonny >=3.3.0

[![PEP-08](https://img.shields.io/badge/code%20style-PEP08-green.svg)](https://www.python.org/dev/peps/pep-0008/)


you are reading VERSION = v0.3.0


# thonny-gitonic 

[thonny](https://thonny.org) plugin for [gitonic](https://github.com/kr-g/gitonic)

open `gitonic` in thonny by pressing Control+Shift+g, or via tools menu

press `ESC` key to minimize gitonic window.


# what's new ?

Check
[`CHANGELOG`](https://github.com/kr-g/thonny-gitonic/blob/main/CHANGELOG.md)
for latest ongoing, or upcoming news.


# limitations

Check 
[`BACKLOG`](https://github.com/kr-g/thonny-gitonic/blob/main/BACKLOG.md)
for open development tasks and limitations.


# platform

tested on python3, and linux


# installation

    python3 -m pip install thonny-gitonic


# configuration

## custom installation path

in file `~/.gitonic/thonnycontrib.cfg` 

    [DEFAULT]
    # will run gitonic from local installation 
    path = .

or, in case of a venv

    [DEFAULT]
    # will run gitonic from specific .venv installation 
    path = ~/gitonic/.venv/bin

or, as python parameter (depending on your environment)

    [DEFAULT]
    path = ~/repo/gitonic
    start = .venv/bin/python3 
    param = ~/repo/gitonic/gitonic/gitonic.py

on windows this might look like this (depending on your environment)

    [DEFAULT]
    path = ~/repo/gitonic
    start = .venv/Scripts/gitonic

or, if started as python cmdline parameter

    [DEFAULT]
    path = ~/repo/gitonic
    start = .venv/Scripts/python
    param = ~/repo/gitonic/gitonic/gitonic.py


# license

thonny-gitonic is released under the following
[`LICENSE`](https://github.com/kr-g/thonny-gitonic/blob/main/LICENSE.md)
