-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.ini
26 lines (26 loc) · 963 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
[DEFAULT]
host = github
lib_name = moepy
repo_name = Merit-Order-Effect
company_name = AyrtonB
user = Merit-Order-Effect
description = Code and analysis used for calculating the merit order effect of renewables on price and carbon intensity of electricity markets
keywords = Electricity, Markets, MOE
author = Ayrton Bourn
author_email = [email protected]
copyright = Merit-Order-Effect
branch = master
version = 0.0.3
min_python = 3.6
audience = Developers
language = English
nbs_path = nbs
git_url = https://github.com/AyrtonB/Merit-Order-Effect
lib_path = moepy
title = moepy
doc_path = docs
doc_host = https://AyrtonB.github.io
doc_baseurl = https://AyrtonB.github.io/Merit-Order-Effect/
requirements = pandas>=1.2.0 numpy>=1.19.5 matplotlib>=3.3.3 tqdm>=4.59.0 scikit-learn>=0.24.0 scipy>=1.6.0
extra_cicd_requirements = configparser>=5.0.0 typer>=0.3.2
extra_research_requirements = lxml>=4.6.2 xmltodict>=0.12.0 entsoe-py>=0.3.2 python-dotenv>=0.15.0