Skip to content

ppeetteerrs/i-lazy-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i-lazy Python

Feature Description Status
Type Checks and Type Casts Wrappers and util functions to easy type hints (read: prowess). 🔧 Active
DataSchema Schema class to construct dataclass from dictionary. Focuses on flexibility and error handling (vs pydantic or sqlalchemy). ✅ Done
(Frozen)ContextDict A dictionary class that remembers (the traversed path). Can consider supporting backwards traversal. ✅ Done
DotDict Dictionary that uses dot notation to access attributes. Super userfule for dynamic string substitutions. ✅ Done
deep_merge Recursively merge dictionaries by flattening keys. ✅ Done
Singleton Singleton Manager 🔧 Active

About

A small collection of (Python) lazy goodness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages