icecube-skyreader 1.3.3__tar.gz → 1.3.6__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.
- icecube_skyreader-1.3.6/PKG-INFO +64 -0
- icecube_skyreader-1.3.6/README.md +5 -0
- icecube_skyreader-1.3.6/icecube_skyreader.egg-info/PKG-INFO +64 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/SOURCES.txt +1 -1
- icecube_skyreader-1.3.6/pyproject.toml +48 -0
- icecube_skyreader-1.3.6/setup.cfg +4 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/__init__.py +1 -1
- icecube-skyreader-1.3.3/PKG-INFO +0 -30
- icecube-skyreader-1.3.3/README.md +0 -5
- icecube-skyreader-1.3.3/icecube_skyreader.egg-info/PKG-INFO +0 -30
- icecube-skyreader-1.3.3/setup.cfg +0 -89
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/LICENSE +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/dependency_links.txt +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/requires.txt +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/top_level.txt +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/setup.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/event_metadata.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/plot/__init__.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/plot/plot.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/plot/plotting_tools.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/py.typed +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/result.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/utils/__init__.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/utils/areas.py +0 -0
- {icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/skyreader/utils/handle_map_data.py +0 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: icecube-skyreader
|
|
3
|
+
Version: 1.3.6
|
|
4
|
+
Summary: An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
5
|
+
Author-email: WIPAC Developers <developers@icecube.wisc.edu>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2023 IceCube Neutrino Observatory
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://pypi.org/project/icecube-skyreader/
|
|
29
|
+
Project-URL: Tracker, https://github.com/icecube/skyreader/issues
|
|
30
|
+
Project-URL: Source, https://github.com/icecube/skyreader
|
|
31
|
+
Keywords: IceCube,skymap scanner,skymap,HEALPix,neutrino,reconstruction
|
|
32
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
38
|
+
Requires-Python: <3.14,>=3.9
|
|
39
|
+
Description-Content-Type: text/markdown
|
|
40
|
+
License-File: LICENSE
|
|
41
|
+
Requires-Dist: astropy
|
|
42
|
+
Requires-Dist: healpy
|
|
43
|
+
Requires-Dist: matplotlib
|
|
44
|
+
Requires-Dist: meander
|
|
45
|
+
Requires-Dist: mhealpy
|
|
46
|
+
Requires-Dist: numpy
|
|
47
|
+
Requires-Dist: pandas
|
|
48
|
+
Requires-Dist: scipy
|
|
49
|
+
Requires-Dist: wipac-dev-tools
|
|
50
|
+
Provides-Extra: tests
|
|
51
|
+
Requires-Dist: pytest; extra == "tests"
|
|
52
|
+
Requires-Dist: pytest-mock; extra == "tests"
|
|
53
|
+
Provides-Extra: examples
|
|
54
|
+
Requires-Dist: wipac-rest-tools; extra == "examples"
|
|
55
|
+
Provides-Extra: mypy
|
|
56
|
+
Requires-Dist: pytest; extra == "mypy"
|
|
57
|
+
Requires-Dist: pytest-mock; extra == "mypy"
|
|
58
|
+
Requires-Dist: wipac-rest-tools; extra == "mypy"
|
|
59
|
+
|
|
60
|
+
<!--- Top of README Badges (automated) --->
|
|
61
|
+
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://pypi.org/project/icecube-skyreader) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
62
|
+
<!--- End of README Badges (automated) --->
|
|
63
|
+
# skyreader
|
|
64
|
+
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!--- Top of README Badges (automated) --->
|
|
2
|
+
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://pypi.org/project/icecube-skyreader) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
3
|
+
<!--- End of README Badges (automated) --->
|
|
4
|
+
# skyreader
|
|
5
|
+
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: icecube-skyreader
|
|
3
|
+
Version: 1.3.6
|
|
4
|
+
Summary: An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
5
|
+
Author-email: WIPAC Developers <developers@icecube.wisc.edu>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2023 IceCube Neutrino Observatory
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://pypi.org/project/icecube-skyreader/
|
|
29
|
+
Project-URL: Tracker, https://github.com/icecube/skyreader/issues
|
|
30
|
+
Project-URL: Source, https://github.com/icecube/skyreader
|
|
31
|
+
Keywords: IceCube,skymap scanner,skymap,HEALPix,neutrino,reconstruction
|
|
32
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
38
|
+
Requires-Python: <3.14,>=3.9
|
|
39
|
+
Description-Content-Type: text/markdown
|
|
40
|
+
License-File: LICENSE
|
|
41
|
+
Requires-Dist: astropy
|
|
42
|
+
Requires-Dist: healpy
|
|
43
|
+
Requires-Dist: matplotlib
|
|
44
|
+
Requires-Dist: meander
|
|
45
|
+
Requires-Dist: mhealpy
|
|
46
|
+
Requires-Dist: numpy
|
|
47
|
+
Requires-Dist: pandas
|
|
48
|
+
Requires-Dist: scipy
|
|
49
|
+
Requires-Dist: wipac-dev-tools
|
|
50
|
+
Provides-Extra: tests
|
|
51
|
+
Requires-Dist: pytest; extra == "tests"
|
|
52
|
+
Requires-Dist: pytest-mock; extra == "tests"
|
|
53
|
+
Provides-Extra: examples
|
|
54
|
+
Requires-Dist: wipac-rest-tools; extra == "examples"
|
|
55
|
+
Provides-Extra: mypy
|
|
56
|
+
Requires-Dist: pytest; extra == "mypy"
|
|
57
|
+
Requires-Dist: pytest-mock; extra == "mypy"
|
|
58
|
+
Requires-Dist: wipac-rest-tools; extra == "mypy"
|
|
59
|
+
|
|
60
|
+
<!--- Top of README Badges (automated) --->
|
|
61
|
+
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://pypi.org/project/icecube-skyreader) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
62
|
+
<!--- End of README Badges (automated) --->
|
|
63
|
+
# skyreader
|
|
64
|
+
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
version = "1.3.6"
|
|
7
|
+
dependencies = ["astropy", "healpy", "matplotlib", "meander", "mhealpy", "numpy", "pandas", "scipy", "wipac-dev-tools"]
|
|
8
|
+
name = "icecube-skyreader"
|
|
9
|
+
description = "An API for Results Produced by SkyDriver & the Skymap Scanner"
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
keywords = ["IceCube", "skymap scanner", "skymap", "HEALPix", "neutrino", "reconstruction"]
|
|
12
|
+
classifiers = ["Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13"]
|
|
13
|
+
requires-python = ">=3.9, <3.14"
|
|
14
|
+
|
|
15
|
+
[[project.authors]]
|
|
16
|
+
name = "WIPAC Developers"
|
|
17
|
+
email = "developers@icecube.wisc.edu"
|
|
18
|
+
|
|
19
|
+
[project.license]
|
|
20
|
+
file = "LICENSE"
|
|
21
|
+
|
|
22
|
+
[project.optional-dependencies]
|
|
23
|
+
tests = ["pytest", "pytest-mock"]
|
|
24
|
+
examples = ["wipac-rest-tools"]
|
|
25
|
+
mypy = ["pytest", "pytest-mock", "wipac-rest-tools"]
|
|
26
|
+
|
|
27
|
+
[project.urls]
|
|
28
|
+
Homepage = "https://pypi.org/project/icecube-skyreader/"
|
|
29
|
+
Tracker = "https://github.com/icecube/skyreader/issues"
|
|
30
|
+
Source = "https://github.com/icecube/skyreader"
|
|
31
|
+
|
|
32
|
+
[tool.semantic_release]
|
|
33
|
+
version_toml = ["pyproject.toml:project.version"]
|
|
34
|
+
version_variables = ["skyreader/__init__.py:__version__"]
|
|
35
|
+
commit_parser = "emoji"
|
|
36
|
+
build_command = "pip install build && python -m build"
|
|
37
|
+
|
|
38
|
+
[tool.semantic_release.commit_parser_options]
|
|
39
|
+
major_tags = ["[major]"]
|
|
40
|
+
minor_tags = ["[minor]", "[feature]"]
|
|
41
|
+
patch_tags = ["[patch]", "[fix]", " ", "!", "#", "$", "%", "&", "'", "(", ")", "*", "+", "-", ".", "/", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", ":", ";", "<", "=", ">", "?", "@", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "[", "]", "^", "_", "`", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "{", "|", "}", "~"]
|
|
42
|
+
|
|
43
|
+
[tool.setuptools.package-data]
|
|
44
|
+
"*" = ["py.typed"]
|
|
45
|
+
|
|
46
|
+
[tool.setuptools.packages.find]
|
|
47
|
+
namespaces = false
|
|
48
|
+
exclude = ["test", "tests", "doc", "docs", "resource", "resources", "example", "examples"]
|
|
@@ -17,7 +17,7 @@ __all__ = [
|
|
|
17
17
|
# is zero for an official release, positive for a development branch,
|
|
18
18
|
# or negative for a release candidate or beta (after the base version
|
|
19
19
|
# number has been incremented)
|
|
20
|
-
__version__ = "1.3.
|
|
20
|
+
__version__ = "1.3.6"
|
|
21
21
|
version_info = (
|
|
22
22
|
int(__version__.split(".")[0]),
|
|
23
23
|
int(__version__.split(".")[1]),
|
icecube-skyreader-1.3.3/PKG-INFO
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: icecube-skyreader
|
|
3
|
-
Version: 1.3.3
|
|
4
|
-
Summary: An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
5
|
-
Home-page: https://github.com/icecube/skyreader
|
|
6
|
-
Download-URL: https://pypi.org/project/icecube-skyreader/
|
|
7
|
-
Author: WIPAC Developers
|
|
8
|
-
Author-email: developers@icecube.wisc.edu
|
|
9
|
-
License: MIT
|
|
10
|
-
Project-URL: Tracker, https://github.com/icecube/skyreader/issues
|
|
11
|
-
Project-URL: Source, https://github.com/icecube/skyreader
|
|
12
|
-
Keywords: skymap scanner,skymap,HEALPix,neutrino,reconstruction,IceCube
|
|
13
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
-
Requires-Python: <3.13,>=3.9
|
|
20
|
-
Description-Content-Type: text/markdown
|
|
21
|
-
Provides-Extra: tests
|
|
22
|
-
Provides-Extra: examples
|
|
23
|
-
Provides-Extra: mypy
|
|
24
|
-
License-File: LICENSE
|
|
25
|
-
|
|
26
|
-
<!--- Top of README Badges (automated) --->
|
|
27
|
-
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
28
|
-
<!--- End of README Badges (automated) --->
|
|
29
|
-
# skyreader
|
|
30
|
-
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<!--- Top of README Badges (automated) --->
|
|
2
|
-
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
3
|
-
<!--- End of README Badges (automated) --->
|
|
4
|
-
# skyreader
|
|
5
|
-
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: icecube-skyreader
|
|
3
|
-
Version: 1.3.3
|
|
4
|
-
Summary: An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
5
|
-
Home-page: https://github.com/icecube/skyreader
|
|
6
|
-
Download-URL: https://pypi.org/project/icecube-skyreader/
|
|
7
|
-
Author: WIPAC Developers
|
|
8
|
-
Author-email: developers@icecube.wisc.edu
|
|
9
|
-
License: MIT
|
|
10
|
-
Project-URL: Tracker, https://github.com/icecube/skyreader/issues
|
|
11
|
-
Project-URL: Source, https://github.com/icecube/skyreader
|
|
12
|
-
Keywords: skymap scanner,skymap,HEALPix,neutrino,reconstruction,IceCube
|
|
13
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
-
Requires-Python: <3.13,>=3.9
|
|
20
|
-
Description-Content-Type: text/markdown
|
|
21
|
-
Provides-Extra: tests
|
|
22
|
-
Provides-Extra: examples
|
|
23
|
-
Provides-Extra: mypy
|
|
24
|
-
License-File: LICENSE
|
|
25
|
-
|
|
26
|
-
<!--- Top of README Badges (automated) --->
|
|
27
|
-
[](https://pypi.org/project/icecube-skyreader/) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/blob/main/LICENSE) [](https://github.com/icecube/skyreader/) [](https://github.com/icecube/skyreader/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [](https://github.com/icecube/skyreader/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
|
|
28
|
-
<!--- End of README Badges (automated) --->
|
|
29
|
-
# skyreader
|
|
30
|
-
An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
[wipac:cicd_setup_builder]
|
|
2
|
-
pypi_name = icecube-skyreader
|
|
3
|
-
python_min = 3.9
|
|
4
|
-
python_max = 3.12
|
|
5
|
-
author = WIPAC Developers
|
|
6
|
-
author_email = developers@icecube.wisc.edu
|
|
7
|
-
keywords_spaced = "skymap scanner" skymap HEALPix neutrino reconstruction
|
|
8
|
-
|
|
9
|
-
[metadata]
|
|
10
|
-
name = icecube-skyreader
|
|
11
|
-
version = attr: skyreader.__version__
|
|
12
|
-
url = https://github.com/icecube/skyreader
|
|
13
|
-
author = WIPAC Developers
|
|
14
|
-
author_email = developers@icecube.wisc.edu
|
|
15
|
-
description = An API for Results Produced by SkyDriver & the Skymap Scanner
|
|
16
|
-
long_description = file: README.md
|
|
17
|
-
long_description_content_type = text/markdown
|
|
18
|
-
keywords =
|
|
19
|
-
skymap scanner
|
|
20
|
-
skymap
|
|
21
|
-
HEALPix
|
|
22
|
-
neutrino
|
|
23
|
-
reconstruction
|
|
24
|
-
IceCube
|
|
25
|
-
license = MIT
|
|
26
|
-
classifiers =
|
|
27
|
-
Development Status :: 5 - Production/Stable
|
|
28
|
-
License :: OSI Approved :: MIT License
|
|
29
|
-
Programming Language :: Python :: 3.9
|
|
30
|
-
Programming Language :: Python :: 3.10
|
|
31
|
-
Programming Language :: Python :: 3.11
|
|
32
|
-
Programming Language :: Python :: 3.12
|
|
33
|
-
download_url = https://pypi.org/project/icecube-skyreader/
|
|
34
|
-
project_urls =
|
|
35
|
-
Tracker = https://github.com/icecube/skyreader/issues
|
|
36
|
-
Source = https://github.com/icecube/skyreader
|
|
37
|
-
|
|
38
|
-
[semantic_release]
|
|
39
|
-
version_variable = skyreader/__init__.py:__version__
|
|
40
|
-
upload_to_pypi = True
|
|
41
|
-
patch_without_tag = True
|
|
42
|
-
commit_parser = semantic_release.history.emoji_parser
|
|
43
|
-
major_emoji = [major]
|
|
44
|
-
minor_emoji = [minor]
|
|
45
|
-
patch_emoji = [fix], [patch]
|
|
46
|
-
branch = main
|
|
47
|
-
|
|
48
|
-
[options]
|
|
49
|
-
install_requires =
|
|
50
|
-
astropy
|
|
51
|
-
healpy
|
|
52
|
-
matplotlib
|
|
53
|
-
meander
|
|
54
|
-
mhealpy
|
|
55
|
-
numpy
|
|
56
|
-
pandas
|
|
57
|
-
scipy
|
|
58
|
-
wipac-dev-tools
|
|
59
|
-
python_requires = >=3.9, <3.13
|
|
60
|
-
packages = find:
|
|
61
|
-
|
|
62
|
-
[options.extras_require]
|
|
63
|
-
tests =
|
|
64
|
-
pytest
|
|
65
|
-
pytest-mock
|
|
66
|
-
examples =
|
|
67
|
-
wipac-rest-tools
|
|
68
|
-
mypy =
|
|
69
|
-
%(tests)s
|
|
70
|
-
%(examples)s
|
|
71
|
-
|
|
72
|
-
[options.package_data]
|
|
73
|
-
* = py.typed
|
|
74
|
-
|
|
75
|
-
[options.packages.find]
|
|
76
|
-
exclude =
|
|
77
|
-
test
|
|
78
|
-
tests
|
|
79
|
-
doc
|
|
80
|
-
docs
|
|
81
|
-
resource
|
|
82
|
-
resources
|
|
83
|
-
example
|
|
84
|
-
examples
|
|
85
|
-
|
|
86
|
-
[egg_info]
|
|
87
|
-
tag_build =
|
|
88
|
-
tag_date = 0
|
|
89
|
-
|
|
File without changes
|
{icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{icecube-skyreader-1.3.3 → icecube_skyreader-1.3.6}/icecube_skyreader.egg-info/top_level.txt
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
|