Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 726 Bytes

README.rst

File metadata and controls

20 lines (11 loc) · 726 Bytes

About

This is a Python wrapper for Snap7, 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 (amd64), Mac OS X (amd64/aarch64), GNU/Linux (amd64/arm64) or a compatible platform you can install the binary wheel using:

$ pip install python-snap7

Otherwise, please follow the online installation instructions to install python-snap7 from source.