IBMStreams / streamsx.utility

(Incubation) Contains utilities for IBM Streams
Other
1 stars 15 forks source link

Added initial streams rest API #15

Closed wmarshall484 closed 8 years ago

ddebrunner commented 8 years ago

Can you remove the pyc cached items?

ddebrunner commented 8 years ago

Just wondering if streamsx should be the top-level, or there should be a python first?

i.e.

python/streamsx/...

ddebrunner commented 8 years ago

Maybe python/packages/streamsx to have a clear indication of where the actual code is and have items like python/samples in the future.

ddebrunner commented 8 years ago

Any plan to address the comments?

wmarshall484 commented 8 years ago

Removed the cached python files, added a samples directory, and added a sample outlining basic usage.

wmarshall484 commented 8 years ago

TODO: make certain classes private. remove 'streams' from 'streams_rest_utils' Fix/add documentation