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
- Host: GitHub
- URL: https://github.com/ibmstreams/pypi.streamsx.standard
- Owner: IBMStreams
- License: apache-2.0
- Created: 2017-10-30T14:42:52.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-11T09:55:37.000Z (over 5 years ago)
- Last Synced: 2025-04-09T05:05:41.017Z (about 1 year ago)
- Topics: ibm-streams, pypi, python, python-package, stream-processing
- Language: Python
- Homepage: https://ibmstreams.github.io/pypi.streamsx.standard/
- Size: 686 KB
- Stars: 0
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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