Metadata-Version: 1.2
Name: moat-gpio
Version: 0.2.1
Summary: Control GPIO lines via AMQP
Home-page: https://github.com/M-o-a-T/
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: MIT -or- Apache License 2.0
Description: MoaT-GPIO
        =========
        
        This program controls GPIO lines via AMQP.
        Currently it supports basic Linux GPIO features, i.e. input, output, and line monitoring.
        
        TODO: input, i.e. passive interrogation of GPIO lines, isn't yet implemented.
        (Monitoring does work.)
        
        Home page: `MoaT-GPIO <https://github.com/M-o-a-T/moat-gpio>`__
        
        License: Your choice of MIT or Apache License 2.0
        
Keywords: gpio,amqp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: Trio
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.5
