123456789101112131415161718192021222324252627282930313233 |
- Metadata-Version: 2.0
- Name: stuf
- Version: 0.9.16
- Summary: Normal, default, ordered, chained, restricted, counter, and frozen dictionaries with attribute-style access.
- Home-page: https://bitbucket.org/lcrees/stuf
- Author: L. C. Rees
- Author-email: lcrees@gmail.com
- License: BSD
- Keywords: dict attribute collection mapping dot notation access bunch
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Natural Language :: English
- Classifier: Operating System :: OS Independent
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 2.6
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3.2
- Classifier: Programming Language :: Python :: 3.3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: Implementation :: CPython
- Classifier: Topic :: Software Development
- Classifier: Topic :: Software Development :: Libraries
- Classifier: Topic :: Utilities
- Requires-Dist: parse (>=1.6.6)
- A collection of Python dictionary types that support attribute-style access.
- Includes *defaultdict*, *OrderedDict*, restricted, *ChainMap*, *Counter*, and
- frozen implementations plus miscellaneous utilities for writing Python software.
|