Metadata-Version: 2.0
Name: infi.registry
Version: 0.1.20
Summary: a Python dictionary-like interface to the Windows Registry
Home-page: https://github.com/Infinidat/infi.registry
Author: Arnon Yaari
Author-email: arnony@infinidat.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: munch
Requires-Dist: setuptools
Requires-Dist: six

an easy-to-use wrapper to the Windows Registry APIs:
* implemented directly over ctypes, not _winreg or pywin32
* fully supports unicode

