Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.08 KB

enhancement.md

File metadata and controls

38 lines (32 loc) · 2.08 KB

Bookmarks tagged [enhancement]

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.