forked from AnswerDotAI/fastcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
38 lines (37 loc) · 870 Bytes
/
settings.ini
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
[DEFAULT]
lib_name = fastcore
repo = fastcore
user = fastai
description = Python supercharged for fastai development
keywords = python
author = Jeremy Howard and Sylvain Gugger
author_email = infos@fast.ai
copyright = fast.ai
branch = master
version = 1.5.30
min_python = 3.7
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 4
nbs_path = nbs
doc_path = _docs
dev_requirements = numpy nbdev>=0.2.39 matplotlib pillow torch pandas jupyterlab
git_url = https://github.com/fastai/fastcore/
lib_path = fastcore
title = fastcore
doc_host = https://fastcore.fast.ai
doc_baseurl = /
host = github
tst_flags =
recursive = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = False
conda_user = fastai
clear_all = False
put_version_in_init = True