Metadata-Version: 1.1
Name: t_rex
Version: 0.0.3
Summary: Terminal Redis Explorer.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: BSD
Description: # T-Rex: Terminal Redis Explorer
        
        ## Getting Started
        
        ### Installation:
        
        ```bash
        pip install -r requirements.txt
        ```
        
        ### Running
        
        ```
        python main.py
        ```
        
        `C-d` will quit.
        `Shift` key will change focus to the different windows.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
