nbdev 2.4.2__tar.gz → 2.4.4__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.
- {nbdev-2.4.2/nbdev.egg-info → nbdev-2.4.4}/PKG-INFO +17 -2
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/__init__.py +1 -1
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/doclinks.py +10 -4
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/release.py +1 -1
- {nbdev-2.4.2 → nbdev-2.4.4/nbdev.egg-info}/PKG-INFO +17 -2
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/requires.txt +1 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/settings.ini +2 -2
- {nbdev-2.4.2 → nbdev-2.4.4}/setup.py +0 -3
- {nbdev-2.4.2 → nbdev-2.4.4}/CONTRIBUTING.md +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/LICENSE +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/MANIFEST.in +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/README.md +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/_modidx.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/clean.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/cli.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/config.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/export.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/extract_attachments.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/frontmatter.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/imports.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/maker.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/merge.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/migrate.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/process.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/processors.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/qmd.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/quarto.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/serve.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/serve_drv.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/showdoc.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/sync.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev/test.py +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/SOURCES.txt +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/dependency_links.txt +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/entry_points.txt +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/not-zip-safe +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/nbdev.egg-info/top_level.txt +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/pyproject.toml +0 -0
- {nbdev-2.4.2 → nbdev-2.4.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: nbdev
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: Create delightful software with Jupyter Notebooks
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/nbdev
|
|
6
6
|
Author: Jeremy Howard and Hamel Husain
|
|
@@ -27,6 +27,7 @@ Requires-Dist: ghapi>=1.0.3
|
|
|
27
27
|
Requires-Dist: watchdog
|
|
28
28
|
Requires-Dist: asttokens
|
|
29
29
|
Requires-Dist: setuptools
|
|
30
|
+
Requires-Dist: build
|
|
30
31
|
Requires-Dist: PyYAML
|
|
31
32
|
Provides-Extra: dev
|
|
32
33
|
Requires-Dist: ipywidgets; extra == "dev"
|
|
@@ -41,6 +42,20 @@ Requires-Dist: pysymbol_llm; extra == "dev"
|
|
|
41
42
|
Requires-Dist: llms-txt; extra == "dev"
|
|
42
43
|
Requires-Dist: sphinx; extra == "dev"
|
|
43
44
|
Requires-Dist: plum-dispatch; extra == "dev"
|
|
45
|
+
Dynamic: author
|
|
46
|
+
Dynamic: author-email
|
|
47
|
+
Dynamic: classifier
|
|
48
|
+
Dynamic: description
|
|
49
|
+
Dynamic: description-content-type
|
|
50
|
+
Dynamic: home-page
|
|
51
|
+
Dynamic: keywords
|
|
52
|
+
Dynamic: license
|
|
53
|
+
Dynamic: license-file
|
|
54
|
+
Dynamic: project-url
|
|
55
|
+
Dynamic: provides-extra
|
|
56
|
+
Dynamic: requires-dist
|
|
57
|
+
Dynamic: requires-python
|
|
58
|
+
Dynamic: summary
|
|
44
59
|
|
|
45
60
|
# Getting Started
|
|
46
61
|
|
|
@@ -17,7 +17,7 @@ from fastcore.meta import delegates
|
|
|
17
17
|
from fastcore.net import urlread
|
|
18
18
|
|
|
19
19
|
import ast,builtins,contextlib
|
|
20
|
-
import
|
|
20
|
+
import importlib
|
|
21
21
|
|
|
22
22
|
from astunparse import unparse
|
|
23
23
|
from io import BytesIO
|
|
@@ -27,6 +27,8 @@ from urllib.parse import urljoin
|
|
|
27
27
|
from functools import lru_cache
|
|
28
28
|
from types import ModuleType
|
|
29
29
|
|
|
30
|
+
from importlib.metadata import entry_points
|
|
31
|
+
|
|
30
32
|
# %% ../nbs/api/05_doclinks.ipynb
|
|
31
33
|
def _sym_nm(klas, sym): return f'{unparse(klas).strip()}.{sym.name}'
|
|
32
34
|
|
|
@@ -236,9 +238,13 @@ def _build_lookup_table(strip_libs=None, incl_libs=None, skip_mods=None):
|
|
|
236
238
|
strip_libs = L(strip_libs)
|
|
237
239
|
if incl_libs is not None: incl_libs = (L(incl_libs)+strip_libs).unique()
|
|
238
240
|
entries = {}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
241
|
+
try: eps = entry_points(group='nbdev')
|
|
242
|
+
# Python 3.9 fallback - entry_points() doesn't accept group parameter
|
|
243
|
+
except TypeError: eps = entry_points().get('nbdev', [])
|
|
244
|
+
|
|
245
|
+
for o in eps:
|
|
246
|
+
if incl_libs is not None and o.dist.name not in incl_libs: continue
|
|
247
|
+
try: entries[o.name] = _qual_syms(o.load())
|
|
242
248
|
except Exception: pass
|
|
243
249
|
py_syms = merge(*L(o['syms'].values() for o in entries.values()).concat())
|
|
244
250
|
for m in strip_libs:
|
|
@@ -316,7 +316,7 @@ def release_pypi(
|
|
|
316
316
|
):
|
|
317
317
|
"Create and upload Python package to PyPI"
|
|
318
318
|
_dir = get_config().lib_path.parent
|
|
319
|
-
system(f'cd {_dir} && rm -rf dist build && python
|
|
319
|
+
system(f'cd {_dir} && rm -rf dist build && python -m build')
|
|
320
320
|
system(f'twine upload --repository {repository} {_dir}/dist/*')
|
|
321
321
|
|
|
322
322
|
# %% ../nbs/api/18_release.ipynb
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: nbdev
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.4
|
|
4
4
|
Summary: Create delightful software with Jupyter Notebooks
|
|
5
5
|
Home-page: https://github.com/AnswerDotAI/nbdev
|
|
6
6
|
Author: Jeremy Howard and Hamel Husain
|
|
@@ -27,6 +27,7 @@ Requires-Dist: ghapi>=1.0.3
|
|
|
27
27
|
Requires-Dist: watchdog
|
|
28
28
|
Requires-Dist: asttokens
|
|
29
29
|
Requires-Dist: setuptools
|
|
30
|
+
Requires-Dist: build
|
|
30
31
|
Requires-Dist: PyYAML
|
|
31
32
|
Provides-Extra: dev
|
|
32
33
|
Requires-Dist: ipywidgets; extra == "dev"
|
|
@@ -41,6 +42,20 @@ Requires-Dist: pysymbol_llm; extra == "dev"
|
|
|
41
42
|
Requires-Dist: llms-txt; extra == "dev"
|
|
42
43
|
Requires-Dist: sphinx; extra == "dev"
|
|
43
44
|
Requires-Dist: plum-dispatch; extra == "dev"
|
|
45
|
+
Dynamic: author
|
|
46
|
+
Dynamic: author-email
|
|
47
|
+
Dynamic: classifier
|
|
48
|
+
Dynamic: description
|
|
49
|
+
Dynamic: description-content-type
|
|
50
|
+
Dynamic: home-page
|
|
51
|
+
Dynamic: keywords
|
|
52
|
+
Dynamic: license
|
|
53
|
+
Dynamic: license-file
|
|
54
|
+
Dynamic: project-url
|
|
55
|
+
Dynamic: provides-extra
|
|
56
|
+
Dynamic: requires-dist
|
|
57
|
+
Dynamic: requires-python
|
|
58
|
+
Dynamic: summary
|
|
44
59
|
|
|
45
60
|
# Getting Started
|
|
46
61
|
|
|
@@ -9,13 +9,13 @@ author = Jeremy Howard and Hamel Husain
|
|
|
9
9
|
author_email = j@fast.ai
|
|
10
10
|
branch = main
|
|
11
11
|
min_python = 3.9
|
|
12
|
-
version = 2.4.
|
|
12
|
+
version = 2.4.4
|
|
13
13
|
audience = Developers
|
|
14
14
|
language = English
|
|
15
15
|
custom_sidebar = True
|
|
16
16
|
license = apache2
|
|
17
17
|
status = 5
|
|
18
|
-
requirements = fastcore>=1.8.0 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools
|
|
18
|
+
requirements = fastcore>=1.8.0 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools build
|
|
19
19
|
pip_requirements = PyYAML
|
|
20
20
|
conda_requirements = pyyaml
|
|
21
21
|
conda_user = fastai
|
|
@@ -2,9 +2,6 @@ import shlex
|
|
|
2
2
|
from configparser import ConfigParser
|
|
3
3
|
|
|
4
4
|
import setuptools
|
|
5
|
-
from pkg_resources import parse_version
|
|
6
|
-
|
|
7
|
-
assert parse_version(setuptools.__version__)>=parse_version('36.2')
|
|
8
5
|
|
|
9
6
|
# note: all settings are in settings.ini; edit there, not here
|
|
10
7
|
config = ConfigParser(delimiters=['='])
|
|
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
|
|
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
|
|
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
|