Metadata-Version: 2.1
Name: mypsl
Version: 0.2
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
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
Requires-Dist: colorama
Requires-Dist: argparse
Requires-Dist: argcomplete
Requires-Dist: pymysql

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.



