README.rst
setup.cfg
setup.py
rxsci/__init__.py
rxsci/assert_.py
rxsci/flat_map.py
rxsci/on_subscribe.py
rxsci/tee_map.py
rxsci/train_test_split.py
rxsci/with_latest_from.py
rxsci.egg-info/PKG-INFO
rxsci.egg-info/SOURCES.txt
rxsci.egg-info/dependency_links.txt
rxsci.egg-info/requires.txt
rxsci.egg-info/top_level.txt
rxsci/container/__init__.py
rxsci/container/csv.py
rxsci/data/__init__.py
rxsci/data/cache.py
rxsci/data/clip.py
rxsci/data/distinct.py
rxsci/data/fill_none.py
rxsci/data/roll.py
rxsci/data/sort.py
rxsci/data/split.py
rxsci/data/to_deque.py
rxsci/framing/__init__.py
rxsci/framing/line.py
rxsci/internal/__init__.py
rxsci/internal/utils.py
rxsci/io/__init__.py
rxsci/io/file.py
rxsci/io/walk.py
rxsci/math/__init__.py
rxsci/math/mean.py
rxsci/math/stddev.py
rxsci/math/sum.py
rxsci/math/variance.py
rxsci/math/dist/__init__.py
rxsci/math/formal/__init__.py
rxsci/math/formal/stddev.py
rxsci/math/formal/variance.py
tests/__init__.py
tests/test_assert.py
tests/test_framing_line.py
tests/test_io_file.py
tests/test_io_walk.py
tests/test_tee_map.py
tests/test_train_test_split.py
tests/test_with_latest_from.py
tests/container/__init__.py
tests/container/test_csv.py
tests/data/__init__.py
tests/data/test_cache.py
tests/data/test_clip.py
tests/data/test_distinct.py
tests/data/test_fill_none.py
tests/data/test_roll.py
tests/data/test_sort.py
tests/data/test_split.py