Metadata-Version: 2.1
Name: richprompt
Version: 0.2.0
Summary: A better IPython prompt
Home-page: https://github.com/lewisacidic/richprompt
Author: Rich Lewis
Author-email: opensource@richlew.is
License: MIT
Description: # rich-ipyprompt
        Better prompt for IPython shell
        
        ## Usage
        
        ```python
        import richprompt.load
        ```
        
        ```ipython
        %load_ext richprompt
        ```
        
        
Keywords: ipython,prompt
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: hook
