AutoLoader 1.3

AutoLoader 1.3 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 459
  • Released: Jun 23, 2007

AutoLoader 1.3 Description

If you have an instance "db", then accessing "db.Foo" automatically imports, instantiates, caches, and returns an instance of "Foo" from the "db" package.

AutoLoader Bookmark

Hyperlink code:
Hyperlink for Forum code:

AutoLoader 1.3 Script Download Notice

Top 4 Download periodically updates information of AutoLoader 1.3 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. AutoLoader 1.3 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!

Pytz

pytz module brings the Olson time zone database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). ...
Python

Getting uptime in windows 2000 NT XP

This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine. ...
Python

Registry Wrapper

This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.The class works with an inner class named "RegistryKey", which wraps up a Windows registry ... to access and manipulate the key information. The class provides easy to remember substitutes for long method ...
Python

PyFlag

... needs to be analysed and correlated.PyFlag uses a database as a backend to assist in managing the large volumes of data. This allows PyFlag to remain responsive and expedite data manipulation operations. Since PyFLAG is web based, it is able to be deployed on a central server and shared with ...
Python

A higher level struct module

... defining arrays of items (or other structures) - Class based syntax, allowing access and updates by field name, not position - Extension of structures by inheritance ...
Python