simtoolsz 0.2.11__tar.gz → 0.2.11.2__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.
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/PKG-INFO +1 -1
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/pyproject.toml +1 -1
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/__init__.py +1 -1
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/reader.py +3 -1
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/.github/workflows/publish.yml +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/.gitignore +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/.python-version +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/LICENSE +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/README.md +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/README_EN.md +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/docs/DATETIME_CONVERSION.md +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/docs/mail_usage_guide.md +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/docs/special2db_usage.md +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/examples/conversion_examples.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/examples/mail_examples.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/examples/special2db_example.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/examples/today_examples.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/examples/zip2db_example.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/requirements-dev.lock +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/requirements.lock +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/datetime.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/db.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/mail.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/src/simtoolsz/utils.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/test_optimized_reader.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_conversion.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_iso_comprehensive.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_iso_format.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_simple.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_special2db.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_special2db_simple.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_today_optimized.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_which_format.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_zip2db.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/test_zip2db_simple.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/tests/verify_unicode_fix.py +0 -0
- {simtoolsz-0.2.11 → simtoolsz-0.2.11.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: simtoolsz
|
|
3
|
-
Version: 0.2.11
|
|
3
|
+
Version: 0.2.11.2
|
|
4
4
|
Summary: A simple and convenient toolkit containing useful functions, classes, and methods.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SidneyLYZhang/simtoolsz
|
|
6
6
|
Project-URL: Repository, https://github.com/SidneyLYZhang/simtoolsz.git
|
|
@@ -10,7 +10,7 @@ import simtoolsz.reader as reader
|
|
|
10
10
|
try:
|
|
11
11
|
__version__ = importlib.metadata.version("simtoolsz")
|
|
12
12
|
except importlib.metadata.PackageNotFoundError:
|
|
13
|
-
__version__ = "0.2.11"
|
|
13
|
+
__version__ = "0.2.11.2"
|
|
14
14
|
|
|
15
15
|
__all__ = [
|
|
16
16
|
'__version__', 'mail', 'utils', 'datetime', 'db', 'reader'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import warnings
|
|
2
|
+
import re
|
|
2
3
|
import polars as pl
|
|
3
4
|
|
|
4
5
|
from polars.io.csv.batched_reader import BatchedCsvReader
|
|
@@ -524,7 +525,8 @@ def _get_excel_samecolumns_sheet(
|
|
|
524
525
|
}
|
|
525
526
|
grouped = {}
|
|
526
527
|
for k, v in sheet_cols.items():
|
|
527
|
-
|
|
528
|
+
key = tuple(v) if isinstance(v, list) else v
|
|
529
|
+
grouped.setdefault(key, []).append(k)
|
|
528
530
|
return list(grouped.values())
|
|
529
531
|
|
|
530
532
|
|
|
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
|