Bookmarks tagged [built-in]
https://docs.python.org/3/library/dataclasses.html
(Python standard library) Data classes.
- tags: python, built-in, class, enhancement
https://github.com/python-attrs/attrs
Replacement for __init__
, __eq__
, __repr__
, etc. boilerplate in class definitions.
- tags: python, built-in, class, enhancement
- source code
Efficient, Pythonic bidirectional map data structures and related functionality..
- tags: python, built-in, class, enhancement
- source code
https://github.com/cdgriffith/Box
Python dictionaries with advanced dot notation access.
- tags: python, built-in, class, enhancement
- source code
https://github.com/carlosescri/DottedDict
A library that provides a method of accessing lists and dicts with a dotted path notation.
- tags: python, built-in, class, enhancement
- source code