1
1
[project ]
2
- name = " BS1200_driver "
2
+ name = " bs1200 "
3
3
version = " 1.3.5"
4
- authors = [{
name =
" Mikhail Kharitonov" ,
email =
" [email protected] " }]
5
- description = " Python interface to the Bloomy BS1200"
6
- readme = " README.md"
4
+ authors = [
5
+ {
name =
" Mikhail Kharitonov" ,
email =
" [email protected] " }
6
+ ]
7
+ maintainers = [
8
+ {
name =
" Mikhail Kharitonov" ,
email =
" [email protected] " }
9
+ ]
10
+ description = " Python interface to the Bloomy BS1200. Supports driver communication via PCAN-USB interface, and Configuration via Ethernet connection"
11
+ readme = {file = " README.md" , content-type = " text/markdown" }
12
+ license = {file = " LICENSE" }
7
13
dependencies = [" python-can" , " uptime" , " nisyscfg" , " paramiko" , " scp" ]
8
-
9
- [project_urls ]
10
- "Homepage" = " https://github.com/BloomyControls/BS1200-Python-Driver"
11
- "Bug Tracker" = " https://github.com/BloomyControls/BS1200-Python-Driver/issues"
12
14
classifiers = [
13
15
" Programming Language :: Python :: 3" ,
14
- " License :: OSI Approved :: MIT License" ,
16
+ " Programming Language :: Python :: 3.6" ,
17
+ " Programming Language :: Python :: 3.7" ,
18
+ " Programming Language :: Python :: 3.8" ,
19
+ " Programming Language :: Python :: 3.9" ,
20
+ " Programming Language :: Python :: 3.10" ,
21
+ " License :: OSI Approved :: BSD License" ,
15
22
" Operating System :: OS Independent"
16
23
]
24
+
17
25
[options ]
18
26
python_requires = " >=3.7"
19
27
20
28
[build-system ]
21
29
requires = [" setuptools>=61.0" , " wheel" ]
22
- build-backend = " setuptools.build_meta"
30
+ build-backend = " setuptools.build_meta"
31
+
32
+ [project_urls ]
33
+ "Homepage" = " https://github.com/BloomyControls/BS1200-Python-Driver"
34
+ "Product Page" = " https://www.bloomy.com/products/battery-management-system-testing/battery-simulator-1200"
35
+ "Bug Tracker" = " https://github.com/BloomyControls/BS1200-Python-Driver/issues"
0 commit comments