arm-test-data 0.0.13__py3-none-any.whl → 0.1.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.
- arm_test_data/registry.txt +1 -0
- arm_test_data/version.py +9 -4
- {arm_test_data-0.0.13.dist-info → arm_test_data-0.1.0.dist-info}/METADATA +3 -2
- arm_test_data-0.1.0.dist-info/RECORD +9 -0
- {arm_test_data-0.0.13.dist-info → arm_test_data-0.1.0.dist-info}/WHEEL +1 -1
- arm_test_data-0.0.13.dist-info/RECORD +0 -9
- {arm_test_data-0.0.13.dist-info → arm_test_data-0.1.0.dist-info/licenses}/LICENSE +0 -0
- {arm_test_data-0.0.13.dist-info → arm_test_data-0.1.0.dist-info}/top_level.txt +0 -0
arm_test_data/registry.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
201509021500.bi 27f1065949fbe89b1c74b885d4de64c8e7af138556037fe7f9d340ac6d5db3eb
|
|
2
2
|
AAFNAV_COR_20181104_R0.ict 27f2a9f2cb4c6b4c46dcd23f55ec7a698c183fc6330fb1c76d7749bcf5b47889
|
|
3
|
+
ESRL-GMD-AEROSOL_v1.0_HOUR_MLO_s20200101T000000Z_e20210101T000000Z_c20210214T053835Z.nc d79db4831fe3a169ea324ff28f5ee2e0312081efd4ae17bf8eb64fae50e0ef41
|
|
3
4
|
NEON.D18.BARR.DP1.00002.001.000.010.001.SAAT_1min.2022-10.expanded.20221107T205629Z.csv 613bc7f56592667ff333161d81fe71e6f05569413007465b72cb21bd072317fc
|
|
4
5
|
NEON.D18.BARR.DP1.00002.001.sensor_positions.20221107T205629Z.csv 8d482e02ef0254b845e193c37875cc9048ea9f197b3ad451fb78fcfeec42629c
|
|
5
6
|
NEON.D18.BARR.DP1.00002.001.variables.20221201T110553Z.csv 0b5d1ea07a6156085ebadbd78f3154171caf07406414d19ef227148aef6e641a
|
arm_test_data/version.py
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '0.0
|
|
16
|
-
__version_tuple__ = version_tuple = (0,
|
|
20
|
+
__version__ = version = '0.1.0'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 1, 0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: arm-test-data
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Provides utility functions for accessing data repository for ARM data examples/notebooks
|
|
5
5
|
Author: Atmospheric Data Community Toolkit Dev Team
|
|
6
6
|
License: MIT License
|
|
@@ -44,6 +44,7 @@ Requires-Python: >=3.8
|
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Requires-Dist: pooch
|
|
47
|
+
Dynamic: license-file
|
|
47
48
|
|
|
48
49
|
# arm-test-data
|
|
49
50
|
[](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
arm_test_data/__init__.py,sha256=qPFIjz8UVw73dzXMv0HOr6L_6NXoQrG5Uw3EqP-LuSs,388
|
|
2
|
+
arm_test_data/dataset.py,sha256=GX9H3pABUx5O5Ws7NgmQgTGPVZqBSAINfDpEdbZ89mM,927
|
|
3
|
+
arm_test_data/registry.txt,sha256=OtqEeKydagCMHluCtFSXw6bvDYlcPG9mQg9mu3N9mwM,11911
|
|
4
|
+
arm_test_data/version.py,sha256=-LyU5F1uZDjn6Q8_Z6-_FJt_8RE4Kq9zcKdg1abSSps,511
|
|
5
|
+
arm_test_data-0.1.0.dist-info/licenses/LICENSE,sha256=whsybi2mNa4fP3lEjRAy3zM4LjI5cdLOyktLwTGcAe4,1074
|
|
6
|
+
arm_test_data-0.1.0.dist-info/METADATA,sha256=iucMQ_WCrFyPD39dejb6-JXe2faiLtgQO6u-VwaGv0A,8980
|
|
7
|
+
arm_test_data-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
8
|
+
arm_test_data-0.1.0.dist-info/top_level.txt,sha256=2n2wG30wvlpWO2jtq2D4PmbhpGf_5fGd39QdvNmykTg,14
|
|
9
|
+
arm_test_data-0.1.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
arm_test_data/__init__.py,sha256=qPFIjz8UVw73dzXMv0HOr6L_6NXoQrG5Uw3EqP-LuSs,388
|
|
2
|
-
arm_test_data/dataset.py,sha256=GX9H3pABUx5O5Ws7NgmQgTGPVZqBSAINfDpEdbZ89mM,927
|
|
3
|
-
arm_test_data/registry.txt,sha256=4o-abYDke0ZjLtYyfiHjTvME4Y6APVUD0iHoIrPYPKs,11758
|
|
4
|
-
arm_test_data/version.py,sha256=FMLMzW4kZnBuc3z5uydtuxnwzYOv6BBwKN68kOrxpEo,413
|
|
5
|
-
arm_test_data-0.0.13.dist-info/LICENSE,sha256=whsybi2mNa4fP3lEjRAy3zM4LjI5cdLOyktLwTGcAe4,1074
|
|
6
|
-
arm_test_data-0.0.13.dist-info/METADATA,sha256=yJ7ROTut5ygO1poVAniT7gmv_mP_cLVhCFBFxkkhyHQ,8959
|
|
7
|
-
arm_test_data-0.0.13.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
8
|
-
arm_test_data-0.0.13.dist-info/top_level.txt,sha256=2n2wG30wvlpWO2jtq2D4PmbhpGf_5fGd39QdvNmykTg,14
|
|
9
|
-
arm_test_data-0.0.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|