{"library":"dataclasses","type":"library","category":null,"description":"The `dataclasses` library is a backport of the standard library `dataclasses` module, designed specifically for Python 3.6. It provides the `@dataclass` decorator and related utilities, enabling simpler creation of data-holding classes without boilerplate. Its current version is 0.8. As it targets a specific, older Python version, its release cadence is stable and infrequent, with no new feature development anticipated.","language":"python","status":"maintenance","version":"0.8","tags":["backport","python36","dataclasses","data-structures","type-hints"],"last_verified":"Wed May 20","install":[{"cmd":"pip install dataclasses","imports":["from dataclasses import dataclass","from dataclasses import field"]}],"homepage":null,"github":"https://github.com/ericvsmith/dataclasses","docs":null,"changelog":null,"pypi":"https://pypi.org/project/dataclasses/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.03,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/dataclasses/compatibility"}}