2 Star 0 Fork 0

dongbaohua/python-dali

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Stephen Early 提交于 2024-05-03 12:51 . python-dali 0.11
[metadata]
name = python-dali
version = 0.11
description = Interface to DALI lighting systems
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Stephen Early
author_email = [email protected]
url = https://github.com/sde1000/python-dali
license = LGPL3+
license_files =
COPYING
COPYING.LESSER
LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Programming Language :: Python :: 3
[options]
python_requires = >=3.7
packages =
dali
dali.device
dali.driver
dali.gear
dali.memory
dali.tests
[options.extras_require]
driver-unipi =
pyusb
pymodbus
driver-serial = pyserial-asyncio
test =
pytest
pytest-asyncio
pyserial-asyncio
[flake8]
exclude = */driver/
ignore = E741, F403, F405, W503
# Please write with max-line-length = 80 where possible
max-line-length = 103
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongbaohua/python-dali.git
[email protected]:dongbaohua/python-dali.git
dongbaohua
python-dali
python-dali
master

搜索帮助