Skip to main content

A stream processor working with shell commands

Project description

https://travis-ci.org/laysakura/shellstreaming.png?branch=master

A stream processor working with shell commands

Installation

$ pip install virtualenv shellstreaming
$ cp config/sample-shellstreaming.cnf ~/.shellstreaming.cnf
$ vim ~/.shellstreaming.cnf

Run examples

$ git clone https://github.com/laysakura/shellstreaming.git
$ cd shellstreaming
$ shellstreaming example/01_RandInt.py

API reference

Sphinx-powered documents are available on http://packages.python.org/shellstreaming

For developers

Building and uploading documents

$ ./setup.py build_sphinx
$ browser doc/html/index.html
$ ./setup.py upload_sphinx

Testing

$ ./setup.py nosetests
$ browser htmlcov/index.html  # check coverage

Some tests depend too much on personal configuration; one needs Twitter OAuth info and another needs access to remote machine via ssh. To enable all of these tests, comment out the line starts with ignore-files in setup.cfg and run nosetests again.

Uploading packages to PyPI

$ emacs setup.py   # edit `version` string
$ emacs CHANGES.txt
$ ./setup.py sdist upload

Or use zest.releaser, a convenient tool for repeated release cycles.

Thanks

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

shellstreaming-0.1.0.zip (90.9 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