Metadata-Version: 2.1
Name: attmap
Version: 0.13.1
Summary: Multiple access patterns for key-value reference
Home-page: https://github.com/pepkit/attmap/
Author: Nathan Sheffield, Vince Reuter, Michal Stolarczyk
License: BSD2
Keywords: dict,map,mapping,dot,item,getitem,attr,getattr,key-value,dynamic,mutable,access
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# attmap

[![Build Status](https://travis-ci.org/pepkit/attmap.svg?branch=master)](https://travis-ci.org/pepkit/attmap)
[![Coverage Status](https://coveralls.io/repos/github/pepkit/attmap/badge.svg?branch=master)](https://coveralls.io/github/pepkit/attmap?branch=master)

Key-value Mapping supporting nesting and attribute-style access

Originally motivated by and designed for the [pepkit family projects](https://pepkit.github.io/).


