LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
downstream/__init__.py
downstream/__main__.py
downstream/executable.py
downstream/run.py
downstream.egg-info/PKG-INFO
downstream.egg-info/SOURCES.txt
downstream.egg-info/dependency_links.txt
downstream.egg-info/requires.txt
downstream.egg-info/top_level.txt
downstream/_auxlib/__init__.py
downstream/_auxlib/_bit_floor.py
downstream/_auxlib/_ctz.py
downstream/_auxlib/_modpow2.py
downstream/dstream/__init__.py
downstream/dstream/steady_algo/__init__.py
downstream/dstream/steady_algo/_steady_assign_storage_site.py
downstream/dstream/steady_algo/_steady_get_ingest_capacity.py
downstream/dstream/steady_algo/_steady_has_ingest_capacity.py
downstream/dstream/steady_algo/_steady_lookup_ingest_times.py
downstream/dstream/stretched_algo/__init__.py
downstream/dstream/stretched_algo/_stretched_assign_storage_site.py
downstream/dstream/stretched_algo/_stretched_get_ingest_capacity.py
downstream/dstream/stretched_algo/_stretched_has_ingest_capacity.py
downstream/dstream/stretched_algo/_stretched_lookup_ingest_times.py
downstream/dstream/tilted_algo/__init__.py
downstream/dstream/tilted_algo/_tilted_assign_storage_site.py
downstream/dstream/tilted_algo/_tilted_get_ingest_capacity.py
downstream/dstream/tilted_algo/_tilted_has_ingest_capacity.py
downstream/dstream/tilted_algo/_tilted_lookup_ingest_times.py
downstream/dsurf/_Policy.py
downstream/dsurf/_Surface.py
downstream/dsurf/__init__.py
test_downstream/test_dstream/__init__.py
test_downstream/test_dstream/test_steady_algo/__init__.py
test_downstream/test_dstream/test_steady_algo/test_steady_assign_storage_site.py
test_downstream/test_dstream/test_steady_algo/test_steady_lookup_ingest_times.py
test_downstream/test_dstream/test_stretched_algo/__init__.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_assign_storage_site.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_lookup_ingest_times.py
test_downstream/test_dstream/test_tilted_algo/__init__.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_assign_storage_site.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_lookup_ingest_times.py
test_downstream/test_dsurf/__init__.py
test_downstream/test_dsurf/test_Surface.py