pydiverse-common 0.3.3__tar.gz → 0.3.4__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.
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/PKG-INFO +3 -1
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/source/changelog.md +3 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/pixi.lock +80 -60
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/pixi.toml +0 -1
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/pyproject.toml +3 -1
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.gitattributes +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/CODEOWNERS +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/dependabot.yml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/workflows/release.yml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/workflows/tests.yml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.github/workflows/update-lockfiles.yml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.gitignore +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.pre-commit-config.yaml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/.readthedocs.yaml +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/LICENSE +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/README.md +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/Makefile +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/make.bat +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/package/README.md +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/source/conf.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/source/index.md +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/source/license.md +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/docs/source/reference/api.rst +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/pytest.ini +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/__init__.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/dtypes.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/errors/__init__.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/testing.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/__init__.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/computation_tracing.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/deep_map.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/deep_merge.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/disposable.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/hashing.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/import_.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/structlog.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/version.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/conftest.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/dtypes/test_dtype_pandas.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/dtypes/test_dtype_polars.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/dtypes/test_dtype_pyarrow.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/dtypes/test_dtype_sqlalchemy.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/test_util.py +0 -0
- {pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydiverse-common
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.4
|
4
4
|
Summary: Common functionality shared between pydiverse libraries
|
5
5
|
Author: QuantCo, Inc.
|
6
6
|
Author-email: Martin Trautmann <windiana@users.sf.net>, Finn Rudolph <finn.rudolph@t-online.de>
|
@@ -47,6 +47,8 @@ Classifier: Programming Language :: SQL
|
|
47
47
|
Classifier: Topic :: Database
|
48
48
|
Classifier: Topic :: Scientific/Engineering
|
49
49
|
Classifier: Topic :: Software Development
|
50
|
+
Requires-Python: <3.14,>=3.10
|
51
|
+
Requires-Dist: python-box<8.0.0,>=7.3.2
|
50
52
|
Description-Content-Type: text/markdown
|
51
53
|
|
52
54
|
# pydiverse.common
|
@@ -6888,8 +6888,6 @@ packages:
|
|
6888
6888
|
- pycparser
|
6889
6889
|
- python >=3.10,<3.11.0a0
|
6890
6890
|
- python_abi 3.10.* *_cp310
|
6891
|
-
arch: x86_64
|
6892
|
-
platform: linux
|
6893
6891
|
license: MIT
|
6894
6892
|
license_family: MIT
|
6895
6893
|
size: 243532
|
@@ -6932,8 +6930,6 @@ packages:
|
|
6932
6930
|
- pycparser
|
6933
6931
|
- python >=3.13.0rc1,<3.14.0a0
|
6934
6932
|
- python_abi 3.13.* *_cp313
|
6935
|
-
arch: x86_64
|
6936
|
-
platform: linux
|
6937
6933
|
license: MIT
|
6938
6934
|
license_family: MIT
|
6939
6935
|
size: 295514
|
@@ -6947,8 +6943,6 @@ packages:
|
|
6947
6943
|
- pycparser
|
6948
6944
|
- python >=3.10,<3.11.0a0
|
6949
6945
|
- python_abi 3.10.* *_cp310
|
6950
|
-
arch: aarch64
|
6951
|
-
platform: linux
|
6952
6946
|
license: MIT
|
6953
6947
|
license_family: MIT
|
6954
6948
|
size: 260852
|
@@ -6988,8 +6982,6 @@ packages:
|
|
6988
6982
|
- pycparser
|
6989
6983
|
- python >=3.13.0rc1,<3.14.0a0
|
6990
6984
|
- python_abi 3.13.* *_cp313
|
6991
|
-
arch: aarch64
|
6992
|
-
platform: linux
|
6993
6985
|
license: MIT
|
6994
6986
|
license_family: MIT
|
6995
6987
|
size: 314846
|
@@ -7003,8 +6995,6 @@ packages:
|
|
7003
6995
|
- pycparser
|
7004
6996
|
- python >=3.10,<3.11.0a0
|
7005
6997
|
- python_abi 3.10.* *_cp310
|
7006
|
-
arch: x86_64
|
7007
|
-
platform: osx
|
7008
6998
|
license: MIT
|
7009
6999
|
license_family: MIT
|
7010
7000
|
size: 229844
|
@@ -7044,8 +7034,6 @@ packages:
|
|
7044
7034
|
- pycparser
|
7045
7035
|
- python >=3.13.0rc1,<3.14.0a0
|
7046
7036
|
- python_abi 3.13.* *_cp313
|
7047
|
-
arch: x86_64
|
7048
|
-
platform: osx
|
7049
7037
|
license: MIT
|
7050
7038
|
license_family: MIT
|
7051
7039
|
size: 284540
|
@@ -7060,8 +7048,6 @@ packages:
|
|
7060
7048
|
- python >=3.10,<3.11.0a0
|
7061
7049
|
- python >=3.10,<3.11.0a0 *_cpython
|
7062
7050
|
- python_abi 3.10.* *_cp310
|
7063
|
-
arch: arm64
|
7064
|
-
platform: osx
|
7065
7051
|
license: MIT
|
7066
7052
|
license_family: MIT
|
7067
7053
|
size: 229224
|
@@ -7104,8 +7090,6 @@ packages:
|
|
7104
7090
|
- python >=3.13.0rc1,<3.14.0a0
|
7105
7091
|
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
7106
7092
|
- python_abi 3.13.* *_cp313
|
7107
|
-
arch: arm64
|
7108
|
-
platform: osx
|
7109
7093
|
license: MIT
|
7110
7094
|
license_family: MIT
|
7111
7095
|
size: 282115
|
@@ -7120,8 +7104,6 @@ packages:
|
|
7120
7104
|
- ucrt >=10.0.20348.0
|
7121
7105
|
- vc >=14.2,<15
|
7122
7106
|
- vc14_runtime >=14.29.30139
|
7123
|
-
arch: x86_64
|
7124
|
-
platform: win
|
7125
7107
|
license: MIT
|
7126
7108
|
license_family: MIT
|
7127
7109
|
size: 238887
|
@@ -7164,8 +7146,6 @@ packages:
|
|
7164
7146
|
- ucrt >=10.0.20348.0
|
7165
7147
|
- vc >=14.2,<15
|
7166
7148
|
- vc14_runtime >=14.29.30139
|
7167
|
-
arch: x86_64
|
7168
|
-
platform: win
|
7169
7149
|
license: MIT
|
7170
7150
|
license_family: MIT
|
7171
7151
|
size: 291828
|
@@ -14268,6 +14248,8 @@ packages:
|
|
14268
14248
|
- tzdata
|
14269
14249
|
constrains:
|
14270
14250
|
- python_abi 3.10.* *_cp310
|
14251
|
+
arch: x86_64
|
14252
|
+
platform: linux
|
14271
14253
|
license: Python-2.0
|
14272
14254
|
size: 25042108
|
14273
14255
|
timestamp: 1749049293621
|
@@ -14294,6 +14276,8 @@ packages:
|
|
14294
14276
|
- tzdata
|
14295
14277
|
constrains:
|
14296
14278
|
- python_abi 3.11.* *_cp311
|
14279
|
+
arch: x86_64
|
14280
|
+
platform: linux
|
14297
14281
|
license: Python-2.0
|
14298
14282
|
size: 30629559
|
14299
14283
|
timestamp: 1749050021812
|
@@ -14346,6 +14330,8 @@ packages:
|
|
14346
14330
|
- tzdata
|
14347
14331
|
constrains:
|
14348
14332
|
- python_abi 3.12.* *_cp312
|
14333
|
+
arch: x86_64
|
14334
|
+
platform: linux
|
14349
14335
|
license: Python-2.0
|
14350
14336
|
size: 31445023
|
14351
14337
|
timestamp: 1749050216615
|
@@ -14371,6 +14357,8 @@ packages:
|
|
14371
14357
|
- readline >=8.2,<9.0a0
|
14372
14358
|
- tk >=8.6.13,<8.7.0a0
|
14373
14359
|
- tzdata
|
14360
|
+
arch: x86_64
|
14361
|
+
platform: linux
|
14374
14362
|
license: Python-2.0
|
14375
14363
|
size: 33268245
|
14376
14364
|
timestamp: 1744665022734
|
@@ -14397,6 +14385,8 @@ packages:
|
|
14397
14385
|
- tzdata
|
14398
14386
|
constrains:
|
14399
14387
|
- python_abi 3.10.* *_cp310
|
14388
|
+
arch: aarch64
|
14389
|
+
platform: linux
|
14400
14390
|
license: Python-2.0
|
14401
14391
|
size: 13039547
|
14402
14392
|
timestamp: 1749048139656
|
@@ -14422,6 +14412,8 @@ packages:
|
|
14422
14412
|
- tzdata
|
14423
14413
|
constrains:
|
14424
14414
|
- python_abi 3.11.* *_cp311
|
14415
|
+
arch: aarch64
|
14416
|
+
platform: linux
|
14425
14417
|
license: Python-2.0
|
14426
14418
|
size: 15306062
|
14427
14419
|
timestamp: 1749048115706
|
@@ -14447,6 +14439,8 @@ packages:
|
|
14447
14439
|
- tzdata
|
14448
14440
|
constrains:
|
14449
14441
|
- python_abi 3.12.* *_cp312
|
14442
|
+
arch: aarch64
|
14443
|
+
platform: linux
|
14450
14444
|
license: Python-2.0
|
14451
14445
|
size: 13738751
|
14452
14446
|
timestamp: 1749047852768
|
@@ -14471,6 +14465,8 @@ packages:
|
|
14471
14465
|
- readline >=8.2,<9.0a0
|
14472
14466
|
- tk >=8.6.13,<8.7.0a0
|
14473
14467
|
- tzdata
|
14468
|
+
arch: aarch64
|
14469
|
+
platform: linux
|
14474
14470
|
license: Python-2.0
|
14475
14471
|
size: 33727843
|
14476
14472
|
timestamp: 1744663385273
|
@@ -14493,6 +14489,8 @@ packages:
|
|
14493
14489
|
- tzdata
|
14494
14490
|
constrains:
|
14495
14491
|
- python_abi 3.10.* *_cp310
|
14492
|
+
arch: x86_64
|
14493
|
+
platform: osx
|
14496
14494
|
license: Python-2.0
|
14497
14495
|
size: 12921103
|
14498
14496
|
timestamp: 1749048830353
|
@@ -14514,6 +14512,8 @@ packages:
|
|
14514
14512
|
- tzdata
|
14515
14513
|
constrains:
|
14516
14514
|
- python_abi 3.11.* *_cp311
|
14515
|
+
arch: x86_64
|
14516
|
+
platform: osx
|
14517
14517
|
license: Python-2.0
|
14518
14518
|
size: 15423460
|
14519
14519
|
timestamp: 1749049420299
|
@@ -14556,6 +14556,8 @@ packages:
|
|
14556
14556
|
- tzdata
|
14557
14557
|
constrains:
|
14558
14558
|
- python_abi 3.12.* *_cp312
|
14559
|
+
arch: x86_64
|
14560
|
+
platform: osx
|
14559
14561
|
license: Python-2.0
|
14560
14562
|
size: 13571569
|
14561
14563
|
timestamp: 1749049058713
|
@@ -14578,6 +14580,8 @@ packages:
|
|
14578
14580
|
- readline >=8.2,<9.0a0
|
14579
14581
|
- tk >=8.6.13,<8.7.0a0
|
14580
14582
|
- tzdata
|
14583
|
+
arch: x86_64
|
14584
|
+
platform: osx
|
14581
14585
|
license: Python-2.0
|
14582
14586
|
size: 13875464
|
14583
14587
|
timestamp: 1744664784298
|
@@ -14600,6 +14604,8 @@ packages:
|
|
14600
14604
|
- tzdata
|
14601
14605
|
constrains:
|
14602
14606
|
- python_abi 3.10.* *_cp310
|
14607
|
+
arch: arm64
|
14608
|
+
platform: osx
|
14603
14609
|
license: Python-2.0
|
14604
14610
|
size: 12385306
|
14605
14611
|
timestamp: 1749048585934
|
@@ -14621,6 +14627,8 @@ packages:
|
|
14621
14627
|
- tzdata
|
14622
14628
|
constrains:
|
14623
14629
|
- python_abi 3.11.* *_cp311
|
14630
|
+
arch: arm64
|
14631
|
+
platform: osx
|
14624
14632
|
license: Python-2.0
|
14625
14633
|
size: 14573820
|
14626
14634
|
timestamp: 1749048947732
|
@@ -14642,6 +14650,8 @@ packages:
|
|
14642
14650
|
- tzdata
|
14643
14651
|
constrains:
|
14644
14652
|
- python_abi 3.12.* *_cp312
|
14653
|
+
arch: arm64
|
14654
|
+
platform: osx
|
14645
14655
|
license: Python-2.0
|
14646
14656
|
size: 13009234
|
14647
14657
|
timestamp: 1749048134449
|
@@ -14664,6 +14674,8 @@ packages:
|
|
14664
14674
|
- readline >=8.2,<9.0a0
|
14665
14675
|
- tk >=8.6.13,<8.7.0a0
|
14666
14676
|
- tzdata
|
14677
|
+
arch: arm64
|
14678
|
+
platform: osx
|
14667
14679
|
license: Python-2.0
|
14668
14680
|
size: 12136505
|
14669
14681
|
timestamp: 1744663807953
|
@@ -14686,6 +14698,8 @@ packages:
|
|
14686
14698
|
- vc14_runtime >=14.29.30139
|
14687
14699
|
constrains:
|
14688
14700
|
- python_abi 3.10.* *_cp310
|
14701
|
+
arch: x86_64
|
14702
|
+
platform: win
|
14689
14703
|
license: Python-2.0
|
14690
14704
|
size: 15832933
|
14691
14705
|
timestamp: 1749048670944
|
@@ -14707,6 +14721,8 @@ packages:
|
|
14707
14721
|
- vc14_runtime >=14.29.30139
|
14708
14722
|
constrains:
|
14709
14723
|
- python_abi 3.11.* *_cp311
|
14724
|
+
arch: x86_64
|
14725
|
+
platform: win
|
14710
14726
|
license: Python-2.0
|
14711
14727
|
size: 18242669
|
14712
14728
|
timestamp: 1749048351218
|
@@ -14728,6 +14744,8 @@ packages:
|
|
14728
14744
|
- vc14_runtime >=14.29.30139
|
14729
14745
|
constrains:
|
14730
14746
|
- python_abi 3.12.* *_cp312
|
14747
|
+
arch: x86_64
|
14748
|
+
platform: win
|
14731
14749
|
license: Python-2.0
|
14732
14750
|
size: 15829289
|
14733
14751
|
timestamp: 1749047682640
|
@@ -14750,6 +14768,8 @@ packages:
|
|
14750
14768
|
- ucrt >=10.0.20348.0
|
14751
14769
|
- vc >=14.2,<15
|
14752
14770
|
- vc14_runtime >=14.29.30139
|
14771
|
+
arch: x86_64
|
14772
|
+
platform: win
|
14753
14773
|
license: Python-2.0
|
14754
14774
|
size: 16614435
|
14755
14775
|
timestamp: 1744663103022
|
@@ -14765,6 +14785,8 @@ packages:
|
|
14765
14785
|
- python_abi 3.10.* *_cp310
|
14766
14786
|
- ruamel.yaml
|
14767
14787
|
- toml
|
14788
|
+
arch: x86_64
|
14789
|
+
platform: linux
|
14768
14790
|
license: MIT
|
14769
14791
|
license_family: MIT
|
14770
14792
|
size: 752684
|
@@ -14780,6 +14802,8 @@ packages:
|
|
14780
14802
|
- python_abi 3.11.* *_cp311
|
14781
14803
|
- ruamel.yaml
|
14782
14804
|
- toml
|
14805
|
+
arch: x86_64
|
14806
|
+
platform: linux
|
14783
14807
|
license: MIT
|
14784
14808
|
license_family: MIT
|
14785
14809
|
size: 774302
|
@@ -14795,6 +14819,8 @@ packages:
|
|
14795
14819
|
- python_abi 3.12.* *_cp312
|
14796
14820
|
- ruamel.yaml
|
14797
14821
|
- toml
|
14822
|
+
arch: x86_64
|
14823
|
+
platform: linux
|
14798
14824
|
license: MIT
|
14799
14825
|
license_family: MIT
|
14800
14826
|
size: 768872
|
@@ -14810,6 +14836,8 @@ packages:
|
|
14810
14836
|
- python_abi 3.13.* *_cp313
|
14811
14837
|
- ruamel.yaml
|
14812
14838
|
- toml
|
14839
|
+
arch: x86_64
|
14840
|
+
platform: linux
|
14813
14841
|
license: MIT
|
14814
14842
|
license_family: MIT
|
14815
14843
|
size: 766775
|
@@ -14825,6 +14853,8 @@ packages:
|
|
14825
14853
|
- python_abi 3.10.* *_cp310
|
14826
14854
|
- ruamel.yaml
|
14827
14855
|
- toml
|
14856
|
+
arch: aarch64
|
14857
|
+
platform: linux
|
14828
14858
|
license: MIT
|
14829
14859
|
license_family: MIT
|
14830
14860
|
size: 715030
|
@@ -14840,6 +14870,8 @@ packages:
|
|
14840
14870
|
- python_abi 3.11.* *_cp311
|
14841
14871
|
- ruamel.yaml
|
14842
14872
|
- toml
|
14873
|
+
arch: aarch64
|
14874
|
+
platform: linux
|
14843
14875
|
license: MIT
|
14844
14876
|
license_family: MIT
|
14845
14877
|
size: 734401
|
@@ -14855,6 +14887,8 @@ packages:
|
|
14855
14887
|
- python_abi 3.12.* *_cp312
|
14856
14888
|
- ruamel.yaml
|
14857
14889
|
- toml
|
14890
|
+
arch: aarch64
|
14891
|
+
platform: linux
|
14858
14892
|
license: MIT
|
14859
14893
|
license_family: MIT
|
14860
14894
|
size: 726035
|
@@ -14870,6 +14904,8 @@ packages:
|
|
14870
14904
|
- python_abi 3.13.* *_cp313
|
14871
14905
|
- ruamel.yaml
|
14872
14906
|
- toml
|
14907
|
+
arch: aarch64
|
14908
|
+
platform: linux
|
14873
14909
|
license: MIT
|
14874
14910
|
license_family: MIT
|
14875
14911
|
size: 724285
|
@@ -14884,6 +14920,8 @@ packages:
|
|
14884
14920
|
- python_abi 3.10.* *_cp310
|
14885
14921
|
- ruamel.yaml
|
14886
14922
|
- toml
|
14923
|
+
arch: x86_64
|
14924
|
+
platform: osx
|
14887
14925
|
license: MIT
|
14888
14926
|
license_family: MIT
|
14889
14927
|
size: 686709
|
@@ -14898,6 +14936,8 @@ packages:
|
|
14898
14936
|
- python_abi 3.11.* *_cp311
|
14899
14937
|
- ruamel.yaml
|
14900
14938
|
- toml
|
14939
|
+
arch: x86_64
|
14940
|
+
platform: osx
|
14901
14941
|
license: MIT
|
14902
14942
|
license_family: MIT
|
14903
14943
|
size: 698995
|
@@ -14912,6 +14952,8 @@ packages:
|
|
14912
14952
|
- python_abi 3.12.* *_cp312
|
14913
14953
|
- ruamel.yaml
|
14914
14954
|
- toml
|
14955
|
+
arch: x86_64
|
14956
|
+
platform: osx
|
14915
14957
|
license: MIT
|
14916
14958
|
license_family: MIT
|
14917
14959
|
size: 685217
|
@@ -14926,6 +14968,8 @@ packages:
|
|
14926
14968
|
- python_abi 3.13.* *_cp313
|
14927
14969
|
- ruamel.yaml
|
14928
14970
|
- toml
|
14971
|
+
arch: x86_64
|
14972
|
+
platform: osx
|
14929
14973
|
license: MIT
|
14930
14974
|
license_family: MIT
|
14931
14975
|
size: 687987
|
@@ -14941,6 +14985,8 @@ packages:
|
|
14941
14985
|
- python_abi 3.10.* *_cp310
|
14942
14986
|
- ruamel.yaml
|
14943
14987
|
- toml
|
14988
|
+
arch: arm64
|
14989
|
+
platform: osx
|
14944
14990
|
license: MIT
|
14945
14991
|
license_family: MIT
|
14946
14992
|
size: 683806
|
@@ -14956,6 +15002,8 @@ packages:
|
|
14956
15002
|
- python_abi 3.11.* *_cp311
|
14957
15003
|
- ruamel.yaml
|
14958
15004
|
- toml
|
15005
|
+
arch: arm64
|
15006
|
+
platform: osx
|
14959
15007
|
license: MIT
|
14960
15008
|
license_family: MIT
|
14961
15009
|
size: 691227
|
@@ -14971,6 +15019,8 @@ packages:
|
|
14971
15019
|
- python_abi 3.12.* *_cp312
|
14972
15020
|
- ruamel.yaml
|
14973
15021
|
- toml
|
15022
|
+
arch: arm64
|
15023
|
+
platform: osx
|
14974
15024
|
license: MIT
|
14975
15025
|
license_family: MIT
|
14976
15026
|
size: 681412
|
@@ -14986,6 +15036,8 @@ packages:
|
|
14986
15036
|
- python_abi 3.13.* *_cp313
|
14987
15037
|
- ruamel.yaml
|
14988
15038
|
- toml
|
15039
|
+
arch: arm64
|
15040
|
+
platform: osx
|
14989
15041
|
license: MIT
|
14990
15042
|
license_family: MIT
|
14991
15043
|
size: 684872
|
@@ -15002,6 +15054,8 @@ packages:
|
|
15002
15054
|
- ucrt >=10.0.20348.0
|
15003
15055
|
- vc >=14.2,<15
|
15004
15056
|
- vc14_runtime >=14.29.30139
|
15057
|
+
arch: x86_64
|
15058
|
+
platform: win
|
15005
15059
|
license: MIT
|
15006
15060
|
license_family: MIT
|
15007
15061
|
size: 607423
|
@@ -15018,6 +15072,8 @@ packages:
|
|
15018
15072
|
- ucrt >=10.0.20348.0
|
15019
15073
|
- vc >=14.2,<15
|
15020
15074
|
- vc14_runtime >=14.29.30139
|
15075
|
+
arch: x86_64
|
15076
|
+
platform: win
|
15021
15077
|
license: MIT
|
15022
15078
|
license_family: MIT
|
15023
15079
|
size: 628594
|
@@ -15034,6 +15090,8 @@ packages:
|
|
15034
15090
|
- ucrt >=10.0.20348.0
|
15035
15091
|
- vc >=14.2,<15
|
15036
15092
|
- vc14_runtime >=14.29.30139
|
15093
|
+
arch: x86_64
|
15094
|
+
platform: win
|
15037
15095
|
license: MIT
|
15038
15096
|
license_family: MIT
|
15039
15097
|
size: 607016
|
@@ -15050,6 +15108,8 @@ packages:
|
|
15050
15108
|
- ucrt >=10.0.20348.0
|
15051
15109
|
- vc >=14.2,<15
|
15052
15110
|
- vc14_runtime >=14.29.30139
|
15111
|
+
arch: x86_64
|
15112
|
+
platform: win
|
15053
15113
|
license: MIT
|
15054
15114
|
license_family: MIT
|
15055
15115
|
size: 604818
|
@@ -15199,8 +15259,6 @@ packages:
|
|
15199
15259
|
- python >=3.10,<3.11.0a0
|
15200
15260
|
- python_abi 3.10.* *_cp310
|
15201
15261
|
- yaml >=0.2.5,<0.3.0a0
|
15202
|
-
arch: x86_64
|
15203
|
-
platform: linux
|
15204
15262
|
license: MIT
|
15205
15263
|
license_family: MIT
|
15206
15264
|
size: 182769
|
@@ -15240,8 +15298,6 @@ packages:
|
|
15240
15298
|
- python >=3.13,<3.14.0a0
|
15241
15299
|
- python_abi 3.13.* *_cp313
|
15242
15300
|
- yaml >=0.2.5,<0.3.0a0
|
15243
|
-
arch: x86_64
|
15244
|
-
platform: linux
|
15245
15301
|
license: MIT
|
15246
15302
|
license_family: MIT
|
15247
15303
|
size: 205919
|
@@ -15255,8 +15311,6 @@ packages:
|
|
15255
15311
|
- python >=3.10,<3.11.0a0 *_cpython
|
15256
15312
|
- python_abi 3.10.* *_cp310
|
15257
15313
|
- yaml >=0.2.5,<0.3.0a0
|
15258
|
-
arch: aarch64
|
15259
|
-
platform: linux
|
15260
15314
|
license: MIT
|
15261
15315
|
license_family: MIT
|
15262
15316
|
size: 174914
|
@@ -15296,8 +15350,6 @@ packages:
|
|
15296
15350
|
- python >=3.13,<3.14.0a0 *_cp313
|
15297
15351
|
- python_abi 3.13.* *_cp313
|
15298
15352
|
- yaml >=0.2.5,<0.3.0a0
|
15299
|
-
arch: aarch64
|
15300
|
-
platform: linux
|
15301
15353
|
license: MIT
|
15302
15354
|
license_family: MIT
|
15303
15355
|
size: 198985
|
@@ -15310,8 +15362,6 @@ packages:
|
|
15310
15362
|
- python >=3.10,<3.11.0a0
|
15311
15363
|
- python_abi 3.10.* *_cp310
|
15312
15364
|
- yaml >=0.2.5,<0.3.0a0
|
15313
|
-
arch: x86_64
|
15314
|
-
platform: osx
|
15315
15365
|
license: MIT
|
15316
15366
|
license_family: MIT
|
15317
15367
|
size: 168613
|
@@ -15348,8 +15398,6 @@ packages:
|
|
15348
15398
|
- python >=3.13,<3.14.0a0
|
15349
15399
|
- python_abi 3.13.* *_cp313
|
15350
15400
|
- yaml >=0.2.5,<0.3.0a0
|
15351
|
-
arch: x86_64
|
15352
|
-
platform: osx
|
15353
15401
|
license: MIT
|
15354
15402
|
license_family: MIT
|
15355
15403
|
size: 196573
|
@@ -15363,8 +15411,6 @@ packages:
|
|
15363
15411
|
- python >=3.10,<3.11.0a0 *_cpython
|
15364
15412
|
- python_abi 3.10.* *_cp310
|
15365
15413
|
- yaml >=0.2.5,<0.3.0a0
|
15366
|
-
arch: arm64
|
15367
|
-
platform: osx
|
15368
15414
|
license: MIT
|
15369
15415
|
license_family: MIT
|
15370
15416
|
size: 166853
|
@@ -15404,8 +15450,6 @@ packages:
|
|
15404
15450
|
- python >=3.13,<3.14.0a0 *_cp313
|
15405
15451
|
- python_abi 3.13.* *_cp313
|
15406
15452
|
- yaml >=0.2.5,<0.3.0a0
|
15407
|
-
arch: arm64
|
15408
|
-
platform: osx
|
15409
15453
|
license: MIT
|
15410
15454
|
license_family: MIT
|
15411
15455
|
size: 194243
|
@@ -15420,8 +15464,6 @@ packages:
|
|
15420
15464
|
- vc >=14.2,<15
|
15421
15465
|
- vc14_runtime >=14.29.30139
|
15422
15466
|
- yaml >=0.2.5,<0.3.0a0
|
15423
|
-
arch: x86_64
|
15424
|
-
platform: win
|
15425
15467
|
license: MIT
|
15426
15468
|
license_family: MIT
|
15427
15469
|
size: 157941
|
@@ -15464,8 +15506,6 @@ packages:
|
|
15464
15506
|
- vc >=14.2,<15
|
15465
15507
|
- vc14_runtime >=14.29.30139
|
15466
15508
|
- yaml >=0.2.5,<0.3.0a0
|
15467
|
-
arch: x86_64
|
15468
|
-
platform: win
|
15469
15509
|
license: MIT
|
15470
15510
|
license_family: MIT
|
15471
15511
|
size: 182783
|
@@ -17377,8 +17417,6 @@ packages:
|
|
17377
17417
|
- libstdcxx >=13
|
17378
17418
|
- python >=3.10,<3.11.0a0
|
17379
17419
|
- python_abi 3.10.* *_cp310
|
17380
|
-
arch: x86_64
|
17381
|
-
platform: linux
|
17382
17420
|
license: MIT
|
17383
17421
|
license_family: MIT
|
17384
17422
|
size: 13756
|
@@ -17421,8 +17459,6 @@ packages:
|
|
17421
17459
|
- libstdcxx >=13
|
17422
17460
|
- python >=3.13.0rc1,<3.14.0a0
|
17423
17461
|
- python_abi 3.13.* *_cp313
|
17424
|
-
arch: x86_64
|
17425
|
-
platform: linux
|
17426
17462
|
license: MIT
|
17427
17463
|
license_family: MIT
|
17428
17464
|
size: 13916
|
@@ -17437,8 +17473,6 @@ packages:
|
|
17437
17473
|
- python >=3.10,<3.11.0a0
|
17438
17474
|
- python >=3.10,<3.11.0a0 *_cpython
|
17439
17475
|
- python_abi 3.10.* *_cp310
|
17440
|
-
arch: aarch64
|
17441
|
-
platform: linux
|
17442
17476
|
license: MIT
|
17443
17477
|
license_family: MIT
|
17444
17478
|
size: 14690
|
@@ -17481,8 +17515,6 @@ packages:
|
|
17481
17515
|
- python >=3.13.0rc1,<3.14.0a0
|
17482
17516
|
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
17483
17517
|
- python_abi 3.13.* *_cp313
|
17484
|
-
arch: aarch64
|
17485
|
-
platform: linux
|
17486
17518
|
license: MIT
|
17487
17519
|
license_family: MIT
|
17488
17520
|
size: 14819
|
@@ -17496,8 +17528,6 @@ packages:
|
|
17496
17528
|
- libcxx >=17
|
17497
17529
|
- python >=3.10,<3.11.0a0
|
17498
17530
|
- python_abi 3.10.* *_cp310
|
17499
|
-
arch: x86_64
|
17500
|
-
platform: osx
|
17501
17531
|
license: MIT
|
17502
17532
|
license_family: MIT
|
17503
17533
|
size: 12925
|
@@ -17537,8 +17567,6 @@ packages:
|
|
17537
17567
|
- libcxx >=17
|
17538
17568
|
- python >=3.13.0rc1,<3.14.0a0
|
17539
17569
|
- python_abi 3.13.* *_cp313
|
17540
|
-
arch: x86_64
|
17541
|
-
platform: osx
|
17542
17570
|
license: MIT
|
17543
17571
|
license_family: MIT
|
17544
17572
|
size: 13126
|
@@ -17553,8 +17581,6 @@ packages:
|
|
17553
17581
|
- python >=3.10,<3.11.0a0
|
17554
17582
|
- python >=3.10,<3.11.0a0 *_cpython
|
17555
17583
|
- python_abi 3.10.* *_cp310
|
17556
|
-
arch: arm64
|
17557
|
-
platform: osx
|
17558
17584
|
license: MIT
|
17559
17585
|
license_family: MIT
|
17560
17586
|
size: 13565
|
@@ -17597,8 +17623,6 @@ packages:
|
|
17597
17623
|
- python >=3.13.0rc1,<3.14.0a0
|
17598
17624
|
- python >=3.13.0rc1,<3.14.0a0 *_cp313
|
17599
17625
|
- python_abi 3.13.* *_cp313
|
17600
|
-
arch: arm64
|
17601
|
-
platform: osx
|
17602
17626
|
license: MIT
|
17603
17627
|
license_family: MIT
|
17604
17628
|
size: 13689
|
@@ -17613,8 +17637,6 @@ packages:
|
|
17613
17637
|
- ucrt >=10.0.20348.0
|
17614
17638
|
- vc >=14.2,<15
|
17615
17639
|
- vc14_runtime >=14.29.30139
|
17616
|
-
arch: x86_64
|
17617
|
-
platform: win
|
17618
17640
|
license: MIT
|
17619
17641
|
license_family: MIT
|
17620
17642
|
size: 17065
|
@@ -17657,8 +17679,6 @@ packages:
|
|
17657
17679
|
- ucrt >=10.0.20348.0
|
17658
17680
|
- vc >=14.2,<15
|
17659
17681
|
- vc14_runtime >=14.29.30139
|
17660
|
-
arch: x86_64
|
17661
|
-
platform: win
|
17662
17682
|
license: MIT
|
17663
17683
|
license_family: MIT
|
17664
17684
|
size: 17210
|
@@ -6,7 +6,6 @@ authors = [
|
|
6
6
|
channels = ["conda-forge"]
|
7
7
|
name = "pydiverse.common"
|
8
8
|
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64", "linux-aarch64"]
|
9
|
-
version = "0.1.0"
|
10
9
|
|
11
10
|
[tasks]
|
12
11
|
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "pydiverse-common"
|
3
|
-
version = "0.3.
|
3
|
+
version = "0.3.4"
|
4
4
|
description = "Common functionality shared between pydiverse libraries"
|
5
5
|
authors = [
|
6
6
|
{ name = "QuantCo, Inc." },
|
@@ -24,6 +24,8 @@ classifiers = [
|
|
24
24
|
"Topic :: Scientific/Engineering",
|
25
25
|
"Topic :: Software Development",
|
26
26
|
]
|
27
|
+
requires-python = ">=3.10,<3.14"
|
28
|
+
dependencies = ["python-box>=7.3.2,<8.0.0"]
|
27
29
|
|
28
30
|
[tool.hatch.build.targets.wheel]
|
29
31
|
packages = ["src/pydiverse"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pydiverse_common-0.3.3 → pydiverse_common-0.3.4}/src/pydiverse/common/util/computation_tracing.py
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
|