CookieInfo 1.2

CookieInfo 1.2 Download Summary

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

CookieInfo 1.2 Description

The "CookieInfo" and "Cookie" classes provide developers with an read-only interface to the "cookies.txt" that most browsers store.

The CookieInfo class makes Cookie objects from the cookie file. It also provides methods to operate on the whole set of Cookies. The Cookie object provides methods to convert a cookie into both XML and SQL.

CookieInfo Bookmark

Hyperlink code:
Hyperlink for Forum code:

CookieInfo 1.2 Script Download Notice

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

Interfaces

Interfaces script deals with the Interface concept in Python. ...
Python

Factory pattern

... other objects.Factory is useful to separate implementation from interface. It adds a new indirection layer. When you want to instanciate an object you call its factory and the factory creates the instance. ...
Python

Dictionary Mixin Framework

This script makes it easy to provide a full dictionary interface to a class defining only a few mapping ... functions. The reason for implementing the full dictionary interface is to maximize substitutability. Given code that was ... like shelve implement a subset of the dictionary interface. If you want to substitute a persistent shelve ...
Python

Rating class with mapping interface

Rating class with mapping interface script deals with items sorted by value and accessed by key or rating index. ...
Python

Changing file attributes on windows

... windows. You can set a file to be read only, archive, hidden, etc. This script is simple and convenient to use. ...
Python