Skip to content

Commit 28eb3d1

Browse files
feat: rename pypi package to adam-ascii
1 parent b63e05d commit 28eb3d1

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# adam-modbus
1+
# adam-ascii
22

3-
[![PyPI version](https://badge.fury.io/py/adam-modbus.svg)](https://badge.fury.io/py/adam-modbus)
3+
[![PyPI version](https://badge.fury.io/py/adam-ascii.svg)](https://badge.fury.io/py/adam-ascii)
44

5-
stateless asyncio python interface for Advantech 6317 and 6052 modules.
5+
stateless asyncio python interface for Advantech 6317 and 6052 modules using the UDP ascii interface.
6+
7+
for TCP modbus communication, see [tcp-modbus-aio](https://github.com/tutorintelligence/tcp-modbus-aio): this is probably a better idea for most ADAM use cases, as TCP is both more reliable and supports more devices.
8+
9+
(note: this project was previously misnamed as `adam-modbus`, but in fact has never communicated via the modbus. whaddayaknow.)
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "adam-modbus"
2+
name = "adam-ascii"
33
version = "0.3.1"
44
description = "asyncio python interface for Advantech ADAM modules"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
@@ -24,6 +24,6 @@ build-backend = "poetry.core.masonry.api"
2424
style = "poetry_scripts:style"
2525

2626
[tool.semantic_release]
27-
version_variables = ["adam_modbus/__init__.py:__version__"]
27+
version_variables = ["adam_ascii/__init__.py:__version__"]
2828
version_toml = ["pyproject.toml:tool.poetry.version"]
2929
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)