generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.ini
36 lines (36 loc) · 870 Bytes
/
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
[DEFAULT]
host = github
lib_name = window_ops
user = jmoralez
description = Implementations of window operations such as rolling and expanding.
keywords = rolling, expanding
author = José Morales
author_email = [email protected]
copyright =
branch = master
version = 0.0.15
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
requirements = numba numpy
dev_requirements = pandas
nbs_path = nbs
doc_path = _docs
doc_host = https://jmoralez.github.io
doc_baseurl = /window_ops/
git_url = https://github.com/jmoralez/window_ops/tree/master/
lib_path = window_ops
title = window_ops
tst_flags = notest
recursive = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
put_version_in_init = True