nost-tools 2.0.0__py3-none-any.whl → 2.0.1__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.

Potentially problematic release.


This version of nost-tools might be problematic. Click here for more details.

@@ -1,119 +1,118 @@
1
- Metadata-Version: 2.4
2
- Name: nost_tools
3
- Version: 2.0.0
4
- Summary: Tools for Novel Observing Strategies Testbed (NOS-T) Applications
5
- Author-email: "Paul T. Grogan" <paul.grogan@asu.edu>, "Emmanuel M. Gonzalez" <emmanuelgonzalez@asu.edu>
6
- License: BSD 3-Clause License
7
- Classifier: Programming Language :: Python :: 3
8
- Classifier: Operating System :: OS Independent
9
- Classifier: Development Status :: 4 - Beta
10
- Requires-Python: >=3.9
11
- Description-Content-Type: text/markdown
12
- License-File: LICENSE
13
- Requires-Dist: ntplib
14
- Requires-Dist: numpy>=2
15
- Requires-Dist: pandas>=2
16
- Requires-Dist: pydantic<3,>=2
17
- Requires-Dist: python-dateutil
18
- Requires-Dist: pika>=1
19
- Requires-Dist: python-dotenv
20
- Requires-Dist: pyyaml
21
- Requires-Dist: python-keycloak>=5
22
- Provides-Extra: dev
23
- Requires-Dist: black[jupyter]>=24.2; extra == "dev"
24
- Requires-Dist: coverage; extra == "dev"
25
- Requires-Dist: pylint; extra == "dev"
26
- Requires-Dist: pylint-pydantic; extra == "dev"
27
- Requires-Dist: pytest; extra == "dev"
28
- Provides-Extra: examples
29
- Requires-Dist: dash; extra == "examples"
30
- Requires-Dist: dash-daq; extra == "examples"
31
- Requires-Dist: flask; extra == "examples"
32
- Requires-Dist: python-dotenv; extra == "examples"
33
- Requires-Dist: scipy; extra == "examples"
34
- Requires-Dist: seaborn; extra == "examples"
35
- Requires-Dist: skyfield; extra == "examples"
36
- Requires-Dist: matplotlib>=3; extra == "examples"
37
- Requires-Dist: xarray>=2023; extra == "examples"
38
- Requires-Dist: rioxarray>=0.13; extra == "examples"
39
- Requires-Dist: geopandas>=0.12; extra == "examples"
40
- Requires-Dist: netCDF4>=1.6; extra == "examples"
41
- Requires-Dist: aiobotocore>=2.17; extra == "examples"
42
- Requires-Dist: botocore>=1.35; extra == "examples"
43
- Requires-Dist: boto3>=1.35; extra == "examples"
44
- Requires-Dist: tatc<=3.4.3; extra == "examples"
45
- Requires-Dist: s3fs>=2024.10.0; extra == "examples"
46
- Requires-Dist: pulp>=2.9.0; extra == "examples"
47
- Requires-Dist: h5netcdf>=1.0; extra == "examples"
48
- Provides-Extra: docs
49
- Requires-Dist: autodoc_pydantic>=2; extra == "docs"
50
- Requires-Dist: docutils; extra == "docs"
51
- Requires-Dist: readthedocs-sphinx-search; extra == "docs"
52
- Requires-Dist: sphinx>=7; extra == "docs"
53
- Requires-Dist: sphinx_rtd_theme; extra == "docs"
54
- Requires-Dist: sphinx-copybutton; extra == "docs"
55
- Requires-Dist: sphinx_design; extra == "docs"
56
- Requires-Dist: myst-parser; extra == "docs"
57
- Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
58
- Dynamic: license-file
59
-
60
- # Novel Observing Strategies Testbed (NOS-T)
61
-
62
- The Novel Observing Strategies Testbed (NOS-T) is a computational testbed for
63
- maturing technologies related to the NASA Novel Observing Strategies thrust.
64
-
65
- Documentation: https://nost-tools.readthedocs.io
66
-
67
- ## NOS-T Tools Installation
68
-
69
- NOS-T tools is a collection of tools for the Novel Observing Strategies Testbed
70
- (NOS-T). Installing `nost-tools` as an editable Python library requires `pip`
71
- version 23 or greater (install via `python -m pip install --upgrade pip`).
72
-
73
- To install `nost-tools`, run the following command from the project root
74
- directory:
75
-
76
- ```
77
- pip install -e .
78
- ```
79
-
80
- Alternatively, to install supplemental libraries required for examples, run
81
-
82
- ```
83
- pip install -e .[examples]
84
- ```
85
-
86
- ## Contact
87
-
88
- Principal Investigator: Paul T. Grogan <paul.grogan@asu.edu>
89
-
90
- ## Acknowledgements
91
-
92
- This material is based on work supported, in whole or in part, by the U.S.
93
- Department of Defense and National Aeronautics and Space Administration Earth
94
- Science Technology Office (NASA ESTO) through the Systems Engineering Research
95
- Center (SERC) under Contract No. W15QKN-18-D-0040. SERC is a federally funded
96
- University Affiliated Research Center managed by Stevens Institute of
97
- Technology. Any opinions, findings, and conclusions or recommendations
98
- expressed in this material are those of the authors and do not necessarily
99
- reflect the views of the United States Department of Defense.
100
-
101
- This research has made use of NASA Goddard Science Managed Cloud Environment
102
- (SMCE), which is a service of the Computational & Information Sciences and
103
- Technology Office at the NASA Goddard Space Flight Center.
104
-
105
- Current project team:
106
-
107
- - PI: Paul T. Grogan <paul.grogan@asu.edu>
108
- - Research Scientist: Emmanuel M. Gonzalez <emmanuelgonzalez@asu.edu>
109
-
110
- Project alumni:
111
-
112
- - Hayden Daly
113
- - Matthew Brand
114
- - Jerry Sellers
115
- - Brian Chell
116
- - Matthew LeVine
117
- - Leigha Capra
118
- - Theodore Sherman
119
- - Alex Yucra Castaneda
1
+ Metadata-Version: 2.4
2
+ Name: nost_tools
3
+ Version: 2.0.1
4
+ Summary: Tools for Novel Observing Strategies Testbed (NOS-T) Applications
5
+ Author-email: "Paul T. Grogan" <paul.grogan@asu.edu>, "Emmanuel M. Gonzalez" <emmanuelgonzalez@asu.edu>
6
+ License: BSD License
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Development Status :: 4 - Beta
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: ntplib
14
+ Requires-Dist: numpy>=2
15
+ Requires-Dist: pandas>=2
16
+ Requires-Dist: pydantic<3,>=2
17
+ Requires-Dist: python-dateutil
18
+ Requires-Dist: pika>=1
19
+ Requires-Dist: python-dotenv
20
+ Requires-Dist: pyyaml
21
+ Requires-Dist: python-keycloak>=5
22
+ Provides-Extra: dev
23
+ Requires-Dist: black[jupyter]>=24.2; extra == "dev"
24
+ Requires-Dist: coverage; extra == "dev"
25
+ Requires-Dist: pylint; extra == "dev"
26
+ Requires-Dist: pylint-pydantic; extra == "dev"
27
+ Requires-Dist: pytest; extra == "dev"
28
+ Provides-Extra: examples
29
+ Requires-Dist: dash; extra == "examples"
30
+ Requires-Dist: dash-daq; extra == "examples"
31
+ Requires-Dist: flask; extra == "examples"
32
+ Requires-Dist: scipy; extra == "examples"
33
+ Requires-Dist: seaborn; extra == "examples"
34
+ Requires-Dist: skyfield; extra == "examples"
35
+ Requires-Dist: matplotlib>=3; extra == "examples"
36
+ Requires-Dist: xarray>=2023; extra == "examples"
37
+ Requires-Dist: rioxarray>=0.13; extra == "examples"
38
+ Requires-Dist: geopandas>=0.12; extra == "examples"
39
+ Requires-Dist: netCDF4>=1.6; extra == "examples"
40
+ Requires-Dist: aiobotocore>=2.17; extra == "examples"
41
+ Requires-Dist: botocore>=1.35; extra == "examples"
42
+ Requires-Dist: boto3>=1.35; extra == "examples"
43
+ Requires-Dist: tatc<=3.4.3; extra == "examples"
44
+ Requires-Dist: s3fs>=2024.10.0; extra == "examples"
45
+ Requires-Dist: pulp>=2.9.0; extra == "examples"
46
+ Requires-Dist: h5netcdf>=1.0; extra == "examples"
47
+ Provides-Extra: docs
48
+ Requires-Dist: autodoc_pydantic>=2; extra == "docs"
49
+ Requires-Dist: docutils; extra == "docs"
50
+ Requires-Dist: readthedocs-sphinx-search; extra == "docs"
51
+ Requires-Dist: sphinx>=7; extra == "docs"
52
+ Requires-Dist: sphinx_rtd_theme; extra == "docs"
53
+ Requires-Dist: sphinx-copybutton; extra == "docs"
54
+ Requires-Dist: sphinx_design; extra == "docs"
55
+ Requires-Dist: myst-parser; extra == "docs"
56
+ Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
57
+ Dynamic: license-file
58
+
59
+ # Novel Observing Strategies Testbed (NOS-T)
60
+
61
+ The Novel Observing Strategies Testbed (NOS-T) is a computational testbed for
62
+ maturing technologies related to the NASA Novel Observing Strategies thrust.
63
+
64
+ Documentation: https://nost-tools.readthedocs.io
65
+
66
+ ## NOS-T Tools Installation
67
+
68
+ NOS-T tools is a collection of tools for the Novel Observing Strategies Testbed
69
+ (NOS-T). Installing `nost-tools` as an editable Python library requires `pip`
70
+ version 23 or greater (install via `python -m pip install --upgrade pip`).
71
+
72
+ To install `nost-tools`, run the following command from the project root
73
+ directory:
74
+
75
+ ```
76
+ pip install -e .
77
+ ```
78
+
79
+ Alternatively, to install supplemental libraries required for examples, run
80
+
81
+ ```
82
+ pip install -e .[examples]
83
+ ```
84
+
85
+ ## Contact
86
+
87
+ Principal Investigator: Paul T. Grogan <paul.grogan@asu.edu>
88
+
89
+ ## Acknowledgements
90
+
91
+ This material is based on work supported, in whole or in part, by the U.S.
92
+ Department of Defense and National Aeronautics and Space Administration Earth
93
+ Science Technology Office (NASA ESTO) through the Systems Engineering Research
94
+ Center (SERC) under Contract No. W15QKN-18-D-0040. SERC is a federally funded
95
+ University Affiliated Research Center managed by Stevens Institute of
96
+ Technology. Any opinions, findings, and conclusions or recommendations
97
+ expressed in this material are those of the authors and do not necessarily
98
+ reflect the views of the United States Department of Defense.
99
+
100
+ This research has made use of NASA Goddard Science Managed Cloud Environment
101
+ (SMCE), which is a service of the Computational & Information Sciences and
102
+ Technology Office at the NASA Goddard Space Flight Center.
103
+
104
+ Current project team:
105
+
106
+ - PI: Paul T. Grogan <paul.grogan@asu.edu>
107
+ - Research Scientist: Emmanuel M. Gonzalez <emmanuelgonzalez@asu.edu>
108
+
109
+ Project alumni:
110
+
111
+ - Hayden Daly
112
+ - Matthew Brand
113
+ - Jerry Sellers
114
+ - Brian Chell
115
+ - Matthew LeVine
116
+ - Leigha Capra
117
+ - Theodore Sherman
118
+ - Alex Yucra Castaneda
@@ -0,0 +1,18 @@
1
+ nost_tools/__init__.py,sha256=5P2IepQbREyX8rJd9Fjg5CLDkzv2i1SxlyhaAEEtmbE,873
2
+ nost_tools/application.py,sha256=ne_6dVKDRNmV1bL5OwgxGgtiGHFmUcJ8EyH2bLpuJLU,32955
3
+ nost_tools/application_utils.py,sha256=_R39D26FYxgaO4uyTON24KXc4UQ4zAEDBZfEkHbEw64,9386
4
+ nost_tools/configuration.py,sha256=ikNpZi8aofhZzJRbJf4x46afbAnp8r5C7Yr50Rnn1Nc,11639
5
+ nost_tools/entity.py,sha256=AwbZMP3_H4RQuyU4voyQwYFkETxG0mfD-0BMHxrRFf8,2064
6
+ nost_tools/errors.py,sha256=0JcDlMEkZAya3-5c0rRozLuxp8qF58StG4JgRsaxfKU,344
7
+ nost_tools/logger_application.py,sha256=rxPBfyA7Zym5b_EsoSJvT9JWNIVWZX1a-4czFwCqaQ4,7217
8
+ nost_tools/managed_application.py,sha256=uzWmOevHXo2kr_1cMhSdJU7g9_EVgo2s4_VuxQcGaWs,11409
9
+ nost_tools/manager.py,sha256=15MkZE6FucMbHt0mitYc5Hg__QjKIfCQe4W0ojER2C8,19914
10
+ nost_tools/observer.py,sha256=w66jZQ11Fr7XSCcvcc2f5ISce2n8Ba7cXqheSTuyrmw,5519
11
+ nost_tools/publisher.py,sha256=omU8tb0AXnA6RfhYSh0vnXbJtrRo4ukx1J5ANl4bDLQ,5291
12
+ nost_tools/schemas.py,sha256=OMeV0-0Lpq3Tqi-FBzxH0wLp1a1HihFCsczQo6P-t0c,14055
13
+ nost_tools/simulator.py,sha256=ALnGDmnA_ga-1Lq-bVWi2vcrspgjS4vtuDE0jWsI7fE,20191
14
+ nost_tools-2.0.1.dist-info/licenses/LICENSE,sha256=aAMU-mTHTKpWkBsg9QhkhCQpEm3Gri7J_fVuJov8s3s,1539
15
+ nost_tools-2.0.1.dist-info/METADATA,sha256=gJrf_BKQlfvo4VWoYqqr2Ad6wFtpLT2WwLJbyWP7vkU,4244
16
+ nost_tools-2.0.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
17
+ nost_tools-2.0.1.dist-info/top_level.txt,sha256=LNChUgrv2-wiym12O0r61kY83COjTpTiJ2Ly1Ca58A8,11
18
+ nost_tools-2.0.1.dist-info/RECORD,,
@@ -1,29 +1,29 @@
1
- BSD 3-Clause License
2
-
3
- Copyright (c) 2022, Stevens Institute of Technology
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are met:
8
-
9
- 1. Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
11
-
12
- 2. Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
15
-
16
- 3. Neither the name of the copyright holder nor the names of its
17
- contributors may be used to endorse or promote products derived from
18
- this software without specific prior written permission.
19
-
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2022, Stevens Institute of Technology
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,18 +0,0 @@
1
- nost_tools/__init__.py,sha256=Kv7x-YIcNd8voKjdvQYWSvFFYHAXUfBEg8ZAFnVepA8,902
2
- nost_tools/application.py,sha256=uyZT8MIPKOHOEJ7dtUZPriiJFp067kP8EWIPb3oOzQs,33317
3
- nost_tools/application_utils.py,sha256=3JprjyQuONZdMw6ENRRC6M0fhRu3E3_3aUyTqoSE6AU,9648
4
- nost_tools/configuration.py,sha256=imbYqCi6br_lRY5jjbmQkOy08gyS3EJV4cVr8qh5MY4,11943
5
- nost_tools/entity.py,sha256=oMDRML_N-HuPxQo9N2ipyTq-oPd9mKTDHq36VZnjkGA,2137
6
- nost_tools/errors.py,sha256=KqJ8K_qGhFsucwbYBtJ2jjEyCTl7O2wq2Ti9A0EFPeM,358
7
- nost_tools/logger_application.py,sha256=mZ45-Mu6lwwTGiijVqEDLAcK0Afy97v-q06MvyNOx-A,7409
8
- nost_tools/managed_application.py,sha256=JO3EMtr0Mku-YqIA38LUPvFsLlENdC7hHvQyiVJ0uHc,11670
9
- nost_tools/manager.py,sha256=FTPHaDWEIsF69-AKqnBz586WXeRzaFGwPU_E7coDiRY,20386
10
- nost_tools/observer.py,sha256=COc9cc7AbEO8wHwiWIUeBN0ItNtoKaxJoRPF_ugGvIE,5700
11
- nost_tools/publisher.py,sha256=9kFNAizw7SOD6_FZvKCZJRSpPFRacIvScKu0LbsD4Gc,5432
12
- nost_tools/schemas.py,sha256=pwFY5i8CwHv88MCKWvVoh1R5FWaPKSXWSmzOZ8ZxJRk,14085
13
- nost_tools/simulator.py,sha256=bs2a7eYXgkhnnwk-LyYEc_Qvst_ax1Tu29OhfYHmX6w,20722
14
- nost_tools-2.0.0.dist-info/licenses/LICENSE,sha256=ffqdXgck_Ti3X7ObTTsG2D5HqjxhAKwFoa_jbYqbrqU,1568
15
- nost_tools-2.0.0.dist-info/METADATA,sha256=NKlTfo-sagn4ZeLcm6IBRemAXr6XNmSh9aN23K9Yqjw,4422
16
- nost_tools-2.0.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
17
- nost_tools-2.0.0.dist-info/top_level.txt,sha256=LNChUgrv2-wiym12O0r61kY83COjTpTiJ2Ly1Ca58A8,11
18
- nost_tools-2.0.0.dist-info/RECORD,,