generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 66
/
settings.ini
46 lines (45 loc) · 1.02 KB
/
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
38
39
40
41
42
43
44
45
[DEFAULT]
host = github
lib_name = ghapi
repo = ghapi
user = fastai
description = A python client for the GitHub API
keywords = github api
author = Jeremy Howard
author_email = info@fast.ai
copyright = fastai
branch = master
version = 1.0.7
min_python = 3.7
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 5
requirements = fastcore>=1.7.2
dev_requirements = jsonref matplotlib
console_scripts = ghapi=ghapi.cli:ghapi
ghpath=ghapi.cli:ghpath
ghraw=ghapi.cli:ghraw
completion-ghapi=ghapi.cli:completion_ghapi
gh-create-workflow=ghapi.actions:gh_create_workflow
nbs_path = .
doc_path = _docs
doc_host = https://ghapi.fast.ai
doc_baseurl = /
git_url = https://github.com/fastai/ghapi
lib_path = ghapi
title = ghapi
tst_flags = notest
recursive = False
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
custom_quarto_yml = False
conda_user = fastai
clear_all = False
put_version_in_init = True
cell_number = True