METADATA 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.0
  2. Name: stuf
  3. Version: 0.9.16
  4. Summary: Normal, default, ordered, chained, restricted, counter, and frozen dictionaries with attribute-style access.
  5. Home-page: https://bitbucket.org/lcrees/stuf
  6. Author: L. C. Rees
  7. Author-email: lcrees@gmail.com
  8. License: BSD
  9. Keywords: dict attribute collection mapping dot notation access bunch
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Natural Language :: English
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 2.6
  20. Classifier: Programming Language :: Python :: 2.7
  21. Classifier: Programming Language :: Python :: 3.2
  22. Classifier: Programming Language :: Python :: 3.3
  23. Classifier: Programming Language :: Python :: 3.4
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Topic :: Software Development
  26. Classifier: Topic :: Software Development :: Libraries
  27. Classifier: Topic :: Utilities
  28. Requires-Dist: parse (>=1.6.6)
  29. A collection of Python dictionary types that support attribute-style access.
  30. Includes *defaultdict*, *OrderedDict*, restricted, *ChainMap*, *Counter*, and
  31. frozen implementations plus miscellaneous utilities for writing Python software.