8 projects
pyfuzzymind
A Python library for implementing fuzzy logic systems, including fuzzy sets, fuzzy rules, inference engines, and various defuzzification methods.
pysafecircuit
This Python code defines a CircuitBreaker class with configurable failure thresholds and timeouts, managing state transitions and callbacks for open, half-open, and closed states.
pyeventhub
This Python module implements an event handling framework (`EventEmitter`) with support for prioritization (`PriorityEvent`), event filtering, and processing using threading, queues (`queue` module), heap operations (`heapq` module), and logging (`logging` module) capabilities.
aioredisorm
A Python class for interacting with Redis using asyncio and aioredis.
pymlimageutils
This package is useful for checking image data quality, separating image and label files, and splitting datasets.
pycommonregex
A Python package for common regular expressions.
pydicttools
Set of tools to handle Dict type in Python.
sandclock
A decorator for examining the execution time of asynchronous/synonymous function.