Skip to content

A dacite fork with support for PEP 585/604 typehints in 3.8+.

License

Notifications You must be signed in to change notification settings

trag1c/dacite-retrofit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dacite-retrofit

A dacite fork with PEP 585 & PEP 604 typehint support in Python 3.8+. See the original project for documentation.

Installation

dacite-retrofit is available on PyPI:

pip install dacite-retrofit

It can also be installed from source:

pip install git+https://github.com/trag1c/dacite-retrofit.git

Warning

Unlike dacite (which supports Python 3.6+), dacite-retrofit only supports Python 3.8+.

Development

This fork uses poetry, black, mypy, pytest and isort:

$ poetry run black .
$ poetry run mypy dacite
$ poetry run pytest --cov dacite
$ poetry run isort .

Originally created by Konrad Hałas.

About

A dacite fork with support for PEP 585/604 typehints in 3.8+.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%