Robert
Robert
Fixes #398 Also added Python requirement to `setup.py`.
\+ Added exception raising for unknown types Fixes #263 . The issue is almost three years old, but still relevant. This allows using enums both with `plc.read_by_name()` and through `AdsSymbol.read()`....
Currently: - The Gitlab CI is tested with Python 3.7 to 3.10. - Black is configured to work on Python 3.7 to 3.10 - `pyproject.toml` / `setup.py` / `setup.cfg` I...
# Pull Request Check List Resolves: #9510 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.
I noticed that after #148 the docs haven't changed: https://pysoem.readthedocs.io/en/latest/master.html#pysoem.Master.open @bnjmnp is the RTD build giving errors?
I was thinking about for a little bit and wanted to open issue this issue mostly to host some discussion. Currently `pyads` is published only as a source package, no...
Trying to improve string handling to solve some of the open issues. ~~Frankly I'm a bit lost what the issues are exactly, I'm trying to go through them slowly.~~ EDIT:...
Another one for the pile of string related issues: it looks like strings are read at a fixed 1024 characters in e.g. `plc.read_by_name()`: ```python # pyads_ex.py: if type_is_string(data_type): data =...
This should resolved #403 and is a first step towards #400
I would have liked a note like this, either in https://reuse.software/spec-3.2/#reusetoml or https://reuse.readthedocs.io/en/stable/man/reuse-annotate.html I was expecting that running `reuse annotate ...` would take info like the copyright text from `REUSE.toml`,...