mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 02:35:49 +00:00
Add uuid-utils (#3178)
This commit is contained in:
parent
d85e849fa1
commit
5fe1dbd204
1 changed files with 1 additions and 0 deletions
|
|
@ -1008,6 +1008,7 @@ _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.
|
||||
- [box](https://github.com/cdgriffith/Box) - Python dictionaries with advanced dot notation access.
|
||||
- [uuid-utils](https://github.com/aminalaee/uuid-utils) - A fast, Rust-backed drop-in replacement for Python's built-in `uuid` module, supporting RFC 9562 (UUIDv6, UUIDv7, and UUIDv8).
|
||||
|
||||
### Functional Programming
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue