1 Star 0 Fork 2

Charging Systems/ocpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Jared-Newell-Mobility 提交于 2024-02-14 16:19 . Bump to 1.0.0-rc.1 (#611)
[tool.poetry]
name = "ocpp"
version = "1.0.0rc1"
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
authors = [
"André Duarte <andre15x@gmail.com>",
"Auke Willem Oosterhoff <aukewillem.oosterhoff@mobilityhouse.com>",
"Greg Lutostanski <greg.luto@gmail.com>",
"Jared Newell <jared.newell@mobilityhouse.com>",
"Jonathan Herrmann <jonathan.herrmann@mobilityhouse.com>",
"Laysa Uchoa <laysa.uchoa@gmail.com>",
"Oz N Tiram <oz.tiram@mobilityhouse.com>",
"Patrick Roelke <proelke@gmail.com>",
"Roger <roger.duran@mobilityhouse.com>",
"dx <dx@mobilityhouse.com>",
"Jan Vincke <jan.vincke@mobilityhouse.com>",
]
repository = "https://github.com/mobilityhouse/ocpp"
documentation = "https://ocpp.readthedocs.io/en/latest/"
license = "MIT"
readme = "README.rst"
classifiers = [
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.8',
]
[tool.poetry.dependencies]
python = "^3.8"
jsonschema = "^4.4.0"
[tool.poetry.dev-dependencies]
# Starting from Python 3.8, asynctest is replaced with a unittest.mock.AsyncMock in standard library.
pytest = "^7"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.0.0"
sphinx = "^2.4.5"
black = "^22"
isort = "^5"
flake8 = "^5"
[tool.black]
line-length = 88
[tool.isort]
profile = "black"
[build-system]
requires = ["poetry>=1.1.11"]
build-backend = "poetry.masonry.api"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/charging-system/ocpp.git
git@gitee.com:charging-system/ocpp.git
charging-system
ocpp
ocpp
master

搜索帮助