Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.04 KB

class.md

File metadata and controls

38 lines (32 loc) · 2.04 KB

Bookmarks tagged [class]

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

(Python standard library) Data classes.


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

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


https://github.com/jab/bidict

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


https://github.com/cdgriffith/Box

Python dictionaries with advanced dot notation access.


https://github.com/carlosescri/DottedDict

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