Metadata-Version: 2.1
Name: interfaz
Version: 0.2.0
Summary: Funciones para controlar la interfaz por sockets
Home-page: https://github.com/astoctas/interfaz-python
Author: Alejandro Lavagnino
Author-email: alejandro.lavagnino@gmail.com
License: UNKNOWN
Description: # Interfaz
        
            from interfaz.robotica import *;   
            i = interfaz();   
            i.output(1).off();   
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/markdown
