arm-test-data 0.0.13__tar.gz → 0.1.0__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.
Files changed (21) hide show
  1. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/.github/workflows/ci.yaml +1 -1
  2. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/.github/workflows/pypi-release.yml +1 -1
  3. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/PKG-INFO +3 -2
  4. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data/registry.txt +1 -0
  5. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data/version.py +9 -4
  6. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data.egg-info/PKG-INFO +3 -2
  7. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/.github/dependabot.yml +0 -0
  8. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/.gitignore +0 -0
  9. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/LICENSE +0 -0
  10. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/MANIFEST.in +0 -0
  11. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/README.md +0 -0
  12. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data/__init__.py +0 -0
  13. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data/dataset.py +0 -0
  14. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data.egg-info/SOURCES.txt +0 -0
  15. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data.egg-info/dependency_links.txt +0 -0
  16. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data.egg-info/requires.txt +0 -0
  17. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/arm_test_data.egg-info/top_level.txt +0 -0
  18. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/make_registry.py +0 -0
  19. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/pyproject.toml +0 -0
  20. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/requirements.txt +0 -0
  21. {arm_test_data-0.0.13 → arm_test_data-0.1.0}/setup.cfg +0 -0
@@ -59,7 +59,7 @@ jobs:
59
59
  run: |
60
60
  python -m pytest --cov=./ --cov-report=xml --verbose
61
61
  - name: Upload code coverage to Codecov
62
- uses: codecov/codecov-action@v4.6.0
62
+ uses: codecov/codecov-action@v5.4.0
63
63
  with:
64
64
  file: ./coverage.xml
65
65
  flags: unittests
@@ -67,7 +67,7 @@ jobs:
67
67
  name: releases
68
68
  path: dist
69
69
  - name: Publish package to PyPI
70
- uses: pypa/gh-action-pypi-publish@v1.10.3
70
+ uses: pypa/gh-action-pypi-publish@v1.12.4
71
71
  with:
72
72
  user: __token__
73
73
  password: ${{ secrets.PYPI_TOKEN }}
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: arm-test-data
3
- Version: 0.0.13
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
  [![CI](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml/badge.svg)](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml)
@@ -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
@@ -1,8 +1,13 @@
1
- # file generated by setuptools_scm
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, Union
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.13'
16
- __version_tuple__ = version_tuple = (0, 0, 13)
20
+ __version__ = version = '0.1.0'
21
+ __version_tuple__ = version_tuple = (0, 1, 0)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: arm-test-data
3
- Version: 0.0.13
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
  [![CI](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml/badge.svg)](https://github.com/ARM-DOE/arm-test-data/actions/workflows/ci.yaml)
File without changes
File without changes
File without changes
File without changes