Skip to main content

winreg implementation for non NT systems

Project description

unixreg

why

While working on porting a python application to Linux I came across many uses of winreg that could not easily be ported over.

Instead of reworking the system I decided to implement a bandaid solution that deals with it transparently.

how to use

Update your winreg imports with this

try:
    import winreg
except ImportError:
    import unixreg as winreg

simply importing unixreg should be enough though, winreg is imported if found

license

this project is licensed under the MIT License
feel free to do whatever you want with it

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unixreg-0.1.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

unixreg-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file unixreg-0.1.0.tar.gz.

File metadata

  • Download URL: unixreg-0.1.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for unixreg-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1a1fd4e81e9f07ae76ad43d4ad2296196d722ffca920053f252df215fd5db6eb
MD5 61f643c80e247ad70d6b1a1ade62aa07
BLAKE2b-256 20939d1e2db8e8264e59b97a3a01370c8f4225201a9cc13247fa047b31de35f1

See more details on using hashes here.

File details

Details for the file unixreg-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: unixreg-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for unixreg-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb717766382bb9e7e03b87ac1095abb6aa00a02265077c97397cefc494082e7a
MD5 9aa8eccf4c053c6f202c3933163fffd3
BLAKE2b-256 b4b2677da823b1490acde34b8d05e111a835eb960de7126e371bf3f58e43dff7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page