A Python 3 driver for the Watlow EZ-Zone PM temperature controller standard bus protocol. This driver allows the user to access each of the parameters outlined in the Watlow user manual with just a few functions.
Free software: GNU Lesser General Public License v3 (LGPLv3)
Installation
pip install pywatlow
You can also install the in-development version with:
pip install https://github.com/BrendanSweeny/pywatlow/archive/master.zip
Documentation
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.4 (2022-04-15)
Fixed message generation/parsing for addresses 11 through 16
0.1.3 (2021-07-25)
Fixed support for multiple instances where the parameter data type is an integer
0.1.2 (2021-01-13)
added support for multiple instances, like in the RM series controllers with multiple channels
0.1.1 (2020-08-15)
Initial PyPI release
Various tox, badge, and metadata fixes
Removed unused temperature unit conversion functions
Updated Python version requirements
Minor documentation clean up
0.1.0 (2020-08-08)
Added basic functionality
Reading/writing of Watlow parameters
Request message generation
Calculation of check bytes
Response message parsing
Release files for pywatlow 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pywatlow-0.1.4.tar.gz | 40.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pywatlow-0.1.4-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 63.9 kB
Release files / pywatlow-0.1.4.tar.gz
| Download URL | pywatlow-0.1.4.tar.gz |
|---|---|
| Size | 40.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ebe3331f22374be782f27417c2c8edd273dc524934f786a8cd43a33e5f4ec339
|
|
BLAKE2b-256 checksum How to use checksums |
fd7ed070f7467fcd1d48b9dfb29cd57879dc0b052afc594a1bf213e3badb040b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
|
Release files / pywatlow-0.1.4-py2.py3-none-any.whl
| Download URL | pywatlow-0.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 23.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
464e51aa52690bb465dc304306de25f26929daa757a56fe39680666c8d1b9655
|
|
BLAKE2b-256 checksum How to use checksums |
463207308e9ebda010775447d471e3d6cb3e938c768eed4b99c8857a9c91cade
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
|