LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
downstream/__init__.py
downstream/__init__.pyi
downstream/__main__.py
downstream/_version.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/_bit_floor32.py
downstream/_auxlib/_bit_floor32_batched.py
downstream/_auxlib/_bitlen32.py
downstream/_auxlib/_bitlen32_batched.py
downstream/_auxlib/_bitlen32_scalar.py
downstream/_auxlib/_bitlen64.py
downstream/_auxlib/_bitwise_count32_batched.py
downstream/_auxlib/_bitwise_count64_batched.py
downstream/_auxlib/_ctz.py
downstream/_auxlib/_ctz32.py
downstream/_auxlib/_ctz32_batched.py
downstream/_auxlib/_ctz32_scalar.py
downstream/_auxlib/_interleave.py
downstream/_auxlib/_is_in_coverage_run.py
downstream/_auxlib/_jit.py
downstream/_auxlib/_jit_nb_or_np.py
downstream/_auxlib/_modpow2.py
downstream/_auxlib/_modpow2_batched.py
downstream/_auxlib/_starstarmap.py
downstream/_auxlib/_unpack_hex.py
downstream/dataframe/__init__.py
downstream/dataframe/__init__.pyi
downstream/dataframe/_explode_lookup_packed.py
downstream/dataframe/_explode_lookup_unpacked.py
downstream/dataframe/_unpack_data_packed.py
downstream/dataframe/explode_lookup_packed_uint.py
downstream/dataframe/explode_lookup_unpacked_uint.py
downstream/dataframe/unpack_data_packed.py
downstream/dataframe/_impl/__init__.py
downstream/dataframe/_impl/_check_downstream_version.py
downstream/dataframe/_impl/_check_expected_columns.py
downstream/dstream/__init__.py
downstream/dstream/__init__.pyi
downstream/dstream/steady_algo/__init__.py
downstream/dstream/steady_algo/__init__.pyi
downstream/dstream/steady_algo/_steady_assign_storage_site.py
downstream/dstream/steady_algo/_steady_assign_storage_site_batched.py
downstream/dstream/steady_algo/_steady_get_ingest_capacity.py
downstream/dstream/steady_algo/_steady_has_ingest_capacity.py
downstream/dstream/steady_algo/_steady_has_ingest_capacity_batched.py
downstream/dstream/steady_algo/_steady_lookup_ingest_times.py
downstream/dstream/steady_algo/_steady_lookup_ingest_times_batched.py
downstream/dstream/steady_algo/_steady_lookup_ingest_times_eager.py
downstream/dstream/stretched_algo/__init__.py
downstream/dstream/stretched_algo/__init__.pyi
downstream/dstream/stretched_algo/_stretched_assign_storage_site.py
downstream/dstream/stretched_algo/_stretched_assign_storage_site_batched.py
downstream/dstream/stretched_algo/_stretched_get_ingest_capacity.py
downstream/dstream/stretched_algo/_stretched_has_ingest_capacity.py
downstream/dstream/stretched_algo/_stretched_has_ingest_capacity_batched.py
downstream/dstream/stretched_algo/_stretched_lookup_ingest_times.py
downstream/dstream/stretched_algo/_stretched_lookup_ingest_times_batched.py
downstream/dstream/stretched_algo/_stretched_lookup_ingest_times_eager.py
downstream/dstream/tilted_algo/__init__.py
downstream/dstream/tilted_algo/__init__.pyi
downstream/dstream/tilted_algo/_tilted_assign_storage_site.py
downstream/dstream/tilted_algo/_tilted_assign_storage_site_batched.py
downstream/dstream/tilted_algo/_tilted_get_ingest_capacity.py
downstream/dstream/tilted_algo/_tilted_has_ingest_capacity.py
downstream/dstream/tilted_algo/_tilted_has_ingest_capacity_batched.py
downstream/dstream/tilted_algo/_tilted_lookup_ingest_times.py
downstream/dstream/tilted_algo/_tilted_lookup_ingest_times_batched.py
downstream/dstream/tilted_algo/_tilted_lookup_ingest_times_eager.py
downstream/dsurf/_Policy.py
downstream/dsurf/_Surface.py
downstream/dsurf/__init__.py
downstream/dsurf/__init__.pyi
downstream/testing/__init__.py
downstream/testing/debug_all.py
downstream/testing/debug_one.py
downstream/testing/generate.py
downstream/testing/validate_all.py
downstream/testing/validate_one.py
test_downstream/test_auxlib/__init__.py
test_downstream/test_auxlib/test_bit_floor.py
test_downstream/test_auxlib/test_bit_floor32.py
test_downstream/test_auxlib/test_bit_floor32_batched.py
test_downstream/test_auxlib/test_bitlen32.py
test_downstream/test_auxlib/test_bitlen32_batched.py
test_downstream/test_auxlib/test_bitlen32_scalar.py
test_downstream/test_auxlib/test_bitlen64.py
test_downstream/test_auxlib/test_bitwise_count32_batched.py
test_downstream/test_auxlib/test_bitwise_count64_batched.py
test_downstream/test_auxlib/test_ctz.py
test_downstream/test_auxlib/test_ctz32.py
test_downstream/test_auxlib/test_ctz32_batched.py
test_downstream/test_auxlib/test_ctz32_scalar.py
test_downstream/test_auxlib/test_interleave.py
test_downstream/test_auxlib/test_modpow2.py
test_downstream/test_auxlib/test_modpow2_batched.py
test_downstream/test_auxlib/test_unpack_hex.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_assign_storage_site_batched.py
test_downstream/test_dstream/test_steady_algo/test_steady_get_ingest_capacity.py
test_downstream/test_dstream/test_steady_algo/test_steady_has_ingest_capacity.py
test_downstream/test_dstream/test_steady_algo/test_steady_has_ingest_capacity_batched.py
test_downstream/test_dstream/test_steady_algo/test_steady_lookup_ingest_times.py
test_downstream/test_dstream/test_steady_algo/test_steady_lookup_ingest_times_batched.py
test_downstream/test_dstream/test_steady_algo/test_steady_lookup_ingest_times_eager.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_assign_storage_site_batched.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_get_ingest_capacity.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_has_ingest_capacity.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_has_ingest_capacity_batched.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_lookup_ingest_times.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_lookup_ingest_times_batched.py
test_downstream/test_dstream/test_stretched_algo/test_stretched_lookup_ingest_times_eager.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_assign_storage_site_batched.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_get_ingest_capacity.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_has_ingest_capacity.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_has_ingest_capacity_batched.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_lookup_ingest_times.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_lookup_ingest_times_batched.py
test_downstream/test_dstream/test_tilted_algo/test_tilted_lookup_ingest_times_eager.py
test_downstream/test_dsurf/__init__.py
test_downstream/test_dsurf/test_Surface.py