Metadata-Version: 2.1
Name: frappy-core
Version: 0.20.0
Summary: Implementation of SECoP server and client
Home-page: https://github.com/SampleEnvironment/frappy
Author: Enrico Faulhaber
Author-email: enrico.faulhaber@frm2.tum.de
License: GPL-2.0+
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Requires-Dist: mlzlog
Requires-Dist: psutil
Requires-Dist: python-daemon

Frappy: Framework for programming secnodes in Python
====================================================

Frappy is a Python-framework for writing [SECoP](https://github.com/SampleEnvironment/SECoP) servers (called SECNodes or Nodes) and Clients.
It comes with its own Graphical client and a collection of example Nodes.
It is able to use TCP and Serial connections.

To get started, look at the provided demo, the provided examples, or have a look
at the INTRODUCTION section.

Main development is done
[here](https://forge.frm2.tum.de/review/q/project:secop%252Ffrappy)
and a readonly GitHub-mirror for easier access is available
[here](https://github.com/SampleEnvironment/frappy).

Requirements
------------

See `requirements.txt`.

Demo
----

Use the following command after installing the dependencies:

```
$ make demo
```

Documentation
-------------

[See here for documentation of Frappy](https://forge.frm2.tum.de/public/doc/frappy/html/)
