class.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [class]

www.codever.land/bookmarks/t/class

dataclasses

https://docs.python.org/3/library/dataclasses.html

(Python standard library) Data classes.


attrs

https://github.com/python-attrs/attrs

Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.


bidict

https://github.com/jab/bidict

Efficient, Pythonic bidirectional map data structures and related functionality..


Box

https://github.com/cdgriffith/Box

Python dictionaries with advanced dot notation access.


DottedDict

https://github.com/carlosescri/DottedDict

A library that provides a method of accessing lists and dicts with a dotted path notation.