File size: 2,269 Bytes
73fc5dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[DEFAULT]
lib_name = nbdev
repo = nbdev
description = Create delightful software with Jupyter Notebooks
copyright = 2020 onwards, Jeremy Howard
keywords = nbdev fastai jupyter notebook export
user = fastai
author = Jeremy Howard and Hamel Husain
author_email = j@fast.ai
branch = master
min_python = 3.7
version = 2.3.3
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = fastcore>=1.5.24 execnb>=0.1.3 astunparse ghapi>=1.0.3 watchdog asttokens
pip_requirements = PyYAML
conda_requirements = pyyaml
conda_user = fastai
dev_requirements = nbdev-numpy nbdev-stdlib pandas matplotlib black svg.py jupyter
console_scripts = nbdev_create_config=nbdev.config:nbdev_create_config
	nbdev_update=nbdev.sync:nbdev_update
	nbdev_export=nbdev.doclinks:nbdev_export
	nbdev_fix=nbdev.merge:nbdev_fix
	nbdev_merge=nbdev.merge:nbdev_merge
	nbdev_trust=nbdev.clean:nbdev_trust
	nbdev_clean=nbdev.clean:nbdev_clean
	nbdev_install_hooks=nbdev.clean:nbdev_install_hooks
	nbdev_filter=nbdev.cli:nbdev_filter
	nbdev_sidebar=nbdev.quarto:nbdev_sidebar
	nbdev_test=nbdev.test:nbdev_test
	nbdev_new=nbdev.cli:nbdev_new
	nbdev_migrate=nbdev.migrate:nbdev_migrate
	nbdev_install_quarto=nbdev.quarto:install_quarto
	nbdev_install=nbdev.quarto:install
	nbdev_docs=nbdev.quarto:nbdev_docs
	nbdev_preview=nbdev.quarto:nbdev_preview
	nbdev_deploy=nbdev.quarto:deploy
	nbdev_prepare=nbdev.quarto:prepare
	nbdev_readme=nbdev.quarto:nbdev_readme
	nbdev_release_gh=nbdev.release:release_gh
	nbdev_release_git=nbdev.release:release_git
	nbdev_changelog=nbdev.release:changelog
	nbdev_pypi=nbdev.release:release_pypi
	nbdev_conda=nbdev.release:release_conda
	nbdev_release_both=nbdev.release:release_both
	nbdev_bump_version=nbdev.release:nbdev_bump_version
	nbdev_proc_nbs=nbdev.serve:proc_nbs
	nbdev_help=nbdev.cli:chelp
tst_flags = notest
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://nbdev.fast.ai
doc_baseurl = /
git_url = https://github.com/fastai/nbdev
lib_path = nbdev
title = nbdev
black_formatting = False
readme_nb = getting_started.ipynb
allowed_metadata_keys = 
allowed_cell_metadata_keys = 
jupyter_hooks = True
clean_ids = False
custom_quarto_yml = True
clear_all = False
put_version_in_init = True
host = github