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.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

unixreg-0.1.1-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: unixreg-0.1.1.tar.gz
  • Upload date:
  • Size: 4.7 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.1.tar.gz
Algorithm Hash digest
SHA256 b901afd944a8bf496c7150fe9380edb0d970c2cd0291f2f8c57480ba22e3e823
MD5 23ae555182f85bb18f5bb679eab2fb94
BLAKE2b-256 4211743b730944ae24281017c4fa031907c1181b87a89f3b5861b89a7a0a5de8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: unixreg-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.3 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 767217091e27e6c81a4749b1ba519ff3cfca27988010e6f99e61fa1b6de75da4
MD5 da692254263467df221f4767bb4e8bcd
BLAKE2b-256 ddba26d96cd5fc7a68718d2be461fd1efe266f17b7fbd535f5ddfdce823e2bde

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