-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.yml
38 lines (31 loc) · 956 Bytes
/
package.yml
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
name: solaredge-interface
version: 0.3.2
license: BSD2
author: Nicholas de Jong <[email protected]>
description: The SolarEdge Interface provides both a command-line interface and a Python module interface to interact with the SolarEdge API service.
url: https://solaredge-interface.readthedocs.io/
typed: false
entrypoints:
console_scripts:
- solaredge-interface = solaredge_interface.cli.entrypoints:solaredge_interface
test-driver:
type: pytest
requirements:
- python ^3.7 # Pandas does not currently install on 3.6
- click
- pandas
- requests
- pytz
- python-dateutil
classifiers:
- "Environment :: Console"
- "Intended Audience :: Developers"
- "Intended Audience :: Information Technology"
- "Programming Language :: Python :: 3.7"
- "Programming Language :: Python :: 3.8"
- "License :: OSI Approved :: BSD License"
keywords:
- "solar"
- "solaredge"
- "solaredge api"
- "solaredge interface"