https://github.com/dry-python/mappings
Like attrs, but for dicts!
https://github.com/dry-python/mappings
Last synced: 9 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T07:14:14.000Z (over 2 years ago)
- Last Synced: 2024-10-29T18:42:50.908Z (about 1 year 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
[](https://travis-ci.com/dry-python/mappings)
[](https://coveralls.io/github/dry-python/mappings?branch=master)
[](https://pypi.org/project/mappings/)
[](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
```