arm-test-data 0.0.1__tar.gz → 0.0.2__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.
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/PKG-INFO +2 -2
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data/version.py +2 -2
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data.egg-info/PKG-INFO +2 -2
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/pyproject.toml +1 -1
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/.github/workflows/ci.yaml +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/.github/workflows/pypi-release.yml +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/.gitignore +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/LICENSE +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/MANIFEST.in +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/README.md +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data/__init__.py +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data/dataset.py +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data/registry.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data.egg-info/SOURCES.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data.egg-info/dependency_links.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data.egg-info/requires.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/arm_test_data.egg-info/top_level.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/make_registry.py +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/requirements.txt +0 -0
- {arm-test-data-0.0.1 → arm-test-data-0.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arm-test-data
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Provides utility functions for accessing data repository for openradar examples/notebooks
|
|
5
5
|
Author: Atmospheric Data Community Toolkit Dev Team
|
|
6
6
|
License: MIT License
|
|
@@ -40,7 +40,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
40
40
|
Classifier: Topic :: Scientific/Engineering
|
|
41
41
|
Classifier: Operating System :: OS Independent
|
|
42
42
|
Classifier: Intended Audience :: Science/Research
|
|
43
|
-
Requires-Python: >=3.
|
|
43
|
+
Requires-Python: >=3.8
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Requires-Dist: pooch
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arm-test-data
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Provides utility functions for accessing data repository for openradar examples/notebooks
|
|
5
5
|
Author: Atmospheric Data Community Toolkit Dev Team
|
|
6
6
|
License: MIT License
|
|
@@ -40,7 +40,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
40
40
|
Classifier: Topic :: Scientific/Engineering
|
|
41
41
|
Classifier: Operating System :: OS Independent
|
|
42
42
|
Classifier: Intended Audience :: Science/Research
|
|
43
|
-
Requires-Python: >=3.
|
|
43
|
+
Requires-Python: >=3.8
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
46
|
Requires-Dist: pooch
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "arm-test-data"
|
|
3
3
|
description = """Provides utility functions for accessing data repository for openradar examples/notebooks"""
|
|
4
|
-
requires-python = ">=3.
|
|
4
|
+
requires-python = ">=3.8"
|
|
5
5
|
license = {file = "LICENSE"}
|
|
6
6
|
keywords = ["arm-test-data", "atmosphere", "meteorology"]
|
|
7
7
|
authors = [
|
|
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
|