generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.ini
54 lines (44 loc) · 1.31 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
46
47
48
49
50
51
52
53
54
[DEFAULT]
# All sections below are required unless otherwise specified
### Python Library ###
lib_name = kornia_moons
version = 0.2.10dev
min_python = 3.7
### nbdev ###
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
nbs_path = .
doc_path = _docs
recursive = False
tst_flags = notest
user = ducha-aiki
### Documentation ###
host = github
repo = kornia_moons
branch = master
custom_sidebar = False
custom_quarto_yml = False
### PyPI ###
audience = Developers
author = Dmytro Mishkin
author_email = [email protected]
copyright = Dmytro Mishkin
description = Conversions between kornia and other computer vision libraries formats
keywords = kornia, python, pytorch, deep learning, computer vision
language = English
license = apache2
status = 2
### Inferred From Other Values ###
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(repo)s/
lib_path = %(lib_name)s
title = %(lib_name)s
# For Enterprise Git add variable repo_name and company name
# repo_name = analytics
# company_name = nike
# Optional. Same format as setuptools requirements
requirements = kornia torch matplotlib opencv-python
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools dependency-links
# dep_links =