-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathsettings.ini
46 lines (41 loc) · 1.1 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
[DEFAULT]
### Python library ###
repo = DABEST-python
lib_name = dabest
version = 2024.03.29
min_python = 3.8
license = apache2
### nbdev ###
doc_path = _docs
lib_path = dabest
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
readme_nb = read_me.ipynb
jupyter_hooks = True
### Docs ###
branch = master
custom_sidebar = True
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 = Joses W. Ho
author_email = [email protected]
maintainer = Adam Claridge-Chang
maintainer_email = [email protected]
copyright = 2023 onwards, %(author)s
description = Data Analysis and Visualization using Bootstrap-Coupled Estimation.
keywords = nbdev jupyter notebook python
language = English
status = 3
user = acclab
requirements = fastcore pandas~=1.5.0 numpy~=1.23.5 matplotlib~=3.6.3 seaborn~=0.12.2 scipy~=1.9.3 datetime statsmodels lqrt
dev_requirements = pytest~=7.2.1 pytest-mpl~=0.16.1
### Optional ###
# requirements = fastcore pandas
# dev_requirements =
# console_scripts =