nbdev 2.4.0__py3-none-any.whl → 2.4.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.
nbdev/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "2.4.0"
1
+ __version__ = "2.4.1"
2
2
 
3
3
  from .doclinks import nbdev_export
4
4
  from .showdoc import show_doc
nbdev/config.py CHANGED
@@ -228,7 +228,7 @@ build-backend = "setuptools.build_meta"
228
228
  [project]
229
229
  name = "FILL_IN"
230
230
  requires-python="FILL_IN"
231
- dynamic = ["description", "version","dependencies", "optional-dependencies", "readme", "requires-python", "license", "authors", "keywords", "classifiers", "entry-points", "urls"]
231
+ dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
232
232
 
233
233
  [tool.uv]
234
234
  cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdev
3
- Version: 2.4.0
3
+ Version: 2.4.1
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
@@ -1,8 +1,8 @@
1
- nbdev/__init__.py,sha256=iuOpXxTxcBkD1UFn9nO9GFYm7oRzifCRi0M6FxtRGA4,89
1
+ nbdev/__init__.py,sha256=KBAv2AzAyXd-h2vzWaC2u8_huogXBIQJ1MtEz1Dn0Xc,89
2
2
  nbdev/_modidx.py,sha256=zVxnzO5QaU03Hg9VaA_IgwyZNEbdy8qnvPUIV94m3Kg,41634
3
3
  nbdev/clean.py,sha256=mVgsW2_g7KIXAVh8mwpj86UwMN6QVM-q33PDzA27nWw,9410
4
4
  nbdev/cli.py,sha256=vPBg1OrqzXW_b2NHiUn9g7CflP2M_Bk3pdbKXuKXwjM,7107
5
- nbdev/config.py,sha256=nCLPScimz4KA4rVlnsn1jmCVJ0-xet2raUMPFwXFB3U,13506
5
+ nbdev/config.py,sha256=KmPAtLwsX819gA7TVJ40v-B4ok978b79pbqMF5WnAJE,13500
6
6
  nbdev/doclinks.py,sha256=Y-pk3-9wDKFqDtPhAd2tNUCkcQ4B4i0WeNKhORcRP3Q,12427
7
7
  nbdev/export.py,sha256=dX_mAnH6-vLHJEb4vp-QS2pY78Hk5YXsdvdgzMTiymY,4059
8
8
  nbdev/extract_attachments.py,sha256=O4mS4EFIOXL_yQ3jmsnBStrWxGR_nPNvxLYXHtLeimw,2208
@@ -21,8 +21,9 @@ nbdev/serve_drv.py,sha256=IZ2acem_KKsXYYe0iUECiR_orkYLBkT1ZG_258ZS7SQ,657
21
21
  nbdev/showdoc.py,sha256=M6vZEyhzWzL8oyVx7gBXaSyG1e8LM1fNrDbInqjN0Eo,10101
22
22
  nbdev/sync.py,sha256=ld-lSOmlX1FdnTOzaSHcxKyIuIguI_SpluqfPSH2BZ8,3201
23
23
  nbdev/test.py,sha256=_ECBd5fvfGEICIfkTI2S8w8YatL5CaPltCeDSsiH6yw,4435
24
- nbdev-2.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
25
- nbdev-2.4.0.dist-info/METADATA,sha256=TAbZm_FG8njwyk6dmfMOj1Hq5IomVxnbC05iWTksgj0,10484
26
- nbdev-2.4.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
27
- nbdev-2.4.0.dist-info/top_level.txt,sha256=3cWYLMuaXsZjz3TQRGEkWGs9Z8ieEDmYcq8TZS3y3vU,6
28
- nbdev-2.4.0.dist-info/RECORD,,
24
+ nbdev-2.4.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
25
+ nbdev-2.4.1.dist-info/METADATA,sha256=tF6xUBHu1KcdEIh5sc0gT9f412sE2oU8LJCjfpskTmM,10484
26
+ nbdev-2.4.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
27
+ nbdev-2.4.1.dist-info/entry_points.txt,sha256=1ADLbIIJxZeLgOD8NpizkPULSsd_fgUQxwAkbGk45b8,1453
28
+ nbdev-2.4.1.dist-info/top_level.txt,sha256=3cWYLMuaXsZjz3TQRGEkWGs9Z8ieEDmYcq8TZS3y3vU,6
29
+ nbdev-2.4.1.dist-info/RECORD,,
@@ -0,0 +1,37 @@
1
+ [console_scripts]
2
+ nb_export = nbdev.cli:nb_export_cli
3
+ nbdev_bump_version = nbdev.release:nbdev_bump_version
4
+ nbdev_changelog = nbdev.release:changelog
5
+ nbdev_clean = nbdev.clean:nbdev_clean
6
+ nbdev_conda = nbdev.release:release_conda
7
+ nbdev_contributing = nbdev.quarto:nbdev_contributing
8
+ nbdev_create_config = nbdev.config:nbdev_create_config
9
+ nbdev_docs = nbdev.quarto:nbdev_docs
10
+ nbdev_export = nbdev.doclinks:nbdev_export
11
+ nbdev_filter = nbdev.cli:nbdev_filter
12
+ nbdev_fix = nbdev.merge:nbdev_fix
13
+ nbdev_help = nbdev.cli:chelp
14
+ nbdev_install = nbdev.quarto:install
15
+ nbdev_install_hooks = nbdev.clean:nbdev_install_hooks
16
+ nbdev_install_quarto = nbdev.quarto:install_quarto
17
+ nbdev_merge = nbdev.merge:nbdev_merge
18
+ nbdev_migrate = nbdev.migrate:nbdev_migrate
19
+ nbdev_new = nbdev.cli:nbdev_new
20
+ nbdev_prepare = nbdev.quarto:prepare
21
+ nbdev_preview = nbdev.quarto:nbdev_preview
22
+ nbdev_proc_nbs = nbdev.quarto:nbdev_proc_nbs
23
+ nbdev_pypi = nbdev.release:release_pypi
24
+ nbdev_readme = nbdev.quarto:nbdev_readme
25
+ nbdev_release_both = nbdev.release:release_both
26
+ nbdev_release_gh = nbdev.release:release_gh
27
+ nbdev_release_git = nbdev.release:release_git
28
+ nbdev_requirements = nbdev.release:write_requirements
29
+ nbdev_sidebar = nbdev.quarto:nbdev_sidebar
30
+ nbdev_test = nbdev.test:nbdev_test
31
+ nbdev_trust = nbdev.clean:nbdev_trust
32
+ nbdev_update = nbdev.sync:nbdev_update
33
+ nbdev_update_license = nbdev.cli:nbdev_update_license
34
+ watch_export = nbdev.cli:watch_export
35
+
36
+ [nbdev]
37
+ nbdev = nbdev._modidx:d
File without changes
File without changes