Metadata-Version: 1.0
Name: cygwinreg
Version: 1.0
Summary: Windows registry access for the Cygwin toolkit
Home-page: http://hg.akoha.com/python-cygwinreg/
Author: Simon Law
Author-email: sfllaw@sfllaw.ca
License: Python Software Foundation License
Description: cygwinreg is a direct Cygwin port of Python's winreg.
        
        This is because _winreg or winreg modules don't exist in the Cygwin
        Python port.  But often, it is useful to have Python programs running
        in Cygwin read and write to the Windows registry.
        
Platform: Cygwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Other
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
