Metadata-Version: 2.1
Name: cygwinreg3
Version: 1.2
Summary: Windows registry access for the Cygwin toolkit
Home-page: https://github.com/VonJagdstrumel/cygwinreg3/
Author: Simon Law
Author-email: sfllaw@sfllaw.ca
Maintainer: Steve Forget
License: Python Software Foundation License
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
Requires-Python: >=3.6
License-File: LICENSE.txt

cygwinreg3 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.


