Metadata-Version: 2.1
Name: fungit
Version: 2.0.2
Summary: Simple terminal tool of Git.
Home-page: https://github.com/zlj-zz/fungit.git
Author: Zachary Zhang
Author-email: zlj19971222@outlook.com
License: UNKNOWN
Description: A terminal tool, help you use git more simple.
        
        Just support Linux, MacOs or other UNIX-like.
        
        You can use Pipy install it.
        
        ```shell
        pip3 install fungit --user
        ```
        
        Then you can use it with `g` , like this:
        
        ```shell
        [fungit]
        
        A terminal tool, help you use git more simple. Support Linux and MacOS.
        
        Usage: g <option> [<args>]
        You can use -h and --help to get how to use fungit.
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
