Skip to main content

Pipe stuff to stata, get results back.

Project description

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

You can also use in interactive mode (although state isn’t saved across calculations):

statpipe > Enter a stata expression (e.g. di 2*2): di 2*2 > Cached output re-used > . di 2*2 > 4

To install, download and:

cd statpipe python setup.py install #you might need to sudo if installing in system python

or

pip install statpipe

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Statpipe-0.1.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page