Metadata-Version: 1.2
Name: wslwinreg
Version: 1.0.4
Summary: Drop in replacement for winreg for Cygwin, MSYS2 and WSL
Home-page: http://wslwinreg.readthedocs.io
Author: b'Rebecca Ann Heineman'
Author-email: becky@burgerbecky.com
License: MIT License
Description: ===================================
        wslwinreg for Cygwin, MSYS2 and WSL
        ===================================
        
        |PyPi| |License| |Travis| |Docs| |Versions|
        
        The ``wslwinreg`` module is a drop in replacement for winreg for systems
        running under Cygwin, MSYS2, or Windows Subsystem for Linux.
        
        * Documentation is found at https://wslwinreg.readthedocs.io
        
        * Doxygen generated documentation is found at https://wslwinreg.readthedocs.io/en/latest/doxygen
        
        * Python Packing Index (PyPI): https://pypi.python.org/pypi/wslwinreg
        
        * Source code and issue tracker: https://github.com/burgerbecky/wslwinreg
        
        Compatibility
        -------------
        
        * Python 2.7.1 or higher
        * Python 3.4 or higher
        
        Installation
        ------------
        
        Type in ``pip install -U wslwinreg``. Some platforms may require the ``sudo``
        prefix.
        
        Bugs
        ----
        
        If you find a bug, issue or have a feature request, please submit a bug report
        by emailing becky@burgerbecky.com and mention python version, integer
        size (32 bit or 64 bit) and what platform was used (Windows / MSYS2 / Cygwin /
        Windows Subsystem for Linux).
        
        .. |PyPi| image:: https://img.shields.io/pypi/v/wslwinreg.svg
            :target: https://pypi.org/project/wslwinreg/
            :alt: Pypi Version
        .. |License| image:: https://img.shields.io/pypi/l/wslwinreg.svg
            :target: https://github.com/burgerbecky/wslwinreg/blob/master/LICENSE.txt
            :alt: License
        .. |Travis| image:: https://img.shields.io/travis/burgerbecky/wslwinreg.svg
            :target: https://travis-ci.com/burgerbecky/wslwinreg
            :alt: Travis Status
        .. |Docs| image:: https://img.shields.io/readthedocs/wslwinreg.svg
            :target: http://wslwinreg.readthedocs.io
            :alt: Documentation Status
        .. |Versions| image:: https://img.shields.io/pypi/pyversions/wslwinreg.svg
            :alt: Supported Python versions
        
Keywords: cygwin,msys2,wsl,winreg,development,windows,visual studio,vs,burger
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
