PyPI project
pyiceberg
100+ indexed releases ยท newest sdist 0.11.1rc3 with 182 indexed members
Files in 0.11.1rc3 pyiceberg-0.11.1rc3.tar.gz
- dev/provision.py
- pyiceberg/__init__.py
- pyiceberg/avro/__init__.py
- pyiceberg/avro/codecs/__init__.py
- pyiceberg/avro/codecs/bzip2.py
- pyiceberg/avro/codecs/codec.py
- pyiceberg/avro/codecs/deflate.py
- pyiceberg/avro/codecs/snappy_codec.py
- pyiceberg/avro/codecs/zstandard_codec.py
- pyiceberg/avro/decoder.py
- pyiceberg/avro/encoder.py
- pyiceberg/avro/file.py
- pyiceberg/avro/reader.py
- pyiceberg/avro/resolver.py
- pyiceberg/avro/writer.py
- pyiceberg/catalog/__init__.py
- pyiceberg/catalog/bigquery_metastore.py
- pyiceberg/catalog/dynamodb.py
- pyiceberg/catalog/glue.py
- pyiceberg/catalog/hive.py
- pyiceberg/catalog/memory.py
- pyiceberg/catalog/noop.py
- pyiceberg/catalog/rest/__init__.py
- pyiceberg/catalog/rest/auth.py
- pyiceberg/catalog/rest/response.py
- pyiceberg/catalog/rest/scan_planning.py
- pyiceberg/catalog/sql.py
- pyiceberg/cli/__init__.py
- pyiceberg/cli/console.py
- pyiceberg/cli/output.py
- pyiceberg/conversions.py
- pyiceberg/exceptions.py
- pyiceberg/expressions/__init__.py
- pyiceberg/expressions/literals.py
- pyiceberg/expressions/parser.py
- pyiceberg/expressions/visitors.py
- pyiceberg/io/__init__.py
- pyiceberg/io/fsspec.py
- pyiceberg/io/pyarrow.py
- pyiceberg/manifest.py
- pyiceberg/partitioning.py
- pyiceberg/schema.py
- pyiceberg/serializers.py
- pyiceberg/table/__init__.py
- pyiceberg/table/delete_file_index.py
- pyiceberg/table/inspect.py
- pyiceberg/table/locations.py
- pyiceberg/table/maintenance.py
- pyiceberg/table/metadata.py
- pyiceberg/table/name_mapping.py
- pyiceberg/table/puffin.py
- pyiceberg/table/refs.py
- pyiceberg/table/snapshots.py
- pyiceberg/table/sorting.py
- pyiceberg/table/statistics.py
- pyiceberg/table/update/__init__.py
- pyiceberg/table/update/schema.py
- pyiceberg/table/update/snapshot.py
- pyiceberg/table/update/sorting.py
- pyiceberg/table/update/spec.py
- pyiceberg/table/update/statistics.py
- pyiceberg/table/update/validate.py
- pyiceberg/table/upsert_util.py
- pyiceberg/transforms.py
- pyiceberg/typedef.py
- pyiceberg/types.py
- pyiceberg/utils/__init__.py
- pyiceberg/utils/bin_packing.py
- pyiceberg/utils/concurrent.py
- pyiceberg/utils/config.py
- pyiceberg/utils/datetime.py
- pyiceberg/utils/decimal.py
- pyiceberg/utils/deprecated.py
- pyiceberg/utils/lazydict.py
- pyiceberg/utils/parsing.py
- pyiceberg/utils/properties.py
- pyiceberg/utils/schema_conversion.py
- pyiceberg/utils/singleton.py
- pyiceberg/utils/truncate.py
- setup.py
- tests/avro/test_decoder.py
- tests/avro/test_encoder.py
- tests/avro/test_file.py
- tests/avro/test_reader.py
- tests/avro/test_resolver.py
- tests/avro/test_writer.py
- tests/benchmark/test_benchmark.py
- tests/benchmark/test_memory_benchmark.py
- tests/catalog/integration_test_bigquery_metastore.py
- tests/catalog/integration_test_dynamodb.py
- tests/catalog/integration_test_glue.py
- tests/catalog/test_base.py
- tests/catalog/test_bigquery_metastore.py
- tests/catalog/test_catalog_behaviors.py
- tests/catalog/test_dynamodb.py
- tests/catalog/test_glue.py
- tests/catalog/test_glue_profile.py
- tests/catalog/test_hive.py
- tests/catalog/test_rest.py
- tests/catalog/test_rest_auth.py
- tests/catalog/test_scan_planning_models.py
- tests/catalog/test_sql.py
- tests/cli/test_console.py
- tests/cli/test_output.py
- tests/conftest.py
- tests/expressions/test_evaluator.py
- tests/expressions/test_expressions.py
- tests/expressions/test_literals.py
- tests/expressions/test_parser.py
- tests/expressions/test_projection.py
- tests/expressions/test_residual_evaluator.py
- tests/expressions/test_visitors.py
- tests/integration/test_add_files.py
- tests/integration/test_catalog.py
- tests/integration/test_delete_count.py
- tests/integration/test_deletes.py
- tests/integration/test_hive_migration.py
- tests/integration/test_inspect_table.py
- tests/integration/test_partition_evolution.py
- tests/integration/test_partitioning_key.py
- tests/integration/test_reads.py
- tests/integration/test_rest_catalog.py
- tests/integration/test_rest_manifest.py
- tests/integration/test_rest_scan_planning_integration.py
- tests/integration/test_rest_schema.py
- tests/integration/test_snapshot_operations.py
- tests/integration/test_sort_order_update.py
- tests/integration/test_statistics_operations.py
- tests/integration/test_writes/test_optimistic_concurrency.py
- tests/integration/test_writes/test_partitioned_writes.py
- tests/integration/test_writes/test_writes.py
- tests/integration/test_writes/utils.py
- tests/io/test_fsspec.py
- tests/io/test_fsspec_profile.py
- tests/io/test_io.py
- tests/io/test_pyarrow.py
- tests/io/test_pyarrow_stats.py
- tests/io/test_pyarrow_visitor.py
- tests/table/test_datafusion.py
- tests/table/test_delete_file_index.py
- tests/table/test_expire_snapshots.py
- tests/table/test_init.py
- tests/table/test_locations.py
- tests/table/test_manage_snapshots.py
- tests/table/test_metadata.py
- tests/table/test_name_mapping.py
- tests/table/test_partitioning.py
- tests/table/test_puffin.py
- tests/table/test_refs.py
- tests/table/test_snapshots.py
- tests/table/test_sorting.py
- tests/table/test_statistics.py
- tests/table/test_upsert.py
- tests/table/test_validate.py
- tests/test_avro_sanitization.py
- tests/test_conversions.py
- tests/test_schema.py
- tests/test_serializers.py
- tests/test_transforms.py
- tests/test_typedef.py
- tests/test_types.py
- tests/test_version.py
- tests/utils/test_bin_packing.py
- tests/utils/test_concurrent.py
- tests/utils/test_config.py
- tests/utils/test_datetime.py
- tests/utils/test_decimal.py
- tests/utils/test_deprecated.py
- tests/utils/test_lazydict.py
- tests/utils/test_manifest.py
- tests/utils/test_properties.py
- tests/utils/test_schema_conversion.py
- tests/utils/test_singleton.py
- tests/utils/test_truncate.py
- vendor/fb303/FacebookService.py
- vendor/fb303/__init__.py
- vendor/fb303/constants.py
- vendor/fb303/ttypes.py
- vendor/hive_metastore/ThriftHiveMetastore.py
- vendor/hive_metastore/__init__.py
- vendor/hive_metastore/constants.py
- vendor/hive_metastore/ttypes.py
Indexed releases
- 0.11.1
pyiceberg-0.11.1-cp313-cp313-win_amd64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp312-cp312-macosx_11_0_arm64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp311-cp311-win_amd64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp310-cp310-musllinux_1_2_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1
pyiceberg-0.11.1-cp310-cp310-macosx_11_0_arm64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3.tar.gz182 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp313-cp313-musllinux_1_2_x86_64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp313-cp313-macosx_11_0_arm64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp312-cp312-win_amd64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp312-cp312-musllinux_1_2_aarch64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp312-cp312-macosx_10_13_x86_64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp311-cp311-musllinux_1_2_x86_64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp311-cp311-macosx_11_0_arm64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp310-cp310-win_amd64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp310-cp310-musllinux_1_2_aarch64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1rc3
pyiceberg-0.11.1rc3-cp310-cp310-macosx_10_9_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp313-cp313-win_amd64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp313-cp313-musllinux_1_2_aarch64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp313-cp313-macosx_10_13_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp312-cp312-musllinux_1_2_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp312-cp312-macosx_11_0_arm64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp311-cp311-win_amd64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp311-cp311-musllinux_1_2_aarch64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp311-cp311-macosx_10_9_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp310-cp310-musllinux_1_2_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.1rc2
pyiceberg-0.11.1rc2-cp310-cp310-macosx_11_0_arm64.whl86 members - 0.11.0
pyiceberg-0.11.0.tar.gz182 members - 0.11.0
pyiceberg-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp313-cp313-macosx_11_0_arm64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp312-cp312-win_amd64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp312-cp312-macosx_10_13_x86_64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp311-cp311-macosx_11_0_arm64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp310-cp310-win_amd64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0
pyiceberg-0.11.0-cp310-cp310-macosx_10_9_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp313-cp313-win_amd64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp313-cp313-macosx_10_13_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp312-cp312-macosx_11_0_arm64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp311-cp311-win_amd64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp311-cp311-macosx_10_9_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0rc2
pyiceberg-0.11.0rc2-cp310-cp310-macosx_11_0_arm64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1.tar.gz182 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp313-cp313-macosx_11_0_arm64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp312-cp312-win_amd64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp312-cp312-macosx_10_13_x86_64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp311-cp311-macosx_11_0_arm64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp310-cp310-win_amd64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl86 members - 0.11.0rc1
pyiceberg-0.11.0rc1-cp310-cp310-macosx_10_9_x86_64.whl86 members - 0.10.0
pyiceberg-0.10.0-cp39-cp39-win_amd64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp39-cp39-macosx_10_9_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp312-cp312-macosx_11_0_arm64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp311-cp311-win_amd64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl83 members - 0.10.0
pyiceberg-0.10.0-cp310-cp310-macosx_11_0_arm64.whl83 members - 0.10.0rc3
pyiceberg-0.10.0rc3.tar.gz171 members - 0.10.0rc3
pyiceberg-0.10.0rc3-cp39-cp39-musllinux_1_2_x86_64.whl83 members - 0.10.0rc3
pyiceberg-0.10.0rc3-cp39-cp39-macosx_11_0_arm64.whl83 members
and more releases past the first 100