MANIFEST.in
README.md
pyproject.toml
src/fpstreams/__init__.py
src/fpstreams/exceptions.py
src/fpstreams/functional.py
src/fpstreams/option.py
src/fpstreams/py.typed
src/fpstreams/result.py
src/fpstreams/rust_ops.py
src/fpstreams.egg-info/PKG-INFO
src/fpstreams.egg-info/SOURCES.txt
src/fpstreams.egg-info/dependency_links.txt
src/fpstreams.egg-info/requires.txt
src/fpstreams.egg-info/top_level.txt
src/fpstreams/core/__init__.py
src/fpstreams/core/async_ops.py
src/fpstreams/core/async_stream.py
src/fpstreams/core/collectors.py
src/fpstreams/core/common.py
src/fpstreams/core/ops.py
src/fpstreams/core/parallel.py
src/fpstreams/core/sequential.py
src/fpstreams/core/stream_interface.py
tests/test_async_stream.py
tests/test_collectors.py
tests/test_functional.py
tests/test_io.py
tests/test_option.py
tests/test_parallel.py
tests/test_result.py
tests/test_sources.py
tests/test_stats.py
tests/test_terminals.py
tests/test_transformations.py
tests/test_v0_6_0.py
tests/test_v1_0_0.py