rics.utility#
Utility modules.
Functions
|
Configure a bunch of stuff to match my personal preferences. |
- configure_stuff(level: Union[int, str] = 20, matplotlib_level: Union[int, str] = 30, **kwargs: Any) None[source]#
Configure a bunch of stuff to match my personal preferences.
Caveat Emptor: May do strange stuff 👻.
- Parameters
level – Root log level.
matplotlib_level – Matplotlib log level.
**kwargs – Keyword arguments for
rics.utility.logs.basic_config().
Modules
Action level enumeration types. |
|
Utilities related to Python collections. |
|
A namespace for logging constants, and a wrapper |
|
Miscellaneous utility methods for Python applications. |
|
Plotting utility methods. |
|
String utility methods for Python applications. |