mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
Merge pull request #2924 from CipherGaurav/master
Fix double period in bidict description
This commit is contained in:
@@ -204,7 +204,7 @@ _Compile software from source code._
|
||||
_Libraries for enhancing Python built-in 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..
|
||||
- [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.
|
||||
- [dataclasses](https://docs.python.org/3/library/dataclasses.html) - (Python standard library) Data classes.
|
||||
- [dotteddict](https://github.com/carlosescri/DottedDict) - A library that provides a method of accessing lists and dicts with a dotted path notation.
|
||||
|
||||
Reference in New Issue
Block a user