Utilities for interacting with FactSet APIs. Version 2.1.2 supports Python >=3.8, <4.0. Provides caching, retry, logging, and auth helpers for the FactSet SDK ecosystem. Released monthly on PyPI.
pip install fds-sdk-utilsVerified import paths — ran on the pinned version, not inferred.
Basic usage of RetryConfig utility.
Change imports to `from fds.utils import ...`.
Use `from fds.utils.auth import FDSAuth` instead.
Pass a cache instance to the utility function, e.g., `from fds.utils.cache import MemoryCache`.