Metadata-Version: 1.1
Name: eh
Version: 0.1.3
Summary: A command line program that will output helpful reminders based on parameters
Home-page: http://github.com/roaet/eh
Author: Justin L. Hammond
Author-email: justin@roaet.com
License: Apache-2
Description: eh, help
        #Eh
        Eh is a tool to give quick help on a particular subject
        
        The source code can be found at:
        
        ```
        https://github.com/roaet/eh
        ```
        
        ##Making an eh topic
        
        You can make a new eh topic by:
        
        - contributing to the core repo in contrib/subjects
        - creating your own eh extension using the `eh.subject_extensions` entry point and subclassing the BaseSubject class
        
        ##Future features
        
        - Bash-completion for subjects at command line
        - Config from home for color options
        - Using `mdv` properly (when it is on pypi)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
