idc-index-data 20.0.2__py3-none-any.whl → 21.0.0__py3-none-any.whl

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.
@@ -1 +1 @@
1
- version = "20.0.2"
1
+ version = "21.0.0"
Binary file
Binary file
@@ -1,27 +1,28 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: idc-index-data
3
- Version: 20.0.2
3
+ Version: 21.0.0
4
4
  Summary: ImagingDataCommons index to query and download data.
5
5
  Author-Email: Andrey Fedorov <andrey.fedorov@gmail.com>, Vamsi Thiriveedhi <vthiriveedhi@mgh.harvard.edu>, Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
6
6
  License: Copyright 2024 Andrey Fedorov
7
-
8
- Permission is hereby granted, free of charge, to any person obtaining a copy of
9
- this software and associated documentation files (the "Software"), to deal in
10
- the Software without restriction, including without limitation the rights to
11
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
12
- of the Software, and to permit persons to whom the Software is furnished to do
13
- so, subject to the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be included in all
16
- copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
- SOFTWARE.
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
9
+ this software and associated documentation files (the "Software"), to deal in
10
+ the Software without restriction, including without limitation the rights to
11
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
12
+ of the Software, and to permit persons to whom the Software is furnished to do
13
+ so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
25
+
25
26
  Classifier: Development Status :: 4 - Beta
26
27
  Classifier: Intended Audience :: Science/Research
27
28
  Classifier: Intended Audience :: Developers
@@ -38,19 +39,19 @@ Classifier: Programming Language :: Python :: 3.12
38
39
  Classifier: Topic :: Scientific/Engineering
39
40
  Classifier: Typing :: Typed
40
41
  Project-URL: Homepage, https://github.com/ImagingDataCommons/idc-index-data
41
- Project-URL: Bug tracker, https://github.com/ImagingDataCommons/idc-index-data/issues
42
+ Project-URL: Bug Tracker, https://github.com/ImagingDataCommons/idc-index-data/issues
42
43
  Project-URL: Discussions, https://discourse.canceridc.dev/
43
44
  Project-URL: Changelog, https://github.com/ImagingDataCommons/idc-index-data/releases
44
45
  Requires-Python: >=3.8
45
46
  Provides-Extra: test
46
- Provides-Extra: dev
47
- Provides-Extra: docs
48
47
  Requires-Dist: pandas; extra == "test"
49
48
  Requires-Dist: pyarrow; extra == "test"
50
49
  Requires-Dist: pytest>=6; extra == "test"
51
50
  Requires-Dist: pytest-cov>=3; extra == "test"
51
+ Provides-Extra: dev
52
52
  Requires-Dist: pytest>=6; extra == "dev"
53
53
  Requires-Dist: pytest-cov>=3; extra == "dev"
54
+ Provides-Extra: docs
54
55
  Requires-Dist: sphinx>=7.0; extra == "docs"
55
56
  Requires-Dist: myst_parser>=0.13; extra == "docs"
56
57
  Requires-Dist: sphinx_copybutton; extra == "docs"
@@ -0,0 +1,10 @@
1
+ idc_index_data/__init__.py,sha256=IMO6kmHaHzUGxXs80CZVDnq2wA8sYuOcdHkOgQhytJk,1217
2
+ idc_index_data/_version.py,sha256=Hl9g7gM2GAylL7OqyWZeTDJj4aELS9UNGSs5ID1sjfw,19
3
+ idc_index_data/_version.pyi,sha256=JoQmvXG9CCUSxJ6igFplGpf6cLKLJdTV_lH9oRADu9U,49
4
+ idc_index_data/idc_index.parquet,sha256=VHMviyFRbypBo2xgY4f_Qk7YWXcUdNzOWWDi4JPrJUQ,77063768
5
+ idc_index_data/prior_versions_index.parquet,sha256=5xnPwcQZIRnAbKY3GDZbBtLhsDqC6TmIEHRgRrDKtzg,3862824
6
+ idc_index_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ idc_index_data-21.0.0.dist-info/METADATA,sha256=KzEq2MgIpEeAJGGSLvcA1tyLDmiOMxl6lw9V211NhDc,5459
8
+ idc_index_data-21.0.0.dist-info/WHEEL,sha256=1HvjSv9_rDijdUcHT9l-H1756ViXBNTkbqjGA1yztuE,96
9
+ idc_index_data-21.0.0.dist-info/licenses/LICENSE,sha256=J0F7wI7LET8rVMeUoKGoIf1mwhSoMe0br_bpdONSe8s,1054
10
+ idc_index_data-21.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.10.7
2
+ Generator: scikit-build-core 0.11.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- idc_index_data/__init__.py,sha256=IMO6kmHaHzUGxXs80CZVDnq2wA8sYuOcdHkOgQhytJk,1217
2
- idc_index_data/_version.py,sha256=3KdCah1mhegp9BIsiJD_V2PSaOpp1Ux8RjH58K08DRk,19
3
- idc_index_data/_version.pyi,sha256=JoQmvXG9CCUSxJ6igFplGpf6cLKLJdTV_lH9oRADu9U,49
4
- idc_index_data/idc_index.parquet,sha256=zu18m6L-ziYldk_YfKscVnBmzCSZdV9OplWCuwUhp3I,57947417
5
- idc_index_data/prior_versions_index.parquet,sha256=7MFuWTJwDTcxHhDpr3OOHS-6jgMOUGZaM0PpW_L2ZTE,3856746
6
- idc_index_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- idc_index_data-20.0.2.dist-info/METADATA,sha256=DxWoEvG79n-cmvRHQXuRPptQIQflGrtcqqvYUR4tqu0,5431
8
- idc_index_data-20.0.2.dist-info/WHEEL,sha256=nR7mVn713DDXti_ZHhocNlZR627jN3Rd8QK_XUlSoLo,96
9
- idc_index_data-20.0.2.dist-info/licenses/LICENSE,sha256=J0F7wI7LET8rVMeUoKGoIf1mwhSoMe0br_bpdONSe8s,1054
10
- idc_index_data-20.0.2.dist-info/RECORD,,