An open API service indexing awesome lists of open source software.

https://github.com/ibmstreams/pypi.streamsx.standard

Python packages for IBM Streams Standard Toolkit
https://github.com/ibmstreams/pypi.streamsx.standard

ibm-streams pypi python python-package stream-processing

Last synced: 11 months ago
JSON representation

Python packages for IBM Streams Standard Toolkit

Awesome Lists containing this project

README

          

Exposing SPL standard toolkit as classes and installable package for the Python Application API for IBM Streams.

Latest documentation

* http://streamsxstandard.readthedocs.io

Package is organized using standard packaging to upload to PyPi.

* http://pypi.org/project/streamsx.standard/

```
pip install streamsx.standard
```

The latest code be installed as the `streamsx.standard` package directly from github using:

```
pip install git+https://github.com/IBMStreams/pypi.streamsx.standard.git
```

## Test

Run the full test with:

ant test