-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.ini
More file actions
37 lines (36 loc) · 1.05 KB
/
Copy pathsettings.ini
File metadata and controls
37 lines (36 loc) · 1.05 KB
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 = python-schematized-config
lib_name = python-schematized-config
version = 0.1.0
min_python = 3.7
license = apache2
black_formatting = False
doc_path = _docs
lib_path = schematized_config
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = False
doc_host = https://tutankalex.github.io
doc_baseurl = /python-schematized-config
git_url = https://github.com/tutankalex/python-schematized-config
title = python-schematized-config
audience = Developers
author = tutankalex
author_email = 109660532+tutankalex@users.noreply.github.com
copyright = 2023 onwards, tutankalex
description = validate configs using json schema
keywords = nbdev jupyter notebook python
language = English
status = 3
user = tutankalex
requirements = jsonschema>=4.17.3 python-dotenv>=1.0.0 fsspec>=2023.12.0 nbdev>=2.4.2 pydantic>=2
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
console_scripts = schematized-config=schematized_config.cli:main