Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/dry-python/mappings
- Owner: dry-python
- License: bsd-3-clause
- Created: 2020-10-29T09:40:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T07:14:14.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:42:50.908Z (15 days ago)
- Language: Python
- Size: 36.1 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```