Metadata-Version: 1.0
Name: Statpipe
Version: 0.1.0
Summary: Pipe stuff to stata, get results back.
Home-page: http://pypi.python.org/pypi/statpipe/
Author: Ben Whalley
Author-email: benwhalley@gmail.com
License: LICENSE.txt
Description: Statpipe
        =============
        
        
        Statpipe is a simple command line utility allowing stata commands to be piped into
        Stata on OSX, and the output returned.
        
        For example:
        
            echo "di 2^2" | statpipe
            . di 2^2
        
            4
        
        
        
        To install, download and:
        
        	cd statpipe
        	python setup.py install #you might need to sudo if installing in system python
        	
        
Platform: UNKNOWN
