-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.ini
More file actions
37 lines (36 loc) · 862 Bytes
/
settings.ini
File metadata and controls
37 lines (36 loc) · 862 Bytes
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
[DEFAULT]
repo = fastsql
lib_name = fastsql
version = 1.0.2
min_python = 3.9
license = apache2
black_formatting = False
doc_path = _docs
lib_path = fastsql
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = master
custom_sidebar = False
doc_host = https://fastai.github.io
doc_baseurl = /fastsql
git_url = https://github.com/fastai/fastsql
title = fastsql
audience = Developers
author = Jeremy Howard
author_email = info@fast.ai
copyright = 2022 onwards, Jeremy Howard
description = A bit of extra usability for sqlalchemy v2.
keywords = nbdev jupyter notebook python sqlalchemy sql orm
language = English
status = 3
user = fastai
conda_user = fastai
requirements = fastcore sqlalchemy>=2
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False