Change the repository type filter
All
Repositories list
7 repositories
MirrorDict
PublicMirrorDict is a dictionary-like object that maintains a bidirectional mapping between keys and values.ResultContainer
PublicResultContainer is a Python library inspired by Rust's Result enum, designed for robust error handling. It seamlessly supports mathematical operations, attribute access, and method chaining on Ok(value), while automatically transitioning to Err(e) upon encountering errors, ensuring continuous error tracking and logging.NumpyDeque
PublicDynamicVector
PublicA class that provides a dynamic vector using numpy to store the values. Can access all numpy methods using a view property and includes common list functions for operating without a view. Allows for fast appending and popping of values, while retaining numpy vector operations.DateIntervalCycler
PublicA class that efficiently cycles through datetime intervals generated from a start date and list of (month, day) tuples.matrix_to_coo
PublicGenericModuleInitFile
Public