pds-epitome 3.9.0__py3-none-any.whl → 3.10.0__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.
- pds/__init__.py +2 -0
- pds/epitome/VERSION.txt +1 -1
- pds/epitome/__init__.py +2 -2
- pds/epitome/main.py +1 -1
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/METADATA +12 -14
- pds_epitome-3.10.0.dist-info/RECORD +12 -0
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/WHEEL +1 -1
- pds_epitome-3.9.0-py3.9-nspkg.pth +0 -1
- pds_epitome-3.9.0.dist-info/RECORD +0 -13
- pds_epitome-3.9.0.dist-info/namespace_packages.txt +0 -1
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/entry_points.txt +0 -0
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/licenses/LICENSE.md +0 -0
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/licenses/NOTICE.txt +0 -0
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/top_level.txt +0 -0
- {pds_epitome-3.9.0.dist-info → pds_epitome-3.10.0.dist-info}/zip-safe +0 -0
pds/__init__.py
ADDED
pds/epitome/VERSION.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.10.0
|
pds/epitome/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
"""My PDS Module."""
|
3
|
-
import
|
3
|
+
import importlib.resources
|
4
4
|
|
5
5
|
|
6
|
-
__version__ =
|
6
|
+
__version__ = VERSION = importlib.resources.files(__name__).joinpath("VERSION.txt").read_text().strip()
|
pds/epitome/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pds_epitome
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.10.0
|
4
4
|
Summary: A small demonstration of the PDS Python repository template
|
5
5
|
Home-page: https://github.com/nasa-pds-engineering-node/epitome
|
6
6
|
Download-URL: https://github.com/nasa-pds-engineering-node/epitome/releases/
|
@@ -9,10 +9,9 @@ Author-email: pds_operator@jpl.nasa.gov
|
|
9
9
|
License: apache-2.0
|
10
10
|
Keywords: pds,epitome,exemplar,prototype,demonstration,example,exhibit
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
12
|
-
Classifier: Programming Language :: Python :: 3.
|
13
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
14
13
|
Classifier: Operating System :: OS Independent
|
15
|
-
Requires-Python: >=3.
|
14
|
+
Requires-Python: >=3.13
|
16
15
|
Description-Content-Type: text/markdown
|
17
16
|
License-File: LICENSE.md
|
18
17
|
License-File: NOTICE.txt
|
@@ -30,17 +29,16 @@ Requires-Dist: pytest-cov~=4.1.0; extra == "dev"
|
|
30
29
|
Requires-Dist: pytest-watch~=4.2.0; extra == "dev"
|
31
30
|
Requires-Dist: pytest-xdist~=3.3.1; extra == "dev"
|
32
31
|
Requires-Dist: pre-commit~=3.3.3; extra == "dev"
|
33
|
-
Requires-Dist: sphinx~=
|
34
|
-
Requires-Dist: sphinx-rtd-theme~=0.
|
35
|
-
Requires-Dist: sphinxcontrib-applehelp
|
36
|
-
Requires-Dist: sphinxcontrib-devhelp
|
37
|
-
Requires-Dist: sphinxcontrib-htmlhelp
|
38
|
-
Requires-Dist: sphinxcontrib
|
39
|
-
Requires-Dist: sphinxcontrib
|
40
|
-
Requires-Dist: alabaster
|
32
|
+
Requires-Dist: sphinx~=8.2.3; extra == "dev"
|
33
|
+
Requires-Dist: sphinx-rtd-theme~=3.0.2; extra == "dev"
|
34
|
+
Requires-Dist: sphinxcontrib-applehelp~=2.0.0; extra == "dev"
|
35
|
+
Requires-Dist: sphinxcontrib-devhelp~=2.0.0; extra == "dev"
|
36
|
+
Requires-Dist: sphinxcontrib-htmlhelp~=2.1.0; extra == "dev"
|
37
|
+
Requires-Dist: sphinxcontrib.serializinghtml~=2.0.0; extra == "dev"
|
38
|
+
Requires-Dist: sphinxcontrib.qthelp~=2.0.0; extra == "dev"
|
39
|
+
Requires-Dist: alabaster~=1.0.0; extra == "dev"
|
41
40
|
Requires-Dist: tox~=4.11.0; extra == "dev"
|
42
|
-
Requires-Dist:
|
43
|
-
Requires-Dist: Jinja2<3.1; extra == "dev"
|
41
|
+
Requires-Dist: Jinja2~=3.1.6; extra == "dev"
|
44
42
|
Dynamic: download-url
|
45
43
|
Dynamic: license-file
|
46
44
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
pds/__init__.py,sha256=s01nz6MTwEMpR0y7CzoLi_Iq7h-olZX57JuxZCuyANg,45
|
2
|
+
pds/epitome/VERSION.txt,sha256=rGeoqWHOE1NzOu73didX8_OyjR9O8b-XNp87WjKbO0s,7
|
3
|
+
pds/epitome/__init__.py,sha256=GcdpMnO40abdBWUotvDsEFBu4VH-kAcQbHrCMHDIK50,178
|
4
|
+
pds/epitome/main.py,sha256=gtotHEB69BBeVrfPLxB4H_cMG80JZKydJM3vd8q3P54,311
|
5
|
+
pds_epitome-3.10.0.dist-info/licenses/LICENSE.md,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
6
|
+
pds_epitome-3.10.0.dist-info/licenses/NOTICE.txt,sha256=qHgji9M-7jCwxZh8CCH7FY40zpMjBeHJ5liBi3mNZII,1609
|
7
|
+
pds_epitome-3.10.0.dist-info/METADATA,sha256=_M22-DV-qlg-hE1evi_yrYDUDihq6RNndgfJYXsqH5k,5031
|
8
|
+
pds_epitome-3.10.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
pds_epitome-3.10.0.dist-info/entry_points.txt,sha256=cZvHQ2kRa9fcxoDlqH6pnFT2R77sWCKo-WHZMtMgjVc,54
|
10
|
+
pds_epitome-3.10.0.dist-info/top_level.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
11
|
+
pds_epitome-3.10.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
12
|
+
pds_epitome-3.10.0.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('pds',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('pds', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('pds', [os.path.dirname(p)])));m = m or sys.modules.setdefault('pds', types.ModuleType('pds'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
@@ -1,13 +0,0 @@
|
|
1
|
-
pds_epitome-3.9.0-py3.9-nspkg.pth,sha256=PqPGr0E-zd0D3PjwzpH7sXgDt5v1fss03RiirCh2haU,452
|
2
|
-
pds/epitome/VERSION.txt,sha256=XA-ecQ1vWbtZmARE89xYiG_FZKCi2KHVNNMpa-LGfag,6
|
3
|
-
pds/epitome/__init__.py,sha256=oB-a_pXrth5Yg9FDnxDhLrk5bLElh3iYwQP2fWWAFS8,161
|
4
|
-
pds/epitome/main.py,sha256=4US-CftlZohIhhVH0tXthW9i6RHGcjvyaBFijAvsa8k,311
|
5
|
-
pds_epitome-3.9.0.dist-info/licenses/LICENSE.md,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
6
|
-
pds_epitome-3.9.0.dist-info/licenses/NOTICE.txt,sha256=qHgji9M-7jCwxZh8CCH7FY40zpMjBeHJ5liBi3mNZII,1609
|
7
|
-
pds_epitome-3.9.0.dist-info/METADATA,sha256=FBC1G6NzPBXG0bSi6YpDzKymJYPwOrQWIBuTmc-T26E,5147
|
8
|
-
pds_epitome-3.9.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
9
|
-
pds_epitome-3.9.0.dist-info/entry_points.txt,sha256=cZvHQ2kRa9fcxoDlqH6pnFT2R77sWCKo-WHZMtMgjVc,54
|
10
|
-
pds_epitome-3.9.0.dist-info/namespace_packages.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
11
|
-
pds_epitome-3.9.0.dist-info/top_level.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
12
|
-
pds_epitome-3.9.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
13
|
-
pds_epitome-3.9.0.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
pds
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|