Metadata-Version: 1.1
Name: mypsl
Version: 0.12
Summary: Whittling down the MySQL process list
Home-page: https://github.com/ksgh/mypsl
Author: Kyle Shenk
Author-email: k.shenk@gmail.com
License: MIT
Description: mypsl
        ========
        
        **Maintainer:** k dot shenk at gmail dot com
        
        The aim of **mypsl** is to provide a simple interface for querying and filtering the MySQL process list. Over time
        the available options have become bloated, so some cases may not be *so simple*.
        
        Installation
        ------------
        
        **Via PIP:**
        ``pip install mypsl``
        
        Usage
        -----
        
            ::
        
                mypsl --options
        
        
        stuff
        
        Contributing
        ------------
        Suggestions and contributions are welcome. Please fork me and create PRs back to the ``develop`` branch.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
