Metadata-Version: 1.2
Name: skrt
Version: 1.0.0.0
Summary: Nifty tools and containers
Home-page: https://github.com/nvander1/skrt
Author: Nik Vanderhoof
Author-email: pypi@vanderhoof.pw
License: AGPLv3
Description: skrt v1.0.0.0
        =============
        
        containers
        ----------
        Specialized containers as alternatives to Python's built-in types and to those
        defined in the collections standard module.
        
        * **defaultnamedtuple**  factory function for namedtuples with default arguments
        
        utils
        -----
        Utility functions for manipulating containers.
        Thanks `Jack Fischer
        <https://www.github.com/jackfischer/>`_, for the idea for ``rmap``.
        
        * **subdict**  extract a subset of a dictionary
        * **match**    compare multiple objects based on a list of shared attributes
        * **rmap**     recursively map a function onto items of nested containers
        
Keywords: development tools containers
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.6
