pybcsv 1.5.14.dev0__tar.gz → 1.5.15.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/PKG-INFO +1 -1
- pybcsv-1.5.15.dev0/VERSION.txt +1 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/_version.py +3 -3
- pybcsv-1.5.14.dev0/VERSION.txt +0 -1
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/BUILD_NOTES.md +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/CMakeLists.txt +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/LICENSE +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/MANIFEST.in +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/README.md +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/benchmarks/README.md +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/benchmarks/run_pybcsv_benchmarks.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/examples/README.md +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/examples/advanced_usage.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/examples/basic_usage.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/examples/pandas_integration.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/examples/performance_benchmark.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/CLI11-2.6.2/CLI11.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/CLI11-2.6.2/LICENSE +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/bcsv.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/bcsv.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/bcsv_c_api.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/bitset.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/bitset.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/byte_buffer.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/checksum.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_concept.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_dispatch.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_packet001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_batch001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_stream001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_stream_lz4_001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_delta002.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_delta002.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_dispatch.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_flat001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_flat001.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_zoh001.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_row/row_codec_zoh001.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/column_name_index.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/column_name_index.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/csv_reader.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/csv_reader.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/csv_writer.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/csv_writer.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/definitions.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/file_footer.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/file_header.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/file_header.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/layout.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/layout.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/layout_guard.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/lz4_block.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/lz4_stream.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/packet_header.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/reader.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/reader.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/reader_concept.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/row.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/row.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/row_visitors.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_ast.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_compiler.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_parser.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_tokenizer.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_types.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_vm.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_vm.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/sampler/sampler_window.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/std_charconv_compat.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/vle.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/writer.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/writer.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/writer_concept.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4file.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4file.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4frame.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4frame.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4frame_static.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4hc.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/lz4hc.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/xxhash.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/lz4-1.10.0/xxhash.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/xxHash-0.8.3/xxhash.c +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/xxHash-0.8.3/xxhash.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/__init__.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/__init__.pyi +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/__version__.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/_bcsv.pyi +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/bindings.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/pandas_utils.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/parquet_utils.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/polars_utils.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/py.typed +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pybcsv/tools.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/pyproject.toml +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/shared/comparison.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/shared/test_datasets.hpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/shared/validation.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsv2csv.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvCast.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvCompare.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvGenerator.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvHead.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvHeader.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvRepair.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvSampler.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvTail.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/bcsvValidate.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/cli_app.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/cli_common.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/csv2bcsv.cpp +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/spec_parse.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/src/tools/type_probe.h +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/sync_headers.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/README.md +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/conftest.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_basic_functionality.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_count_rows.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_csv_writer_reader.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_cycle4_python_hardening.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_data_types.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_interoperability.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_minimal_string.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_parquet_conversion.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_performance_edge_cases.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_arrow.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_codecs.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_columnar.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_core.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_direct_access.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_errors.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_pandas.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_performance.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_polars.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_pybcsv_sampler.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_streaming_bindings.py +0 -0
- {pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/tests/test_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybcsv
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.15.dev0
|
|
4
4
|
Summary: High-performance Python bindings for the BCSV (Binary CSV) library with pandas integration
|
|
5
5
|
Keywords: csv,binary,data-science,compression,performance,pandas,numpy,big-data,data-processing
|
|
6
6
|
Author-Email: Tobias Weber <weber.tobias.md@gmail.com>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.5.14
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.5.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 5,
|
|
21
|
+
__version__ = version = '1.5.15.dev0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 5, 15, 'dev0')
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gaa193f80c'
|
pybcsv-1.5.14.dev0/VERSION.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.5.13
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_001.h
RENAMED
|
File without changes
|
{pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_batch001.h
RENAMED
|
File without changes
|
|
File without changes
|
{pybcsv-1.5.14.dev0 → pybcsv-1.5.15.dev0}/include/bcsv/codec_file/file_codec_stream_lz4_001.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|