Metadata-Version: 1.1
Name: rodeo
Version: 0.4.4
Summary: an ide for data analysis in python
Home-page: https://github.com/yhat/rodeo/
Author: Greg Lamp
Author-email: greg@yhathq.com
License: BSD
Description-Content-Type: UNKNOWN
Description: `Rodeo <http://blog.yhathq.com/posts/introducing-rodeo.html>`__
        ===============================================================
        
        ::
        
             $ pip install -U rodeo
             $ rodeo .
             
              _______      ___   ______   ________    ___
             |_   __ \   .'   `.|_   _ `.|_   __  | .'   `.
               | |__) | /  .-.  \ | | `. \ | |_ \_|/  .-.  \
               |  __ /  | |   | | | |  | | |  _| _ | |   | |
              _| |  \ \_\  `-'  /_| |_.' /_| |__/ |\  `-'  /
             |____| |___|`.___.'|______.'|________| `.___.'
             
             ''''''''''''''''''''''''''''''''''''''''''''''''''
               URL: http://localhost:5000
               DIRECTORY: /Users/glamp/repos/yhat/big-data/kung-foo
             ''''''''''''''''''''''''''''''''''''''''''''''''''
        
        Rodeo is a data centric IDE for Python. You can think of it as an
        alternative UI to the notebook for the IPython Kernel. It's heavily
        inspired by great projects like Sublime Text and Eclipse.
        
        .. figure:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/Rodeo-Demo.gif
           :alt: 
        
        Quickstart
        ----------
        
        .. code:: bash
        
            $ pip install rodeo 
            $ rodeo .
        
        Important shortcuts
        -------------------
        
        -  Tab is autocomplete
        -  ⌘ + *enter* is send code to terminal
        -  ctrl + 1 jumps the cursor to the editor
        -  ctrl + 2 jumps the cursor to the console
        
        Features
        --------
        
        Execute scripts
        ^^^^^^^^^^^^^^^
        
        |image0| #### Run analysis |image1| #### Autocomplete |image2| ####
        Inspect your data |image3| #### Plots |image4| #### Documentation and
        Help |image5|
        
        |image|
        
        .. |image0| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-files-with-output.png
        .. |image1| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-mpl-complex.png
        .. |image2| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-autocomplete.png
        .. |image3| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-view-data.png
        .. |image4| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-ggplot.png
        .. |image5| image:: https://raw.githubusercontent.com/yhat/rodeo/master/rodeo/static/img/screenshot-help.png
        .. |image| image:: https://ga-beacon.appspot.com/UA-46996803-1/rodeo/README.md
           :target: https://github.com/yhat/rodeo
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
