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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unixreg-0.1.2.tar.gz.
File metadata
- Download URL: unixreg-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a3bacccb0892416eda95462424e7372aace24847564287a8419a6f0f48b9e4a
|
|
| MD5 |
ab8e6f6f7dc61ff7c22733f8af9555e2
|
|
| BLAKE2b-256 |
b627f33c009ecb668a6f368ac6a93dda09227ed65a1a65f2b0f07bae50f6043b
|
File details
Details for the file unixreg-0.1.2-py3-none-any.whl.
File metadata
- Download URL: unixreg-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
355e5ad86cc7a79d3f199ba36f9eb1f5b8eb39a4fd5c3df3fa16458ff04245b1
|
|
| MD5 |
4e522e6a8cf35f513792a05e4536289e
|
|
| BLAKE2b-256 |
687c8139b7b43fd3be18dcb56e5e2694731c16418f21ba6147e98010d9cc8752
|