Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dry-python/mappings

Like attrs, but for dicts!
https://github.com/dry-python/mappings

Last synced: 8 days ago
JSON representation

Like attrs, but for dicts!

Awesome Lists containing this project

README

        

# mappings

[![Build Status](https://travis-ci.com/dry-python/mappings.svg?branch=master)](https://travis-ci.com/dry-python/mappings)
[![Coverage](https://coveralls.io/repos/github/dry-python/mappings/badge.svg?branch=master)](https://coveralls.io/github/dry-python/mappings?branch=master)
[![Python Version](https://img.shields.io/pypi/pyversions/mappings.svg)](https://pypi.org/project/mappings/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Like attrs, but for dicts

## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!

## Installation

```bash
pip install mappings
```