Metadata-Version: 2.1
Name: pydevmgr
Version: 0.1.dev1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Sylvain Guieu
Author-email: sylvain.guieu@univ-grenoble-alpes.fr
License: Creative Commons Attribution-Noncommercial-Share Alike license
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: opcua
Requires-Dist: pyyaml

Python package to by used as substitute of a real device manager running in a ELT-Software environment. 

The package is in somehow in between simple python opc-ua script client and a real integrated device manager on a workstation.  

Two main purposes: 

- Running AIT test from any computer. Ability to handle all hardware installed on a running PLC in a friendly environment and from non software engineers.
- Prototyping of special devices. Python coding of the opc-ua interface and main functions. 

Therefore the package is using the device manager configuration files of the ESO framework (v2.0). 

!!! **Package in development only Motor has been fully integrated so far** !!!

# Install

```python
> python setup.py install
```



