Read exported windows registry text files
Project description
regparse
Read and parse exported windows registry text files
Install
Install using pip:
pip install regparse
Usage
Typical usage:
import regparse
r=regparse.RegParse()
c=r.readfile('Computer_HKLM.reg')
r.getkey('HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System','EnableLUA','n/a-dword:00000001')
Raw function to get the key:
r.getconfig('HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System','"EnableLUA"','n/a-dword:00000001')
Automatically parse value from the registry (note: default should be also parseable):
current = reg.getval('HKEY_LOCAL_MACHINE\\SYSTEM\\Select','Current','dword:00000001')
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
regparse-1.0.1.tar.gz
(2.6 kB
view details)
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 regparse-1.0.1.tar.gz.
File metadata
- Download URL: regparse-1.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
462431df30ea545d15e1e83cf5cd7a988613738f894b4564b4b93269ef31f421
|
|
| MD5 |
42af80fa3612663e8216b40c1e910cba
|
|
| BLAKE2b-256 |
0a53fd7f4ab30101e53b9d4c51da2717aed291b93d66489230e0b04b3ce57194
|
File details
Details for the file regparse-1.0.1-py3-none-any.whl.
File metadata
- Download URL: regparse-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d14aaaa5fa68c0e6a9fd103187b25255c5096e05802a76ffba765602c927e05
|
|
| MD5 |
d1228280e4183bca1d320ea1107b168d
|
|
| BLAKE2b-256 |
eba3a4892ef6af089e4b8403de1d1aabcf42c919ec8f84a7705f09a6820b5b7b
|