{"library":"python-registry","title":"python-registry","description":"python-registry is a pure Python library for reading Windows Registry files (Windows NT, 2000, XP, Vista, 7, 8, 10, etc.). It supports both user and system hives, including registry transaction logs. Current version 1.3.1 is stable; releases are infrequent.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install python-registry"],"cli":null},"imports":["from registry import Registry","from registry import RegistryKey","from registry import RegistryValue"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from registry import Registry\nimport os\n\nhive_path = os.environ.get('HIVE_PATH', '/path/to/SAM')\nreg = Registry(hive_path)\n# Iterate over root keys\nfor key in reg.root().subkeys():\n    print(key.name())","lang":"python","description":"Open a registry hive file and list its subkeys.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}