Skip to content
Change the repository type filter

All

    Repositories list

    • MirrorDict is a dictionary-like object that maintains a bidirectional mapping between keys and values.
      Python
      Other
      0100Updated Jan 14, 2025Jan 14, 2025
    • ResultContainer 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.
      Python
      Other
      0100Updated Jan 9, 2025Jan 9, 2025
    • NumpyDeque is a numpy.ndarray based double-ended queue (deque) with a maximum size. This double-ended queue is efficiently done by using a padded-buffer array.
      Python
      Other
      0100Updated Dec 18, 2024Dec 18, 2024
    • A 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.
      Python
      Other
      0100Updated Dec 18, 2024Dec 18, 2024
    • A class that efficiently cycles through datetime intervals generated from a start date and list of (month, day) tuples.
      Python
      Other
      1100Updated Oct 13, 2024Oct 13, 2024
    • Function that converts a numpy matrix to a coordinate list (COO) dictionary.
      Python
      Other
      0000Updated Aug 14, 2024Aug 14, 2024
    • An __init__.py file that imports all submodules in the same directory.
      Python
      Other
      0000Updated Aug 14, 2024Aug 14, 2024