Metadata-Version: 1.1
Name: pyprofibus
Version: 1.5
Summary: Python PROFIBUS module
Home-page: https://bues.ch/a/profibus
Author: Michael Buesch
Author-email: m@bues.ch
License: GNU General Public License v2 or later
Description: # pyprofibus - PROFIBUS-DP stack
        
        pyprofibus is a [PROFIBUS-DP](https://en.wikipedia.org/wiki/Profibus)
        stack written in Python.
        
        
        ## Hardware
        
        What hardware can pyprofibus be run on? Please read the hardware documentation for more information:
        
        [pyprofibus hardware documentation](doc/hardware.html)
        
        
        ## Examples
        
        pyprofibus comes with a couple of examples that can teach you how to use pyprofibus in your project.
        
        <table>
        
        <tr>
        <td>
        <pre>
        example_dummy.py
        example_dummy.conf
        </pre>
        </td>
        <td>
        Example that runs pyprofibus without any hardware.<br />
        This example can be used to play around with pyprofibus.
        </td>
        </tr>
        
        <tr>
        <td>
        <pre>
        example_et200s.py
        example_et200s.conf
        </pre>
        </td>
        <td>
        Example that runs pyprofibus as master connected to an ET&nbsp;200S as slave.
        </td>
        </tr>
        
        <tr>
        <td>
        <pre>
        example_s7-315-2dp.py
        example_s7-315-2dp.conf
        </pre>
        </td>
        <td>
        Example that runs pyprofibus as master connected to an S7-315-2DP as <u>slave</u>.
        </td>
        </tr>
        
        </table>
        
        
        ## Dependencies
        
        * Python 3.4 or later or Python 2.7: [python.org](https://www.python.org/)
        
        
        ## License
        
        Copyright (c) 2013-2019 Michael Buesch <m@bues.ch>
        
        Licensed under the terms of the GNU General Public License version 2,
        or (at your option) any later version.
        
Keywords: PROFIBUS,PROFIBUS-DP,SPS,PLC,Step 7,Siemens,GSD,GSD parser,General Station Description
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Education
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Topic :: System :: Networking
