Metadata-Version: 1.1
Name: cloudmesh_gitissues
Version: 3.1.0
Summary: cloudmesh_gitissues - Manageing Issue Priorities in github
Home-page: https://github.com/cloudmesh/gitissues
Author: Gregor von Laszewski
Author-email: laszewski@gmail.com
License: Apache License, Version 2.0
Description: CLoudmesh Github Issues
        ========================
        
        Although github provides through the label mechnism a
        potential for priority management of issues, we sometimes need
        to define a much more precise way of doing ordering the priorities
        rather than by label groups.
        
        To be able to do that We provide a simple bootstrap based portal
        interface that looks into the github issues and finds in the first
        line of an isse the priority defined with::
        
          P:10
        
        where 10 is the priority. If no priority is given we use 999.
        
        
        Install
        --------
        
        ::
        
            mkdir -p ~/github/cloudmesh
            cd ~/github/cloudmesh
            git clone https://github.com/cloudmesh/gitissues.git
            pip install -r requirements.txt
            python setup.py install
        
        Run portal
        -----------
        
        make run
        
        View portal 
        -------------
        
        Make view
        
        Bugs
        -------------
Keywords: cloud cmd commandshell plugins
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
