pds-epitome 3.3.1__py3-none-any.whl → 3.7.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/epitome/VERSION.txt +1 -1
- pds/epitome/main.py +1 -1
- pds_epitome-3.7.0-py3.9-nspkg.pth +1 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/METADATA +29 -20
- pds_epitome-3.7.0.dist-info/RECORD +13 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/WHEEL +1 -1
- pds_epitome-3.3.1-py3.9-nspkg.pth +0 -1
- pds_epitome-3.3.1.dist-info/RECORD +0 -13
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/entry_points.txt +0 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info/licenses}/LICENSE.md +0 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info/licenses}/NOTICE.txt +0 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/namespace_packages.txt +0 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/top_level.txt +0 -0
- {pds_epitome-3.3.1.dist-info → pds_epitome-3.7.0.dist-info}/zip-safe +0 -0
pds/epitome/VERSION.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.7.0
|
pds/epitome/main.py
CHANGED
@@ -0,0 +1 @@
|
|
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,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 3.
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pds_epitome
|
3
|
+
Version: 3.7.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/
|
@@ -17,23 +17,32 @@ Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE.md
|
18
18
|
License-File: NOTICE.txt
|
19
19
|
Provides-Extra: dev
|
20
|
-
Requires-Dist: black
|
21
|
-
Requires-Dist: flake8
|
22
|
-
Requires-Dist: flake8-bugbear
|
23
|
-
Requires-Dist: flake8-docstrings
|
24
|
-
Requires-Dist: pep8-naming
|
25
|
-
Requires-Dist: mypy
|
26
|
-
Requires-Dist: pydocstyle
|
27
|
-
Requires-Dist: coverage
|
28
|
-
Requires-Dist: pytest
|
29
|
-
Requires-Dist: pytest-cov
|
30
|
-
Requires-Dist: pytest-watch
|
31
|
-
Requires-Dist: pytest-xdist
|
32
|
-
Requires-Dist: pre-commit
|
33
|
-
Requires-Dist: sphinx
|
34
|
-
Requires-Dist: sphinx-rtd-theme
|
35
|
-
Requires-Dist:
|
36
|
-
Requires-Dist:
|
20
|
+
Requires-Dist: black~=23.7.0; extra == "dev"
|
21
|
+
Requires-Dist: flake8~=6.1.0; extra == "dev"
|
22
|
+
Requires-Dist: flake8-bugbear~=23.7.10; extra == "dev"
|
23
|
+
Requires-Dist: flake8-docstrings~=1.7.0; extra == "dev"
|
24
|
+
Requires-Dist: pep8-naming~=0.13.3; extra == "dev"
|
25
|
+
Requires-Dist: mypy~=1.5.1; extra == "dev"
|
26
|
+
Requires-Dist: pydocstyle~=6.3.0; extra == "dev"
|
27
|
+
Requires-Dist: coverage~=7.3.0; extra == "dev"
|
28
|
+
Requires-Dist: pytest~=7.4.0; extra == "dev"
|
29
|
+
Requires-Dist: pytest-cov~=4.1.0; extra == "dev"
|
30
|
+
Requires-Dist: pytest-watch~=4.2.0; extra == "dev"
|
31
|
+
Requires-Dist: pytest-xdist~=3.3.1; extra == "dev"
|
32
|
+
Requires-Dist: pre-commit~=3.3.3; extra == "dev"
|
33
|
+
Requires-Dist: sphinx~=3.2.1; extra == "dev"
|
34
|
+
Requires-Dist: sphinx-rtd-theme~=0.5.0; extra == "dev"
|
35
|
+
Requires-Dist: sphinxcontrib-applehelp==1.0.0; extra == "dev"
|
36
|
+
Requires-Dist: sphinxcontrib-devhelp==1.0.0; extra == "dev"
|
37
|
+
Requires-Dist: sphinxcontrib-htmlhelp==1.0.0; extra == "dev"
|
38
|
+
Requires-Dist: sphinxcontrib-qthelp==1.0.0; extra == "dev"
|
39
|
+
Requires-Dist: sphinxcontrib-serializinghtml==1.1.3; extra == "dev"
|
40
|
+
Requires-Dist: alabaster==0.7.13; extra == "dev"
|
41
|
+
Requires-Dist: tox~=4.11.0; extra == "dev"
|
42
|
+
Requires-Dist: types-setuptools~=68.1.0.0; extra == "dev"
|
43
|
+
Requires-Dist: Jinja2<3.1; extra == "dev"
|
44
|
+
Dynamic: download-url
|
45
|
+
Dynamic: license-file
|
37
46
|
|
38
47
|
# 🪐 Epitome
|
39
48
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
pds_epitome-3.7.0-py3.9-nspkg.pth,sha256=PqPGr0E-zd0D3PjwzpH7sXgDt5v1fss03RiirCh2haU,452
|
2
|
+
pds/epitome/VERSION.txt,sha256=hHRrIKOnL2_4WmKXBuUFB8G9IAkHRWt23YCKKlyg77o,6
|
3
|
+
pds/epitome/__init__.py,sha256=oB-a_pXrth5Yg9FDnxDhLrk5bLElh3iYwQP2fWWAFS8,161
|
4
|
+
pds/epitome/main.py,sha256=4US-CftlZohIhhVH0tXthW9i6RHGcjvyaBFijAvsa8k,311
|
5
|
+
pds_epitome-3.7.0.dist-info/licenses/LICENSE.md,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
6
|
+
pds_epitome-3.7.0.dist-info/licenses/NOTICE.txt,sha256=qHgji9M-7jCwxZh8CCH7FY40zpMjBeHJ5liBi3mNZII,1609
|
7
|
+
pds_epitome-3.7.0.dist-info/METADATA,sha256=PU0zp4XCfyLoTkN9me0q3Ehk_o-R6gezwXOkBlla_4Q,5147
|
8
|
+
pds_epitome-3.7.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
9
|
+
pds_epitome-3.7.0.dist-info/entry_points.txt,sha256=cZvHQ2kRa9fcxoDlqH6pnFT2R77sWCKo-WHZMtMgjVc,54
|
10
|
+
pds_epitome-3.7.0.dist-info/namespace_packages.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
11
|
+
pds_epitome-3.7.0.dist-info/top_level.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
12
|
+
pds_epitome-3.7.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
13
|
+
pds_epitome-3.7.0.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('pds',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and 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.3.1-py3.9-nspkg.pth,sha256=WHMiMOr-2sbcUFdwtpfVUBvpKD0J2QYl-g9x-xWuFnw,524
|
2
|
-
pds/epitome/VERSION.txt,sha256=7yp5wvfcN4AKc_2ZMLMHgkziCvkgy8cVkyNFZBjnfms,6
|
3
|
-
pds/epitome/__init__.py,sha256=oB-a_pXrth5Yg9FDnxDhLrk5bLElh3iYwQP2fWWAFS8,161
|
4
|
-
pds/epitome/main.py,sha256=kcckOQE9t4GD2r6OuRYeD2RAhhGSepJUllS9Ie0II0M,311
|
5
|
-
pds_epitome-3.3.1.dist-info/LICENSE.md,sha256=Lh-qBbuRV0-jiCIBhfV7NgdwFxQFOXH3BKOzK865hRs,10480
|
6
|
-
pds_epitome-3.3.1.dist-info/METADATA,sha256=DP0Sk23txg2tmtuKAMbdcW0JigzQLmYhdo6ft_v7Ue0,4592
|
7
|
-
pds_epitome-3.3.1.dist-info/NOTICE.txt,sha256=qHgji9M-7jCwxZh8CCH7FY40zpMjBeHJ5liBi3mNZII,1609
|
8
|
-
pds_epitome-3.3.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
9
|
-
pds_epitome-3.3.1.dist-info/entry_points.txt,sha256=cZvHQ2kRa9fcxoDlqH6pnFT2R77sWCKo-WHZMtMgjVc,54
|
10
|
-
pds_epitome-3.3.1.dist-info/namespace_packages.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
11
|
-
pds_epitome-3.3.1.dist-info/top_level.txt,sha256=5SacHJznU3B9RSALhTt0yjidG0EmPyBMNQgoU-bxvo4,4
|
12
|
-
pds_epitome-3.3.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
13
|
-
pds_epitome-3.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|