nbdev 2.3.26__tar.gz → 2.3.27__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.3.26/nbdev.egg-info → nbdev-2.3.27}/PKG-INFO +2 -2
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/__init__.py +1 -1
- {nbdev-2.3.26 → nbdev-2.3.27/nbdev.egg-info}/PKG-INFO +2 -2
- {nbdev-2.3.26 → nbdev-2.3.27}/settings.ini +2 -2
- {nbdev-2.3.26 → nbdev-2.3.27}/CONTRIBUTING.md +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/LICENSE +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/MANIFEST.in +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/README.md +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/_modidx.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/clean.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/cli.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/config.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/doclinks.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/export.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/extract_attachments.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/frontmatter.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/imports.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/maker.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/merge.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/migrate.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/process.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/processors.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/qmd.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/quarto.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/release.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/serve.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/serve_drv.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/showdoc.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/sync.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev/test.py +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/SOURCES.txt +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/dependency_links.txt +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/entry_points.txt +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/not-zip-safe +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/requires.txt +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/nbdev.egg-info/top_level.txt +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/setup.cfg +0 -0
- {nbdev-2.3.26 → nbdev-2.3.27}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdev
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.27
|
|
4
4
|
Summary: Create delightful software with Jupyter Notebooks
|
|
5
5
|
Home-page: https://github.com/fastai/nbdev
|
|
6
6
|
Author: Jeremy Howard and Hamel Husain
|
|
@@ -8,7 +8,7 @@ Author-email: j@fast.ai
|
|
|
8
8
|
License: Apache Software License 2.0
|
|
9
9
|
Project-URL: Documentation, https://nbdev.fast.ai/
|
|
10
10
|
Keywords: nbdev fastai jupyter notebook export
|
|
11
|
-
Classifier: Development Status ::
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdev
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.27
|
|
4
4
|
Summary: Create delightful software with Jupyter Notebooks
|
|
5
5
|
Home-page: https://github.com/fastai/nbdev
|
|
6
6
|
Author: Jeremy Howard and Hamel Husain
|
|
@@ -8,7 +8,7 @@ Author-email: j@fast.ai
|
|
|
8
8
|
License: Apache Software License 2.0
|
|
9
9
|
Project-URL: Documentation, https://nbdev.fast.ai/
|
|
10
10
|
Keywords: nbdev fastai jupyter notebook export
|
|
11
|
-
Classifier: Development Status ::
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -9,12 +9,12 @@ author = Jeremy Howard and Hamel Husain
|
|
|
9
9
|
author_email = j@fast.ai
|
|
10
10
|
branch = master
|
|
11
11
|
min_python = 3.7
|
|
12
|
-
version = 2.3.
|
|
12
|
+
version = 2.3.27
|
|
13
13
|
audience = Developers
|
|
14
14
|
language = English
|
|
15
15
|
custom_sidebar = True
|
|
16
16
|
license = apache2
|
|
17
|
-
status =
|
|
17
|
+
status = 5
|
|
18
18
|
requirements = fastcore>=1.5.27 execnb>=0.1.4 astunparse ghapi>=1.0.3 watchdog asttokens
|
|
19
19
|
pip_requirements = PyYAML
|
|
20
20
|
conda_requirements = pyyaml
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|