atlas-schema 0.1.0__py3-none-any.whl → 0.2.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.
atlas_schema/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.1.0'
16
- __version_tuple__ = version_tuple = (0, 1, 0)
15
+ __version__ = version = '0.2.0'
16
+ __version_tuple__ = version_tuple = (0, 2, 0)
@@ -5,15 +5,10 @@ Typing helpers.
5
5
  from __future__ import annotations
6
6
 
7
7
  import sys
8
- from typing import Dict, Type
8
+ from typing import Annotated
9
9
 
10
10
  import awkward
11
11
 
12
- if sys.version_info >= (3, 9):
13
- from typing import Annotated
14
- else:
15
- from typing_extensions import Annotated
16
-
17
12
  if sys.version_info >= (3, 10):
18
13
  from typing import TypeAlias
19
14
  else:
@@ -24,6 +19,6 @@ if sys.version_info >= (3, 11):
24
19
  else:
25
20
  from typing_extensions import Self
26
21
 
27
- Behavior: TypeAlias = Dict[str, Type[awkward.Record]]
22
+ Behavior: TypeAlias = dict[str, type[awkward.Record]]
28
23
 
29
24
  __all__ = ("Annotated", "Behavior", "Self")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: atlas-schema
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: Helper python package for ATLAS Common NTuple Analysis work.
5
5
  Project-URL: Homepage, https://github.com/scipp-atlas/atlas-schema
6
6
  Project-URL: Bug Tracker, https://github.com/scipp-atlas/atlas-schema/issues
@@ -217,14 +217,13 @@ Classifier: Operating System :: OS Independent
217
217
  Classifier: Programming Language :: Python
218
218
  Classifier: Programming Language :: Python :: 3
219
219
  Classifier: Programming Language :: Python :: 3 :: Only
220
- Classifier: Programming Language :: Python :: 3.8
221
220
  Classifier: Programming Language :: Python :: 3.9
222
221
  Classifier: Programming Language :: Python :: 3.10
223
222
  Classifier: Programming Language :: Python :: 3.11
224
223
  Classifier: Programming Language :: Python :: 3.12
225
224
  Classifier: Topic :: Scientific/Engineering
226
225
  Classifier: Typing :: Typed
227
- Requires-Python: >=3.8
226
+ Requires-Python: >=3.9
228
227
  Requires-Dist: coffea[dask]>=2024.4.1
229
228
  Provides-Extra: dev
230
229
  Requires-Dist: pytest-cov>=3; extra == 'dev'
@@ -244,7 +243,7 @@ Requires-Dist: tbump>=6.7.0; extra == 'test'
244
243
  Requires-Dist: twine; extra == 'test'
245
244
  Description-Content-Type: text/markdown
246
245
 
247
- # atlas-schema v0.1.0
246
+ # atlas-schema v0.2.0
248
247
 
249
248
  [![Actions Status][actions-badge]][actions-link]
250
249
  [![Documentation Status][rtd-badge]][rtd-link]
@@ -1,12 +1,12 @@
1
1
  atlas_schema/__init__.py,sha256=eba1N4_cWS5YzEOgDdCJGiPKqUtO-Vn7t8dYq0Q6gk8,354
2
- atlas_schema/_version.py,sha256=IMl2Pr_Sy4LVRKy_Sm4CdwUl1Gryous6ncL96EMYsnM,411
2
+ atlas_schema/_version.py,sha256=H-qsvrxCpdhaQzyddR-yajEqI71hPxLa4KxzpP3uS1g,411
3
3
  atlas_schema/_version.pyi,sha256=j5kbzfm6lOn8BzASXWjGIA1yT0OlHTWqlbyZ8Si_o0E,118
4
4
  atlas_schema/enums.py,sha256=RktHMdqNcjcqHOtXzRP5pnakhrfo0VfRl60Mqsa7i74,5522
5
5
  atlas_schema/methods.py,sha256=Vo9pQ52ZVm13TBpJ6KiiDlN2kS1MMGBMLjwRPB62ces,4111
6
6
  atlas_schema/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  atlas_schema/schema.py,sha256=YRVaiDa5Evl2HZ9CzH23d0-TLkvxqyvFQhn0ixyWCcw,7668
8
- atlas_schema/typing_compat.py,sha256=ZEdCro9ZfwqyEXrcxpkgyQqmpPiiLFc6JhDr9qFlD4w,555
9
- atlas_schema-0.1.0.dist-info/METADATA,sha256=tiETJp8Ho_BdhjcKHExLrsxt4_z-65d-ovTBszl6pU8,16445
10
- atlas_schema-0.1.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
11
- atlas_schema-0.1.0.dist-info/licenses/LICENSE,sha256=snem82NV8fgAi4DKaaUIfReaM5RqIWbH5OOXOvy40_w,11344
12
- atlas_schema-0.1.0.dist-info/RECORD,,
8
+ atlas_schema/typing_compat.py,sha256=RwkxiiYbXO9yxkeaL8CdRaOHH7wq6vO_epg1YD7RbRs,439
9
+ atlas_schema-0.2.0.dist-info/METADATA,sha256=TAZNZkLcm-Cy-6s5WEmwQo7YyejBUy0uOlpV9_MNKZI,16395
10
+ atlas_schema-0.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
11
+ atlas_schema-0.2.0.dist-info/licenses/LICENSE,sha256=snem82NV8fgAi4DKaaUIfReaM5RqIWbH5OOXOvy40_w,11344
12
+ atlas_schema-0.2.0.dist-info/RECORD,,