Metadata-Version: 2.4
Name: gitera
Version: 0.0.12
Summary: Gitera, the next era for git.
Author-email: Hayam Ahamed <hayam@duck.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/hayamahamed
Project-URL: Issues, https://github.com/hayamahamed
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h1>
  <img src="https://github.com/hayamahamed/gitera/blob/main/Docs/gitera.svg" width=32/>
  Gitera
</h1>

**An umbrella of utility tools for Git VC.**

    pip install gitera
Gitera consists of:
  -  gitout  - A CLI tool to walk through all of your commits and checkout with a single click.
  -  gitnuke - Create numerous commits in seconds for experiments and testings. (Not usable yet)




**Supported Platforms :**
| Platforms                 | Support Level / Compatibility | Note
|---------------------------|-------------------------------|------------------------------------------------------------------------------
| BSD                       | 10/10                         | Fully Compatible
| Linux                     | 10/10                         | Fully Compatible
| MacOS                     | ?                             | Install python using brew and use it to install gitera
| Windows                   | 0/10                          | Use WSL
| WSL                       | 8/10                          | Support can be upto 85%

This tool relies on POSIX APIs to function, primarily the POSIX Shell (bin/sh), so all Unix and Unix like operating systems could handle this program.
