Metadata-Version: 1.1 Name: ownet Version: 0.3 Summary: ownet: access 1-wire sensors Home-page: http://www.owfs.org/ Author: Peter Kropf Author-email: pkropf@gmail.com License: GPL Download-URL: http://cheeseshop.python.org/packages/source/o/ownet/ownet-0.3.tar.gz Description: ownet: access 1-wire sensors ownet is a standalone python module for accessing 1-wire sensors through an owserver. The ownet module does not use the core ow libraries. Instead, it impliments the wire protocol for owserver communication. This means that the ow core libraries do no have to be installed on all systems, just on the system running owserver. The ownet module can be installed on any system with Python. Platform: any Classifier: Development Status :: 4 - Beta Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Operating System :: MacOS Classifier: Operating System :: Microsoft Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000 Classifier: Operating System :: Other OS Classifier: Operating System :: POSIX Classifier: Operating System :: Unix Classifier: Programming Language :: Python Classifier: Topic :: System :: Hardware Classifier: Topic :: System :: Networking :: Monitoring Classifier: Topic :: Utilities