Skip to content

Commit

Permalink
feat: rename pypi package to adam-ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagruenstein committed Apr 21, 2024
1 parent b63e05d commit 28eb3d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# adam-modbus
# adam-ascii

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

stateless asyncio python interface for Advantech 6317 and 6052 modules.
stateless asyncio python interface for Advantech 6317 and 6052 modules using the UDP ascii interface.

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.

(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.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "adam-modbus"
name = "adam-ascii"
version = "0.3.1"
description = "asyncio python interface for Advantech ADAM modules"
authors = ["Josh Gruenstein <[email protected]>"]
Expand All @@ -24,6 +24,6 @@ build-backend = "poetry.core.masonry.api"
style = "poetry_scripts:style"

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

0 comments on commit 28eb3d1

Please sign in to comment.