-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
44 lines (39 loc) · 1.3 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
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = pybx
lib_name = %(repo)s
version = 0.4.1
min_python = 3.7
license = mit
### nbdev ###
doc_path = _docs
lib_path = pybx
nbs_path = nbs
recursive = False
tst_flags = notest
put_version_in_init = True
### Docs ###
branch = master
# custom_quarto_yml = True
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Geevarghese George
author_email = [email protected]
copyright = 2022 onwards, %(author)s
description = A simple python module to generate anchor boxes for object detection tasks.
keywords = python computer-vision deep-learning fast-rcnn object-detection bounding-boxes rcnn multibox single-shot-multibox-detector single-shot-detection anchor-box rcnn-model multi-box single-shot-detector anchor-boxes multibox-detector
language = English
status = 3
user = thatgeeman
black_formatting = True
### Optional ###
requirements = fastcore>=1.5.27 numpy==1.21.6 matplotlib>=3.5 opencv-python==4.7.0.72
dev_requirements = build twine ipykernel pytest python-build nbdev pre-commit
# console_scripts =