PKG-INFO 2.1 KB

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