forked from Nixtla/nixtla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
31 lines (31 loc) · 768 Bytes
/
settings.ini
File metadata and controls
31 lines (31 loc) · 768 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
28
29
30
31
[DEFAULT]
host = github
lib_name = nixtlats
user = Nixtla
description = Time series forecasting suite using TimeGPT
keywords = time-series forecasting gpt
author = Nixtla
author_email = business@nixtla.io
copyright = Nixtla Inc.
branch = main
version = 0.3.0
min_python = 3.8
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = requests pandas tenacity
dev_requirements = nbdev plotly statsforecast python-dotenv
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/nixtla/
lib_path = %(lib_name)s
title = %(lib_name)s
black_formatting = True
jupyter_hooks = True
clean_ids = True
readme_nb = nbs/index.ipynb