Treat the Win32 Registry like a Python dict

Treat the Win32 Registry like a Python dict 1.0

Treat the Win32 Registry like a Python dict 1.0 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 459
  • Released: Jun 7, 2007

Treat the Win32 Registry like a Python dict 1.0 Description

This class wraps most of the win32api functions for accessing a registry.

It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible.

Treat the Win32 Registry like a Python dict 1.0 Keywords

Treat the Win32 Registry like a Python dict Bookmark

Hyperlink code:
Hyperlink for Forum code:

Treat the Win32 Registry like a Python dict 1.0 Script Download Notice

Top 4 Download periodically updates information of Treat the Win32 Registry like a Python dict 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Treat the Win32 Registry like a Python dict 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Windows registry

... to store some data for your progam in the windows registry without many complex operations. ...
Python

Python symbols

Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator. ...
Python

Timeit module wrapper

... wrapper function for doing quick tests of your functions using the timeit module.The timeit module provides an easy way of testing the performance of your Python code by running it in many iterations and averaging the timings. However it is not very obvious how ... write a simple test case using timeit for the first time. This wrapper provides an easy to ...
Python

Example For winreg

This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of ...
Python

Allowing the Python profiler to profile C modules

... time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is ... easy to profile C code as well as Python code, giving you a clearer picture of where ... between pre-existing pieces of code. It also demonstrates the use of the 'new' module to create new ...
Python