Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ pymodbus is maintained in 2 versions:
- pymodbus, the official library
- pymodbus_ha_core

Pymodbus_ha_core
----------------
`Pymodbus_ha_core <https://pypi.org/project/pymodbus-ha-core/>`_ is
Pymodbus_ha
-----------
`Pymodbus_ha <https://pypi.org/project/pymodbus-ha/>`_ is
an alias to pymodbus, available on pypi.org.

Being an alias means it is 100% the same as pymodbus, without any extra
Expand All @@ -63,10 +63,6 @@ code, just another name.
This allows home-assistant to use a pymodbus version for the modbus integration,
while custom_components use another version.

We are offering to make other aliases for projects who need this, please
open an issue in the pymodbus project, with an explanation of why it is
needed.

Pymodbus in a nutshell
----------------------
Pymodbus consist of 5 parts:
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ development = [
"coverage>=7.10.7",
"mypy>=1.18.2",
"pylint>=3.3.0",
"pypi-alias>=2.0.0",
"pytest>=8.4.2",
"pytest-asyncio>=1.2.0",
"pytest-cov>=7.0.0",
Expand Down Expand Up @@ -246,7 +245,6 @@ fail_under = 99.5
[tool.coverage.html]
directory = "build/cov"


[tool.codespell]
skip = "./build,./doc/source/_static,venv,.venv,.git,htmlcov,CHANGELOG.rst,.*_cache,*.lock"
ignore-words-list = "asend"
Expand All @@ -259,7 +257,7 @@ extend-exclude = [
"contrib"
]
line-length = 88
# indent-width = 4
indent-width = 4

[tool.ruff.lint]
ignore = [
Expand Down