Metadata-Version: 2.3
Name: useless-classes
Version: 1.0.1
Summary: Useless classes to prototype your code
Author: Pau Figueras
Author-email: Pau Figueras <git@pswsm.cat>
Requires-Python: >=3.11
Project-URL: Repository, https://github.com/pswsm/useless-classes
Description-Content-Type: text/markdown

# useless-classes
Classes to make yourt code cleaner, fault-proof and battle tested in real systems

## Skeleton
Copies the functions of the class you want, now you canuse it inplace. It's basically a mock, but most methods return `NullClass()`.

## NullClass
Because None is not enough, this comes in handy when things might be or not, and you don't want to constantly check if it's something.
Fools the type checkers pretty well.
