Read write object for pkg config files

Read/write object for pkg-config files

Read/write object for pkg-config files Download Summary

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

Read/write object for pkg-config files Description

The PkgConfig class is useful by itself. It allows reading and writing of pkg-config files. This file, when executed, will read a .pc file and print the result of processing. The result will be functionally equivalent, but not identical. Re-running on its own output should produce identical results.

Read/write object for pkg-config files Keywords

Read write object for pkg config files Bookmark

Hyperlink code:
Hyperlink for Forum code:

Read/write object for pkg-config files Script Download Notice

Top 4 Download periodically updates information of Read/write object for pkg-config files 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. Read/write object for pkg-config files 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!

CookieInfo

... "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 ... on the whole set of Cookies. The Cookie object provides methods to convert a cookie into both ...
Python

pkgconfig parser

... class to allow access to variables stored in pkg-config files ( or '.pc' files ). This is usefull in conjunction with distutils to get correct information for compiling external C/C modules. Variable substitution is performed ...
Python

Get attributes of an object in MS Active Directory

... to know what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM ...
Python

Constant Object Passing

This script shows you how to pass objects as "constant" (immutable) in python. ...
Python

Extensible object to XML converter

This function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more complex output options. ...
Python