Metadata-Version: 1.1
Name: git-annex-metadata-gui
Version: 0.1.0
Summary: Graphical interface for git-annex metadata commands
Home-page: https://github.com/alpernebbi/git-annex-metadata-gui
Author: Alper Nebi Yasak
Author-email: alpernebiyasak@gmail.com
License: GPL3+
Description: ======================
        Git-Annex-Metadata-Gui
        ======================
        A graphical interface to the metadata functionality of git-annex_.
        
        .. _git-annex: https://git-annex.branchable.com/
        
        Requirements
        ------------
        - Python 3
        - git-annex-adapter_
        - PyQt5
        
        .. _git-annex-adapter: https://github.com/alpernebbi/git-annex-adapter
        
        Usage
        -----
        ::
        
            $ git-annex-metadata-gui [/path/to/repo]
        
        Screenshots
        -----------
        .. image:: screenshots/s1.png
            :alt: Files in the current branch
        
        .. image:: screenshots/s2.png
            :alt: Metadata editor and header fields
        
        .. image:: screenshots/s3.png
            :alt: Keys that aren't in the current branch
        
        .. image:: screenshots/s4.png
            :alt: Text preview
        
Keywords: git-annex metadata
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
