Metadata-Version: 1.2
Name: asyncowfs
Version: 0.14.2
Summary: Async access to 1wire (asyncio,trio,curio)
Home-page: https://github.com/smurfix/asyncowfs
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: MIT -or- Apache License 2.0
Description: This library allows you to access 1wire buses with Python, using any
        async library (trio, asyncio, curio).
        
        This code does *not* try to talk to any 1wire interface by itself; it
        uses TCP port 4304 (by default) to access one or more ``owserver``\ s.
        
        Bus enumeration (when starting up, plus periodically in the background
        if desired) is automatic and can be turned off.
        
        This code supports background polling, alerts, and simultaneous
        conversions. Bus couplers (DS2509) are handled transparently. Accessors to
        device attributes are created from device descriptors, read from
        ``owserver`` and augmented by device-specific classes when necessary.
        
        The name of this library is (a) historic, (b) its main author strongly
        prefers Trio.
        
Keywords: trio,async,io,networking
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Requires-Python: >=3.5.3
