Skip to main content

Overview of APIs

PackageSource

Utilities for providing convenient methods to serve cached data in Plotly-Dash or Flask.

dash_file_cache

components

downloader

Downloader

...

services

data

utilities

ServiceData

...

caches

CachePlain

CacheQueue

CacheFile

...

utilities

This graph shows the high-level overview of the whole package. The most commonly used functionalities are the caches like CachePlain, the service factory ServiceData, and the component Downloader.

Modules

Member
Description
cachesThe implementation of caches.
servicesThe flask services.
componentsExtra components provided by this package.
utilitiesShared utilities used for handling the files and requests.

Aliases

Member
Alias of
CachePlaindfc.caches.memory.CachePlain
CacheQueuedfc.caches.memory.CacheQueue
CacheFiledfc.caches.tempfile.CacheFile
ServiceDatadfc.services.data.ServiceData
Downloaderdfc.components.downloader.Downloader