sparclclient 1.2.7b2__tar.gz → 1.2.8__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.
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/.gitignore +1 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/PKG-INFO +2 -2
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/pyproject.toml +1 -1
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/requirements-client.txt +1 -2
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/__init__.py +2 -1
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/.github/workflows/django.yml +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/.pre-commit-config.yaml +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/.readthedocs.yaml +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/LICENSE +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/Makefile +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/README.md +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/make.bat +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/requirements-internal.txt +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/requirements.txt +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/source/conf.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/source/index.rst +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/source/sparcl.rst +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/Results.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/benchmarks/Benchmark_SPARCL_example.ipynb +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/benchmarks/__init__.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/benchmarks/benchmarks.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/benchmarks/sparcl_benchmarking.ipynb +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/client.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/conf.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/exceptions.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/fields.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/gather_2d.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/notebooks/sparcl-examples.ipynb +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/resample_spectra.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/sparc.ini +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/type_conversion.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/unsupported.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/utils.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tests/expected_dev1.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tests/expected_pat.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tests/methods_tests.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tests/tests_api.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tests/utils.py +0 -0
- {sparclclient-1.2.7b2 → sparclclient-1.2.8}/tox.ini +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: sparclclient
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.8
|
|
4
4
|
Summary: A client for getting spectra and meta-data from NOIRLab.
|
|
5
5
|
Author-email: "S. Pothier" <datalab-spectro@noirlab.edu>
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
8
8
|
Requires-Dist: requests==2.31.0
|
|
9
|
-
Requires-Dist: numpy>=1.
|
|
9
|
+
Requires-Dist: numpy>=1.26,<2.4.0
|
|
10
10
|
Requires-Dist: spectres
|
|
11
11
|
Requires-Dist: pyjwt
|
|
12
12
|
Project-URL: Bug Tracker, https://github.com/pypa/sparclclient/issues
|
|
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
|
|
|
24
24
|
classifiers = ["License :: OSI Approved :: MIT License"]
|
|
25
25
|
# version is found in: ~/sandbox/sparclclient/sparcl/__init__.py
|
|
26
26
|
dynamic = ["version", "description"]
|
|
27
|
-
dependencies = ["requests==2.31.0", "numpy>=1.
|
|
27
|
+
dependencies = ["requests==2.31.0", "numpy>=1.26,<2.4.0", "spectres", "pyjwt"]
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
30
30
|
"Homepage" = "https://github.com/pypa/sparclclient"
|
|
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
|
{sparclclient-1.2.7b2 → sparclclient-1.2.8}/sparcl/benchmarks/Benchmark_SPARCL_example.ipynb
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|