Skip to content

danchang1973/secsgem

 
 

Repository files navigation

secsgem

Simple Python SECS/GEM implementation

This module is still work in progress. I'd love to get your input, your use case, whether you are experienced or not in SECS.

##Installation To install the latest official release (v0.0.3, 2015-08-23, https://pypi.python.org/pypi/secsgem):

$ pip install secsgem

To install the current development code (might be instable):

$ pip install git+git://github.com/bparzella/secsgem

##Documentation Image

##Sample

from secsgem import *

client = hsmsClient("10.211.55.32", 5000)
connection = client.connect()

time.sleep(3)

connection.disconnect()

##Contribute

This project is still at its beginning. If you can offer suggestions, additional information or help please contact me.

About

Simple Python SECS/GEM implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%