Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | Metadata-Version: 1.0 |
michael@0 | 2 | Name: configobj |
michael@0 | 3 | Version: 4.7.2 |
michael@0 | 4 | Summary: Config file reading, writing and validation. |
michael@0 | 5 | Home-page: http://www.voidspace.org.uk/python/configobj.html |
michael@0 | 6 | Author: Michael Foord & Nicola Larosa |
michael@0 | 7 | Author-email: fuzzyman@voidspace.org.uk |
michael@0 | 8 | License: UNKNOWN |
michael@0 | 9 | Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip |
michael@0 | 10 | Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini |
michael@0 | 11 | file round tripper*. Its main feature is that it is very easy to use, with a |
michael@0 | 12 | straightforward programmer's interface and a simple syntax for config files. |
michael@0 | 13 | It has lots of other features though : |
michael@0 | 14 | |
michael@0 | 15 | * Nested sections (subsections), to any level |
michael@0 | 16 | * List values |
michael@0 | 17 | * Multiple line values |
michael@0 | 18 | * Full Unicode support |
michael@0 | 19 | * String interpolation (substitution) |
michael@0 | 20 | * Integrated with a powerful validation system |
michael@0 | 21 | |
michael@0 | 22 | - including automatic type checking/conversion |
michael@0 | 23 | - and allowing default values |
michael@0 | 24 | - repeated sections |
michael@0 | 25 | |
michael@0 | 26 | * All comments in the file are preserved |
michael@0 | 27 | * The order of keys/sections is preserved |
michael@0 | 28 | * Powerful ``unrepr`` mode for storing/retrieving Python data-types |
michael@0 | 29 | |
michael@0 | 30 | | Release 4.7.2 fixes several bugs in 4.7.1 |
michael@0 | 31 | | Release 4.7.1 fixes a bug with the deprecated options keyword in |
michael@0 | 32 | | 4.7.0. |
michael@0 | 33 | | Release 4.7.0 improves performance adds features for validation and |
michael@0 | 34 | | fixes some bugs. |
michael@0 | 35 | Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation |
michael@0 | 36 | Platform: UNKNOWN |
michael@0 | 37 | Classifier: Development Status :: 6 - Mature |
michael@0 | 38 | Classifier: Intended Audience :: Developers |
michael@0 | 39 | Classifier: License :: OSI Approved :: BSD License |
michael@0 | 40 | Classifier: Programming Language :: Python |
michael@0 | 41 | Classifier: Programming Language :: Python :: 2.3 |
michael@0 | 42 | Classifier: Programming Language :: Python :: 2.4 |
michael@0 | 43 | Classifier: Programming Language :: Python :: 2.5 |
michael@0 | 44 | Classifier: Programming Language :: Python :: 2.6 |
michael@0 | 45 | Classifier: Operating System :: OS Independent |
michael@0 | 46 | Classifier: Topic :: Software Development :: Libraries |
michael@0 | 47 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |