gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
650 stars 245 forks source link

Drop Snap7Library singleton and use python functools caching #514

Closed gijzelaerr closed 4 months ago

gijzelaerr commented 4 months ago

This simplifies the code.

gijzelaerr commented 4 months ago

implemented in https://github.com/gijzelaerr/python-snap7/pull/507