Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laysakura/shellstreaming
A stream processor working with shell commands
https://github.com/laysakura/shellstreaming
Last synced: 17 days ago
JSON representation
A stream processor working with shell commands
- Host: GitHub
- URL: https://github.com/laysakura/shellstreaming
- Owner: laysakura
- License: apache-2.0
- Created: 2013-10-21T16:19:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T01:31:54.000Z (over 10 years ago)
- Last Synced: 2024-10-02T11:48:14.541Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
shellstreaming
==============.. image:: https://travis-ci.org/laysakura/shellstreaming.png?branch=master
:target: https://travis-ci.org/laysakura/shellstreamingA stream processor working with shell commands
.. contents:: :local:
Tutorial
--------See http://packages.python.org/shellstreaming/tutorial.html
For developers
--------------API reference
#############Sphinx-powered documents are available on http://packages.python.org/shellstreaming
Building and uploading documents
################################.. code-block:: bash
$ ./setup.py build_sphinx
$ browser doc/html/index.html
$ ./setup.py upload_sphinxTesting
#######.. code-block:: bash
$ ./setup.py nosetests
$ browser htmlcov/index.html # check coverageSome 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
##########################.. code-block:: bash
$ emacs setup.py # edit `version` string
$ emacs CHANGES.txt
$ ./setup.py sdist uploadOr use `zest.releaser `_, a convenient tool for repeated release cycles.
Thanks
------- `modocache `_ for a few pull requests!