generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettings.ini
43 lines (38 loc) · 1.07 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
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = istatapi
lib_name = istatapi
version = 1.0.0
min_python = 3.7
license = apache2
### nbdev ###
doc_path = _docs
lib_path = istatapi
nbs_path = nbs
recursive = False
tst_flags = notest
black_formatting = False
### Docs ###
branch = master
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /istatapi
git_url = https://github.com/Attol8/istatapi
title = istatapi
host = github
### PyPI ###
audience = Developers
author = Jacopo Attolini
author_email = [email protected]
copyright = Jacopo Attolini
description = Python API for ISTAT (The Italian National Institute of Statistics)
keywords = istat API python development datascience
language = English
status = 2
user = Attol8
### Optional ###
requirements = fastcore pandas requests matplotlib pyopenssl
dev_requirements = fastcore pandas requests matplotlib black pyopenssl
# console_scripts =