Metadata-Version: 1.1
Name: labelsync
Version: 0.1.1
Summary: Web app for synchronization of issue labels across repositories
Home-page: https://github.com/novotkry/mi-pyt-final
Author: Krystof Novotny
Author-email: novotkry@fit.cvut.cz
License: WTFPL
Description: labelsync
        =========
        
        The real purpose of this project is purely artificial. It serves as a task for MI-PYT course at CTU and will see no real use.
        
        With that out of the way, let's pretend the project serves a real purpose from this moment on.
        
        Labelsync utility serves as a label synchronizer. It helps you maintain consistent label definitions across multiple git repositories
        and allows for easy label definitions editing.
        
        Assignment features
        ~~~~~~~~~~~~~~~~~~~
        
        - Hosted at http://novotkry.pythonanywhere.com
        - Supports github and gitlab for managed repositories
        - Easy to extend by extending a base class
        - Git repository as an authority for labels
        - Simple html gui for label and master repo management
        - Login data managed separately from label and repository data
        
        
        Installation and usage
        ----------------------
        
        ::
        
           $ python setup.py install
           $ export FLASK_APP=labelsync
           $ flask run
        
        Then visit the web application on displayed address.
        
        License
        -------
        
        This project is licensed under the WTFPL License - see the `LICENSE`_ file
        for more details.
        
        .. _LICENSE: LICENSE
        
Keywords: label synchronization github gitlab
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
