dacite 1.8.1
0
Simple creation of data classes from dictionaries.
Contents
Simple creation of data classes from dictionaries.
Stars: 1740, Watchers: 1740, Forks: 107, Open Issues: 55The konradhalas/dacite
repo was created 6 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1740 github stars!
How to Install dacite
You can install dacite using pip
pip install dacite
or add it to a project with poetry
poetry add dacite
Package Details
- Author
- Konrad Hałas
- License
- MIT
- Homepage
- https://github.com/konradhalas/dacite
- PyPi:
- https://pypi.org/project/dacite/
- GitHub Repo:
- https://github.com/konradhalas/dacite
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common dacite errors.
Code Examples
Here are some dacite
code examples and snippets.
GitHub Issues
The dacite package has 55 open issues on GitHub
- Test failure with Python 3.10
- What about basic types involving dataclasses
- fix #92. change Data from Dict to Mapping