{"library":"recordclass","type":"library","category":null,"description":"recordclass is a Python library that provides mutable variants of `collections.namedtuple`, supporting assignments and offering memory-saving alternatives like `dataobject` and `structclass`. These types aim for high performance and reduced memory footprint by optionally disabling cyclic garbage collection and removing instance dictionaries. Currently at version 0.24, the library is actively maintained with releases supporting the latest Python versions, including 3.14, and aims to be a fast, memory-efficient, and flexible choice for data representation.","language":"python","status":"active","version":"0.24","tags":["data structures","namedtuple","dataclasses","performance","memory management","mutable"],"install":[{"cmd":"pip install recordclass","imports":["from recordclass import recordclass","from recordclass import dataobject","from recordclass import make_dataclass","from recordclass import as_record","from recordclass import mutabletuple"]}],"homepage":null,"github":"https://github.com/intellimath/recordclass","docs":null,"changelog":null,"pypi":"https://pypi.org/project/recordclass/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/recordclass/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}