pybcsv 1.5.12__tar.gz → 1.5.14.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.12 → pybcsv-1.5.14.dev0}/CMakeLists.txt +27 -42
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/PKG-INFO +1 -1
- pybcsv-1.5.14.dev0/VERSION.txt +1 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/_version.py +3 -3
- pybcsv-1.5.12/VERSION.txt +0 -1
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/BUILD_NOTES.md +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/LICENSE +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/MANIFEST.in +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/README.md +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/benchmarks/README.md +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/benchmarks/run_pybcsv_benchmarks.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/examples/README.md +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/examples/advanced_usage.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/examples/basic_usage.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/examples/pandas_integration.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/examples/performance_benchmark.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/CLI11-2.6.2/CLI11.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/CLI11-2.6.2/LICENSE +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/bcsv.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/bcsv.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/bcsv_c_api.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/bitset.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/bitset.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/byte_buffer.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/checksum.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_concept.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_dispatch.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_packet001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_batch001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_stream001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_stream_lz4_001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_delta002.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_delta002.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_dispatch.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_flat001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_flat001.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_zoh001.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_row/row_codec_zoh001.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/column_name_index.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/column_name_index.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/csv_reader.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/csv_reader.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/csv_writer.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/csv_writer.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/definitions.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/file_footer.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/file_header.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/file_header.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/layout.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/layout.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/layout_guard.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/lz4_block.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/lz4_stream.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/packet_header.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/reader.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/reader.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/reader_concept.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/row.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/row.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/row_visitors.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_ast.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_compiler.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_parser.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_tokenizer.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_types.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_vm.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_vm.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/sampler/sampler_window.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/std_charconv_compat.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/vle.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/writer.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/writer.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/bcsv/writer_concept.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4file.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4file.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4frame.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4frame.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4frame_static.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4hc.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/lz4hc.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/xxhash.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/lz4-1.10.0/xxhash.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/xxHash-0.8.3/xxhash.c +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/include/xxHash-0.8.3/xxhash.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/__init__.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/__init__.pyi +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/__version__.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/_bcsv.pyi +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/bindings.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/pandas_utils.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/parquet_utils.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/polars_utils.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/py.typed +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pybcsv/tools.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/pyproject.toml +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/shared/comparison.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/shared/test_datasets.hpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/shared/validation.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsv2csv.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvCast.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvCompare.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvGenerator.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvHead.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvHeader.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvRepair.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvSampler.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvTail.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/bcsvValidate.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/cli_app.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/cli_common.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/csv2bcsv.cpp +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/spec_parse.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/src/tools/type_probe.h +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/sync_headers.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/README.md +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/conftest.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_basic_functionality.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_count_rows.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_csv_writer_reader.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_cycle4_python_hardening.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_data_types.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_interoperability.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_minimal_string.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_parquet_conversion.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_performance_edge_cases.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_arrow.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_codecs.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_columnar.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_core.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_direct_access.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_errors.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_pandas.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_performance.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_polars.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_pybcsv_sampler.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_streaming_bindings.py +0 -0
- {pybcsv-1.5.12 → pybcsv-1.5.14.dev0}/tests/test_tools.py +0 -0
|
@@ -1,50 +1,35 @@
|
|
|
1
1
|
cmake_minimum_required(VERSION 3.15...3.30)
|
|
2
2
|
project(pybcsv LANGUAGES C CXX)
|
|
3
3
|
|
|
4
|
-
# ── Version from
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
RESULT_VARIABLE GIT_RESULT
|
|
14
|
-
)
|
|
15
|
-
if(GIT_RESULT EQUAL 0)
|
|
16
|
-
string(REGEX MATCH "([0-9]+)\\.([0-9]+)\\.([0-9]+)" _ ${BCSV_GIT_TAG})
|
|
17
|
-
set(BCSV_VERSION_MAJOR ${CMAKE_MATCH_1})
|
|
18
|
-
set(BCSV_VERSION_MINOR ${CMAKE_MATCH_2})
|
|
19
|
-
set(BCSV_VERSION_PATCH ${CMAKE_MATCH_3})
|
|
20
|
-
set(BCSV_VERSION_STRING "${BCSV_VERSION_MAJOR}.${BCSV_VERSION_MINOR}.${BCSV_VERSION_PATCH}")
|
|
21
|
-
endif()
|
|
4
|
+
# ── Version from VERSION.txt ────────────────────────────────────────────
|
|
5
|
+
# VERSION.txt is the single source of truth, mirroring cmake/GetGitVersion.cmake.
|
|
6
|
+
# Deriving this from `git describe` instead meant a wheel built where git was
|
|
7
|
+
# unavailable silently stamped whatever the last committed fallback happened to
|
|
8
|
+
# be. sync_headers.py copies VERSION.txt next to this file for sdist builds, so
|
|
9
|
+
# both the full checkout and the sdist find it.
|
|
10
|
+
set(_PY_VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../VERSION.txt")
|
|
11
|
+
if(NOT EXISTS "${_PY_VERSION_FILE}")
|
|
12
|
+
set(_PY_VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/VERSION.txt")
|
|
22
13
|
endif()
|
|
23
|
-
if(NOT
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
set(BCSV_VERSION_MAJOR ${CMAKE_MATCH_1})
|
|
36
|
-
set(BCSV_VERSION_MINOR ${CMAKE_MATCH_2})
|
|
37
|
-
set(BCSV_VERSION_PATCH ${CMAKE_MATCH_3})
|
|
38
|
-
set(BCSV_VERSION_STRING "${_PY_FALLBACK_VERSION}")
|
|
39
|
-
endif()
|
|
40
|
-
endif()
|
|
41
|
-
if(NOT DEFINED BCSV_VERSION_STRING)
|
|
42
|
-
set(BCSV_VERSION_MAJOR 0)
|
|
43
|
-
set(BCSV_VERSION_MINOR 0)
|
|
44
|
-
set(BCSV_VERSION_PATCH 0)
|
|
45
|
-
set(BCSV_VERSION_STRING "0.0.0.dev0")
|
|
46
|
-
endif()
|
|
14
|
+
if(NOT EXISTS "${_PY_VERSION_FILE}")
|
|
15
|
+
message(FATAL_ERROR
|
|
16
|
+
"[pybcsv] VERSION.txt not found in either ${CMAKE_CURRENT_SOURCE_DIR}/.. or "
|
|
17
|
+
"${CMAKE_CURRENT_SOURCE_DIR}. Run sync_headers.py or build from the project root.")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
file(READ "${_PY_VERSION_FILE}" _PY_FILE_VERSION)
|
|
21
|
+
string(STRIP "${_PY_FILE_VERSION}" _PY_FILE_VERSION)
|
|
22
|
+
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)$" _PY_FV_MATCH "${_PY_FILE_VERSION}")
|
|
23
|
+
if(NOT _PY_FV_MATCH)
|
|
24
|
+
message(FATAL_ERROR
|
|
25
|
+
"[pybcsv] ${_PY_VERSION_FILE} contains '${_PY_FILE_VERSION}', not a valid X.Y.Z version.")
|
|
47
26
|
endif()
|
|
27
|
+
|
|
28
|
+
set(BCSV_VERSION_MAJOR ${CMAKE_MATCH_1})
|
|
29
|
+
set(BCSV_VERSION_MINOR ${CMAKE_MATCH_2})
|
|
30
|
+
set(BCSV_VERSION_PATCH ${CMAKE_MATCH_3})
|
|
31
|
+
set(BCSV_VERSION_STRING "${_PY_FILE_VERSION}")
|
|
32
|
+
|
|
48
33
|
message(STATUS "[pybcsv] Version: ${BCSV_VERSION_STRING}")
|
|
49
34
|
|
|
50
35
|
# Set variables expected by cmake/version.h.in template
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybcsv
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.14.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.13
|
|
@@ -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.14.dev0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 5, 14, 'dev0')
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gc59bdf8e6'
|
pybcsv-1.5.12/VERSION.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.5.11
|
|
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.12 → pybcsv-1.5.14.dev0}/include/bcsv/codec_file/file_codec_packet_lz4_batch001.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
|
|
File without changes
|
|
File without changes
|