generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
28 lines (27 loc) · 705 Bytes
/
settings.ini
File metadata and controls
28 lines (27 loc) · 705 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
[DEFAULT]
host = github
lib_name = imstack
user = johnowhitaker
description = Represent an image as a stack of different sized tensors
keywords = image
author = Jonathan Whitaker
author_email = johnowhitaker@gmail.com
copyright = Jonathan Whitaker 2021
branch = main
version = 0.1.8
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
requirements = torch pillow matplotlib
console_scripts = nbdev_build_lib=nbdev.cli:nbdev_build_lib
nbs_path = .
doc_path = _docs
recursive = False
doc_host = https://johnowhitaker.github.io
doc_baseurl = /imstack/
git_url = https://github.com/johnowhitaker/imstack/tree/main/
lib_path = imstack
title = imstack