wslwinreg


Namewslwinreg JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttp://wslwinreg.readthedocs.io
SummaryDrop in replacement for winreg for Cygwin, MSYS2 and WSL
upload_time2024-07-19 16:27:04
maintainerNone
docs_urlNone
authorRebecca Ann Heineman
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
licenseMIT License
keywords cygwin msys2 wsl wsl2 winreg development windows visual studio vs burger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================
wslwinreg for Cygwin, MSYS2 and WSL
===================================

|PyPi| |License| |GithubActions| |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
.. |GithubActions| image:: https://github.com/burgerbecky/wslwinreg/actions/workflows/python-build.yml/badge.svg
    :target: https://github.com/burgerbecky/wslwinreg/actions
    :alt: Github Actions 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

            

Raw data

            {
    "_id": null,
    "home_page": "http://wslwinreg.readthedocs.io",
    "name": "wslwinreg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
    "maintainer_email": null,
    "keywords": "cygwin, msys2, wsl, wsl2, winreg, development, windows, visual studio, vs, burger",
    "author": "Rebecca Ann Heineman",
    "author_email": "becky@burgerbecky.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/3b/4a8fb721ca4cf571b6c404fb3ef01142d6deae90a1257473da2157de4ea0/wslwinreg-1.0.8.tar.gz",
    "platform": "Any",
    "description": "===================================\r\nwslwinreg for Cygwin, MSYS2 and WSL\r\n===================================\r\n\r\n|PyPi| |License| |GithubActions| |Docs| |Versions|\r\n\r\nThe ``wslwinreg`` module is a drop in replacement for winreg for systems\r\nrunning under Cygwin, MSYS2, or Windows Subsystem for Linux.\r\n\r\n* Documentation is found at https://wslwinreg.readthedocs.io\r\n\r\n* Doxygen generated documentation is found at https://wslwinreg.readthedocs.io/en/latest/doxygen\r\n\r\n* Python Packing Index (PyPI): https://pypi.python.org/pypi/wslwinreg\r\n\r\n* Source code and issue tracker: https://github.com/burgerbecky/wslwinreg\r\n\r\nCompatibility\r\n-------------\r\n\r\n* Python 2.7.1 or higher\r\n* Python 3.4 or higher\r\n\r\nInstallation\r\n------------\r\n\r\nType in ``pip install -U wslwinreg``. Some platforms may require the ``sudo``\r\nprefix.\r\n\r\nBugs\r\n----\r\n\r\nIf you find a bug, issue or have a feature request, please submit a bug report\r\nby emailing becky@burgerbecky.com and mention python version, integer\r\nsize (32 bit or 64 bit) and what platform was used (Windows / MSYS2 / Cygwin /\r\nWindows Subsystem for Linux).\r\n\r\n.. |PyPi| image:: https://img.shields.io/pypi/v/wslwinreg.svg\r\n    :target: https://pypi.org/project/wslwinreg/\r\n    :alt: Pypi Version\r\n.. |License| image:: https://img.shields.io/pypi/l/wslwinreg.svg\r\n    :target: https://github.com/burgerbecky/wslwinreg/blob/master/LICENSE.txt\r\n    :alt: License\r\n.. |GithubActions| image:: https://github.com/burgerbecky/wslwinreg/actions/workflows/python-build.yml/badge.svg\r\n    :target: https://github.com/burgerbecky/wslwinreg/actions\r\n    :alt: Github Actions Status\r\n.. |Docs| image:: https://img.shields.io/readthedocs/wslwinreg.svg\r\n    :target: http://wslwinreg.readthedocs.io\r\n    :alt: Documentation Status\r\n.. |Versions| image:: https://img.shields.io/pypi/pyversions/wslwinreg.svg\r\n    :alt: Supported Python versions\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Drop in replacement for winreg for Cygwin, MSYS2 and WSL",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "http://wslwinreg.readthedocs.io"
    },
    "split_keywords": [
        "cygwin",
        " msys2",
        " wsl",
        " wsl2",
        " winreg",
        " development",
        " windows",
        " visual studio",
        " vs",
        " burger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa533e85fe2519da593e3232c077ecb65fb03d7890c8deecf00e1dde363dffb6",
                "md5": "f412a17b4eff631df6af45ee2cf82ed9",
                "sha256": "21d07fe964132e614d55a4f9090afa5185e5389bf113efb3cb6d062b4315ee24"
            },
            "downloads": -1,
            "filename": "wslwinreg-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f412a17b4eff631df6af45ee2cf82ed9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 302506,
            "upload_time": "2024-07-19T16:27:02",
            "upload_time_iso_8601": "2024-07-19T16:27:02.712444Z",
            "url": "https://files.pythonhosted.org/packages/aa/53/3e85fe2519da593e3232c077ecb65fb03d7890c8deecf00e1dde363dffb6/wslwinreg-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac3b4a8fb721ca4cf571b6c404fb3ef01142d6deae90a1257473da2157de4ea0",
                "md5": "472343e4caf479f3f3fc4cfdec3c395e",
                "sha256": "8c4cc138ed4b4ba8dccf19cbe4e467e82ff4df9d9a7a7a36767576013adc8abf"
            },
            "downloads": -1,
            "filename": "wslwinreg-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "472343e4caf479f3f3fc4cfdec3c395e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 303982,
            "upload_time": "2024-07-19T16:27:04",
            "upload_time_iso_8601": "2024-07-19T16:27:04.759464Z",
            "url": "https://files.pythonhosted.org/packages/ac/3b/4a8fb721ca4cf571b6c404fb3ef01142d6deae90a1257473da2157de4ea0/wslwinreg-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-19 16:27:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wslwinreg"
}
        
Elapsed time: 4.08948s