intersphinx-registry 0.2410.1__py2.py3-none-any.whl → 0.2410.14__py2.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.
- intersphinx_registry/__init__.py +1 -1
- intersphinx_registry/registry.json +75 -74
- {intersphinx_registry-0.2410.1.dist-info → intersphinx_registry-0.2410.14.dist-info}/METADATA +1 -1
- intersphinx_registry-0.2410.14.dist-info/RECORD +8 -0
- intersphinx_registry-0.2410.1.dist-info/RECORD +0 -8
- {intersphinx_registry-0.2410.1.dist-info → intersphinx_registry-0.2410.14.dist-info}/LICENSE +0 -0
- {intersphinx_registry-0.2410.1.dist-info → intersphinx_registry-0.2410.14.dist-info}/WHEEL +0 -0
intersphinx_registry/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ from typing import Dict, Tuple, Set, Optional, cast
|
|
|
11
11
|
# See issue 4, we this the best format is Major.YYMM.day,
|
|
12
12
|
# in case of multiple releases a day we can borrow the next day's date.
|
|
13
13
|
# no 0 in front of the day as it is not pep440 compliant.
|
|
14
|
-
__version__ = "0.2410.
|
|
14
|
+
__version__ = "0.2410.14"
|
|
15
15
|
|
|
16
16
|
registry_file = Path(__file__).parent / "registry.json"
|
|
17
17
|
|
|
@@ -1,123 +1,124 @@
|
|
|
1
1
|
{
|
|
2
|
-
"anndata": ["https://anndata.readthedocs.io/en/stable
|
|
3
|
-
"asdf-astropy": ["https://asdf-astropy.readthedocs.io/en/latest
|
|
2
|
+
"anndata": ["https://anndata.readthedocs.io/en/stable", null],
|
|
3
|
+
"asdf-astropy": ["https://asdf-astropy.readthedocs.io/en/latest", null],
|
|
4
4
|
"astropy-dev": ["https://docs.astropy.org/en/latest/", null],
|
|
5
|
-
"asv": ["https://asv.readthedocs.io/en/stable
|
|
6
|
-
"asyncssh": ["https://asyncssh.readthedocs.io/en/latest
|
|
5
|
+
"asv": ["https://asv.readthedocs.io/en/stable", null],
|
|
6
|
+
"asyncssh": ["https://asyncssh.readthedocs.io/en/latest", null],
|
|
7
7
|
"attrs": ["https://www.attrs.org/en/stable/", null],
|
|
8
|
-
"bhub": ["https://binderhub.readthedocs.io/en/latest
|
|
8
|
+
"bhub": ["https://binderhub.readthedocs.io/en/latest", null],
|
|
9
9
|
"bokeh": ["https://docs.bokeh.org/en/latest/", null],
|
|
10
|
-
"boltons": ["https://boltons.readthedocs.io/en/latest
|
|
10
|
+
"boltons": ["https://boltons.readthedocs.io/en/latest", null],
|
|
11
11
|
"bottle": ["https://bottlepy.org/docs/dev/", null],
|
|
12
12
|
"build": ["https://build.pypa.io/en/latest/", null],
|
|
13
13
|
"cartopy": ["https://scitools.org.uk/cartopy/docs/latest/", null],
|
|
14
|
-
"cffi": ["https://cffi.readthedocs.io/en/latest
|
|
14
|
+
"cffi": ["https://cffi.readthedocs.io/en/latest", null],
|
|
15
15
|
"click": ["https://click.palletsprojects.com/", null],
|
|
16
16
|
"conda": ["https://conda.io/en/latest/", null],
|
|
17
17
|
"cycler": ["https://matplotlib.org/cycler/", null],
|
|
18
18
|
"cython": ["https://docs.cython.org/en/latest/", null],
|
|
19
19
|
"dask": ["https://docs.dask.org/en/latest/", null],
|
|
20
|
-
"dateutil": ["https://dateutil.readthedocs.io/en/latest
|
|
20
|
+
"dateutil": ["https://dateutil.readthedocs.io/en/latest", null],
|
|
21
21
|
"devguide": ["https://devguide.python.org/", null],
|
|
22
22
|
"devpi": ["https://devpi.net/docs/devpi/devpi/latest/+doc/", null],
|
|
23
|
-
"dh-virtualenv": ["https://dh-virtualenv.readthedocs.io/en/latest
|
|
23
|
+
"dh-virtualenv": ["https://dh-virtualenv.readthedocs.io/en/latest", null],
|
|
24
24
|
"dipy": ["https://docs.dipy.org/stable/", null],
|
|
25
|
-
"distlib": ["https://distlib.readthedocs.io/en/latest
|
|
25
|
+
"distlib": ["https://distlib.readthedocs.io/en/latest", null],
|
|
26
26
|
"distributed": ["https://distributed.dask.org/en/stable/", null],
|
|
27
27
|
"django": [
|
|
28
28
|
"https://docs.djangoproject.com/en/stable/",
|
|
29
29
|
"https://docs.djangoproject.com/en/stable/_objects/"
|
|
30
30
|
],
|
|
31
31
|
"dlpack": ["https://dmlc.github.io/dlpack/latest/", null],
|
|
32
|
-
"flax": ["https://flax.readthedocs.io/en/latest
|
|
33
|
-
"flexx": ["https://flexx.readthedocs.io/en/latest
|
|
34
|
-
"fsspec": ["https://filesystem-spec.readthedocs.io/en/latest
|
|
32
|
+
"flax": ["https://flax.readthedocs.io/en/latest", null],
|
|
33
|
+
"flexx": ["https://flexx.readthedocs.io/en/latest", null],
|
|
34
|
+
"fsspec": ["https://filesystem-spec.readthedocs.io/en/latest", null],
|
|
35
35
|
"geopandas": ["https://geopandas.org/en/stable/", null],
|
|
36
|
-
"hub": ["https://jupyterhub.readthedocs.io/en/latest
|
|
37
|
-
"imageio": ["https://imageio.readthedocs.io/en/stable
|
|
36
|
+
"hub": ["https://jupyterhub.readthedocs.io/en/latest", null],
|
|
37
|
+
"imageio": ["https://imageio.readthedocs.io/en/stable", null],
|
|
38
38
|
"importlib-resources": [
|
|
39
|
-
"https://importlib-resources.readthedocs.io/en/latest
|
|
39
|
+
"https://importlib-resources.readthedocs.io/en/latest",
|
|
40
40
|
null
|
|
41
41
|
],
|
|
42
|
-
"ipykernel": ["https://ipykernel.readthedocs.io/en/latest
|
|
43
|
-
"ipyleaflet": ["https://ipyleaflet.readthedocs.io/en/latest
|
|
44
|
-
"ipyparallel": ["https://ipyparallel.readthedocs.io/en/latest
|
|
45
|
-
"ipython": ["https://ipython.readthedocs.io/en/latest
|
|
46
|
-
"ipywidgets": ["https://ipywidgets.readthedocs.io/en/latest
|
|
47
|
-
"jax": ["https://jax.readthedocs.io/en/latest
|
|
48
|
-
"jedi": ["https://jedi.readthedocs.io/en/latest
|
|
42
|
+
"ipykernel": ["https://ipykernel.readthedocs.io/en/latest", null],
|
|
43
|
+
"ipyleaflet": ["https://ipyleaflet.readthedocs.io/en/latest", null],
|
|
44
|
+
"ipyparallel": ["https://ipyparallel.readthedocs.io/en/latest", null],
|
|
45
|
+
"ipython": ["https://ipython.readthedocs.io/en/latest", null],
|
|
46
|
+
"ipywidgets": ["https://ipywidgets.readthedocs.io/en/latest", null],
|
|
47
|
+
"jax": ["https://jax.readthedocs.io/en/latest", null],
|
|
48
|
+
"jedi": ["https://jedi.readthedocs.io/en/latest", null],
|
|
49
49
|
"jinja": ["https://jinja.palletsprojects.com/", null],
|
|
50
|
-
"joblib": ["https://joblib.readthedocs.io/en/latest
|
|
50
|
+
"joblib": ["https://joblib.readthedocs.io/en/latest", null],
|
|
51
51
|
"jupyter": ["https://docs.jupyter.org/en/latest/", null],
|
|
52
|
-
"jupyter-server": ["https://jupyter-server.readthedocs.io/en/stable
|
|
53
|
-
"jupyter_core": ["https://jupyter-core.readthedocs.io/en/stable
|
|
52
|
+
"jupyter-server": ["https://jupyter-server.readthedocs.io/en/stable", null],
|
|
53
|
+
"jupyter_core": ["https://jupyter-core.readthedocs.io/en/stable", null],
|
|
54
54
|
"jupyterbook": ["https://jupyterbook.org/en/stable/", null],
|
|
55
|
-
"jupyterclient": ["https://jupyter-client.readthedocs.io/en/latest
|
|
56
|
-
"jupytercore": ["https://jupyter-core.readthedocs.io/en/latest
|
|
57
|
-
"jupytext": ["https://jupytext.readthedocs.io/en/stable
|
|
58
|
-
"kwarray": ["https://kwarray.readthedocs.io/en/latest
|
|
59
|
-
"kwimage": ["https://kwimage.readthedocs.io/en/latest
|
|
60
|
-
"lab": ["https://jupyterlab.readthedocs.io/en/latest
|
|
61
|
-
"llvmlite": ["https://llvmlite.readthedocs.io/en/latest
|
|
55
|
+
"jupyterclient": ["https://jupyter-client.readthedocs.io/en/latest", null],
|
|
56
|
+
"jupytercore": ["https://jupyter-core.readthedocs.io/en/latest", null],
|
|
57
|
+
"jupytext": ["https://jupytext.readthedocs.io/en/stable", null],
|
|
58
|
+
"kwarray": ["https://kwarray.readthedocs.io/en/latest", null],
|
|
59
|
+
"kwimage": ["https://kwimage.readthedocs.io/en/latest", null],
|
|
60
|
+
"lab": ["https://jupyterlab.readthedocs.io/en/latest", null],
|
|
61
|
+
"llvmlite": ["https://llvmlite.readthedocs.io/en/latest", null],
|
|
62
62
|
"lxml": ["https://lxml.de/apidoc/", null],
|
|
63
63
|
"magicgui": ["https://pyapp-kit.github.io/magicgui/", null],
|
|
64
|
-
"markdown_it": ["https://markdown-it-py.readthedocs.io/en/latest
|
|
64
|
+
"markdown_it": ["https://markdown-it-py.readthedocs.io/en/latest", null],
|
|
65
65
|
"matplotlib": ["https://matplotlib.org/stable/", null],
|
|
66
|
-
"meson-python": ["https://meson-python.readthedocs.io/en/stable
|
|
66
|
+
"meson-python": ["https://meson-python.readthedocs.io/en/stable", null],
|
|
67
67
|
"mne": ["https://mne.tools/stable/", null],
|
|
68
|
+
"mne_bids": ["https://mne.tools/mne-bids/stable/", null],
|
|
68
69
|
"mne_icalabel": ["https://mne.tools/mne-icalabel/stable/", null],
|
|
69
70
|
"mne_lsl": ["https://mne.tools/mne-lsl/stable/", null],
|
|
70
|
-
"monkeytype": ["https://monkeytype.readthedocs.io/en/latest
|
|
71
|
+
"monkeytype": ["https://monkeytype.readthedocs.io/en/latest", null],
|
|
71
72
|
"mpmath": ["https://mpmath.org/doc/current/", null],
|
|
72
|
-
"myst-nb": ["https://myst-nb.readthedocs.io/en/v0.12.3
|
|
73
|
-
"myst-parser": ["https://myst-parser.readthedocs.io/en/v0.15.1
|
|
73
|
+
"myst-nb": ["https://myst-nb.readthedocs.io/en/v0.12.3", null],
|
|
74
|
+
"myst-parser": ["https://myst-parser.readthedocs.io/en/v0.15.1", null],
|
|
74
75
|
"napari_plugin_engine": [
|
|
75
|
-
"https://napari-plugin-engine.readthedocs.io/en/latest
|
|
76
|
+
"https://napari-plugin-engine.readthedocs.io/en/latest",
|
|
76
77
|
null
|
|
77
78
|
],
|
|
78
|
-
"nbconvert": ["https://nbconvert.readthedocs.io/en/latest
|
|
79
|
-
"nbformat": ["https://nbformat.readthedocs.io/en/latest
|
|
80
|
-
"nbgitpuller": ["https://nbgitpuller.readthedocs.io/en/latest
|
|
79
|
+
"nbconvert": ["https://nbconvert.readthedocs.io/en/latest", null],
|
|
80
|
+
"nbformat": ["https://nbformat.readthedocs.io/en/latest", null],
|
|
81
|
+
"nbgitpuller": ["https://nbgitpuller.readthedocs.io/en/latest", null],
|
|
81
82
|
"nbsphinx": ["https://nbsphinx.readthedocs.io/", null],
|
|
82
|
-
"ndsampler": ["https://ndsampler.readthedocs.io/en/latest
|
|
83
|
+
"ndsampler": ["https://ndsampler.readthedocs.io/en/latest", null],
|
|
83
84
|
"neps": ["https://numpy.org/neps/", null],
|
|
84
85
|
"networkx": ["https://networkx.org/documentation/stable/", null],
|
|
85
86
|
"nibabel": ["https://nipy.org/nibabel/", null],
|
|
86
87
|
"nilearn": ["https://nilearn.github.io/stable/", null],
|
|
87
|
-
"notebook": ["https://jupyter-notebook.readthedocs.io/en/stable
|
|
88
|
+
"notebook": ["https://jupyter-notebook.readthedocs.io/en/stable", null],
|
|
88
89
|
"nox": ["https://nox.thea.codes/en/latest/", null],
|
|
89
|
-
"numba": ["https://numba.readthedocs.io/en/latest
|
|
90
|
+
"numba": ["https://numba.readthedocs.io/en/latest", null],
|
|
90
91
|
"numpy": ["https://numpy.org/doc/stable/", null],
|
|
91
92
|
"numpy-tutorials": ["https://numpy.org/numpy-tutorials/", null],
|
|
92
|
-
"numpydoc": ["https://numpydoc.readthedocs.io/en/latest
|
|
93
|
+
"numpydoc": ["https://numpydoc.readthedocs.io/en/latest", null],
|
|
93
94
|
"nx-guides": ["https://networkx.org/nx-guides/", null],
|
|
94
95
|
"openstack": ["https://docs.openstack.org/glance/latest/", null],
|
|
95
96
|
"pandas": ["https://pandas.pydata.org/docs/", null],
|
|
96
|
-
"pandas-gbq": ["https://pandas-gbq.readthedocs.io/en/latest
|
|
97
|
-
"parso": ["https://parso.readthedocs.io/en/latest
|
|
98
|
-
"patsy": ["https://patsy.readthedocs.io/en/latest
|
|
99
|
-
"pillow": ["https://pillow.readthedocs.io/en/stable
|
|
97
|
+
"pandas-gbq": ["https://pandas-gbq.readthedocs.io/en/latest", null],
|
|
98
|
+
"parso": ["https://parso.readthedocs.io/en/latest", null],
|
|
99
|
+
"patsy": ["https://patsy.readthedocs.io/en/latest", null],
|
|
100
|
+
"pillow": ["https://pillow.readthedocs.io/en/stable", null],
|
|
100
101
|
"pip": ["https://pip.pypa.io/en/latest/", null],
|
|
101
102
|
"pipenv": ["https://pipenv.pypa.io/en/latest/", null],
|
|
102
|
-
"piwheels": ["https://piwheels.readthedocs.io/en/latest
|
|
103
|
-
"pluggy": ["https://pluggy.readthedocs.io/en/stable
|
|
103
|
+
"piwheels": ["https://piwheels.readthedocs.io/en/latest", null],
|
|
104
|
+
"pluggy": ["https://pluggy.readthedocs.io/en/stable", null],
|
|
104
105
|
"poliastro": ["https://docs.poliastro.space/en/stable/", null],
|
|
105
106
|
"prompt_toolkit": [
|
|
106
|
-
"https://python-prompt-toolkit.readthedocs.io/en/stable
|
|
107
|
+
"https://python-prompt-toolkit.readthedocs.io/en/stable",
|
|
107
108
|
null
|
|
108
109
|
],
|
|
109
|
-
"py": ["https://pylib.readthedocs.io/en/latest
|
|
110
|
+
"py": ["https://pylib.readthedocs.io/en/latest", null],
|
|
110
111
|
"pyarrow": ["https://arrow.apache.org/docs/", null],
|
|
111
|
-
"pybind11": ["https://pybind11.readthedocs.io/en/stable
|
|
112
|
-
"pyerfa": ["https://pyerfa.readthedocs.io/en/stable
|
|
112
|
+
"pybind11": ["https://pybind11.readthedocs.io/en/stable", null],
|
|
113
|
+
"pyerfa": ["https://pyerfa.readthedocs.io/en/stable", null],
|
|
113
114
|
"pygraphviz": ["https://pygraphviz.github.io/documentation/stable/", null],
|
|
114
115
|
"pymde": ["https://pymde.org/", null],
|
|
115
|
-
"pymongo": ["https://pymongo.readthedocs.io/en/stable
|
|
116
|
-
"pynsist": ["https://pynsist.readthedocs.io/en/latest
|
|
116
|
+
"pymongo": ["https://pymongo.readthedocs.io/en/stable", null],
|
|
117
|
+
"pynsist": ["https://pynsist.readthedocs.io/en/latest", null],
|
|
117
118
|
"pypa": ["https://www.pypa.io/en/latest/", null],
|
|
118
119
|
"pypug": ["https://packaging.python.org/en/latest/", null],
|
|
119
120
|
"pypy": ["https://doc.pypy.org/en/latest/", null],
|
|
120
|
-
"pyqtgraph": ["https://pyqtgraph.readthedocs.io/en/latest
|
|
121
|
+
"pyqtgraph": ["https://pyqtgraph.readthedocs.io/en/latest", null],
|
|
121
122
|
"pyro": ["https://docs.pyro.ai/en/stable/", null],
|
|
122
123
|
"pytest": ["https://pytest.org/en/stable/", null],
|
|
123
124
|
"python": ["https://docs.python.org/3/", null],
|
|
@@ -126,29 +127,29 @@
|
|
|
126
127
|
"pyvista": ["https://docs.pyvista.org/", null],
|
|
127
128
|
"qiskit": ["https://docs.quantum.ibm.com/api/qiskit/", null],
|
|
128
129
|
"qtconsole": ["https://jupyter.org/qtconsole/dev/", null],
|
|
129
|
-
"readthedocs": ["https://docs.readthedocs.io/en/stable
|
|
130
|
+
"readthedocs": ["https://docs.readthedocs.io/en/stable", null],
|
|
130
131
|
"requests": ["https://docs.python-requests.org/en/latest/", null],
|
|
131
132
|
"rpy2": ["https://rpy2.github.io/doc/latest/html/", null],
|
|
132
|
-
"rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable
|
|
133
|
-
"rtd": ["https://docs.readthedocs.io/en/stable
|
|
134
|
-
"rtd-dev": ["https://dev.readthedocs.io/en/latest
|
|
135
|
-
"scanpy": ["https://scanpy.readthedocs.io/en/stable
|
|
133
|
+
"rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable", null],
|
|
134
|
+
"rtd": ["https://docs.readthedocs.io/en/stable", null],
|
|
135
|
+
"rtd-dev": ["https://dev.readthedocs.io/en/latest", null],
|
|
136
|
+
"scanpy": ["https://scanpy.readthedocs.io/en/stable", null],
|
|
136
137
|
"scipy": ["https://docs.scipy.org/doc/scipy/", null],
|
|
137
138
|
"scipy-lecture-notes": ["https://scipy-lectures.org/", null],
|
|
138
|
-
"scriptconfig": ["https://scriptconfig.readthedocs.io/en/latest
|
|
139
|
+
"scriptconfig": ["https://scriptconfig.readthedocs.io/en/latest", null],
|
|
139
140
|
"seaborn": ["https://seaborn.pydata.org/", null],
|
|
140
|
-
"server": ["https://jupyter-server.readthedocs.io/en/stable
|
|
141
|
+
"server": ["https://jupyter-server.readthedocs.io/en/stable", null],
|
|
141
142
|
"setuptools": ["https://setuptools.pypa.io/en/stable/", null],
|
|
142
143
|
"six": ["https://six.readthedocs.io/", null],
|
|
143
144
|
"skimage": ["https://scikit-image.org/docs/stable/", null],
|
|
144
145
|
"sklearn": ["https://scikit-learn.org/stable/", null],
|
|
145
146
|
"sounddevice": ["https://python-sounddevice.readthedocs.io/", null],
|
|
146
|
-
"spack": ["https://spack.readthedocs.io/en/latest
|
|
147
|
+
"spack": ["https://spack.readthedocs.io/en/latest", null],
|
|
147
148
|
"sparse": ["https://sparse.pydata.org/en/latest/", null],
|
|
148
149
|
"sphinx": ["https://www.sphinx-doc.org/en/master/", null],
|
|
149
150
|
"sphinx-gallery": ["https://sphinx-gallery.github.io/stable/", null],
|
|
150
151
|
"sphinx_automodapi": [
|
|
151
|
-
"https://sphinx-automodapi.readthedocs.io/en/stable
|
|
152
|
+
"https://sphinx-automodapi.readthedocs.io/en/stable",
|
|
152
153
|
null
|
|
153
154
|
],
|
|
154
155
|
"sqlalchemy": ["https://docs.sqlalchemy.org/en/latest/", null],
|
|
@@ -158,15 +159,15 @@
|
|
|
158
159
|
"torch": ["https://pytorch.org/docs/main/", null],
|
|
159
160
|
"tornado": ["https://www.tornadoweb.org/en/stable/", null],
|
|
160
161
|
"tox": ["https://tox.wiki/en/stable/", null],
|
|
161
|
-
"traitlets": ["https://traitlets.readthedocs.io/en/latest
|
|
162
|
-
"twine": ["https://twine.readthedocs.io/en/stable
|
|
163
|
-
"typing": ["https://typing.readthedocs.io/en/latest
|
|
164
|
-
"ubelt": ["https://ubelt.readthedocs.io/en/latest
|
|
162
|
+
"traitlets": ["https://traitlets.readthedocs.io/en/latest", null],
|
|
163
|
+
"twine": ["https://twine.readthedocs.io/en/stable", null],
|
|
164
|
+
"typing": ["https://typing.readthedocs.io/en/latest", null],
|
|
165
|
+
"ubelt": ["https://ubelt.readthedocs.io/en/latest", null],
|
|
165
166
|
"urwid": ["https://urwid.org/", null],
|
|
166
167
|
"virtualenv": ["https://virtualenv.pypa.io/en/stable/", null],
|
|
167
168
|
"writethedocs": ["https://www.writethedocs.org/", null],
|
|
168
169
|
"xarray": ["https://docs.xarray.dev/en/stable/", null],
|
|
169
|
-
"xdoctest": ["https://xdoctest.readthedocs.io/en/latest
|
|
170
|
+
"xdoctest": ["https://xdoctest.readthedocs.io/en/latest", null],
|
|
170
171
|
"z2jh": ["https://z2jh.jupyter.org/en/latest/", null],
|
|
171
|
-
"zarr": ["https://zarr.readthedocs.io/en/latest
|
|
172
|
+
"zarr": ["https://zarr.readthedocs.io/en/latest", null]
|
|
172
173
|
}
|
{intersphinx_registry-0.2410.1.dist-info → intersphinx_registry-0.2410.14.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: intersphinx_registry
|
|
3
|
-
Version: 0.2410.
|
|
3
|
+
Version: 0.2410.14
|
|
4
4
|
Summary: This package provides convenient utilities and data to write a sphinx config file.
|
|
5
5
|
Author-email: Matthias Bussonnier <bussonniermatthias@gmail.com>
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
intersphinx_registry/__init__.py,sha256=A1_QZXPvHLUc3By99UQ0vBZpOXwsiVf8wIyFpZAOciI,1763
|
|
2
|
+
intersphinx_registry/lookup.py,sha256=mc_KD3Iy6kgX4S53bbetm7OuGcWHIlkAu1ogQnpu17w,483
|
|
3
|
+
intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
intersphinx_registry/registry.json,sha256=q3rV2E7aeA29JEphA3iofmAJUORR6U4KqoX5PUHQ1uM,9913
|
|
5
|
+
intersphinx_registry-0.2410.14.dist-info/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
|
|
6
|
+
intersphinx_registry-0.2410.14.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
7
|
+
intersphinx_registry-0.2410.14.dist-info/METADATA,sha256=orSJtFwtOKwg6cLaC8yzfRIwutohFuRwtwTka-kLBnU,1659
|
|
8
|
+
intersphinx_registry-0.2410.14.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
intersphinx_registry/__init__.py,sha256=rXofM6AY0wysQXAeURJe90nJQVhLdDsNRmjJlLde2tA,1762
|
|
2
|
-
intersphinx_registry/lookup.py,sha256=mc_KD3Iy6kgX4S53bbetm7OuGcWHIlkAu1ogQnpu17w,483
|
|
3
|
-
intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
intersphinx_registry/registry.json,sha256=5ctlnXx48QPOZPvAykrLCjCMowp3umNh3heJe3nUGqA,9927
|
|
5
|
-
intersphinx_registry-0.2410.1.dist-info/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
|
|
6
|
-
intersphinx_registry-0.2410.1.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
7
|
-
intersphinx_registry-0.2410.1.dist-info/METADATA,sha256=o7txpFmx8U-vjj42HVvJByzWIyFO-TM1_ZBkiHnyYRM,1658
|
|
8
|
-
intersphinx_registry-0.2410.1.dist-info/RECORD,,
|
{intersphinx_registry-0.2410.1.dist-info → intersphinx_registry-0.2410.14.dist-info}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|