Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 699 Bytes

File metadata and controls

21 lines (12 loc) · 699 Bytes

About

This is a ctypes-based Python wrapper for snap7. Snap7 is an open-source, 32/64 bit, multi-platform Ethernet communication suite for interfacing natively with Siemens S7 PLCs.

Python-snap7 is tested with Python 3.9+, on Windows, Linux and OS X.

The full documentation is available on Read The Docs.

Installation

If you are running Windows, Mac OS X or GNU/Linux on an Intel x64 or ARM 64 compatible platform you can use the binary wheel installation:

$ pip install python-snap7

Otherwise, please read the online installation documentation.