Skip to content

Commit

Permalink
Major refactor; support streaming data
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Jan 15, 2024
1 parent af893c6 commit f7f7a09
Show file tree
Hide file tree
Showing 24 changed files with 992 additions and 575 deletions.
2 changes: 1 addition & 1 deletion rpipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ._version import __version__
from .version import __version__
33 changes: 0 additions & 33 deletions rpipe/_shared.py

This file was deleted.

1 change: 0 additions & 1 deletion rpipe/_version.py

This file was deleted.

327 changes: 0 additions & 327 deletions rpipe/client.py

This file was deleted.

2 changes: 2 additions & 0 deletions rpipe/client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .main import cli, main
from .client import rpipe
Loading

0 comments on commit f7f7a09

Please sign in to comment.