Overview of APIs
PackageSource
Utilities for providing convenient methods to serve cached data in Plotly-Dash or Flask.
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 | |
---|---|
caches | The implementation of caches. |
services | The flask services. |
components | Extra components provided by this package. |
utilities | Shared utilities used for handling the files and requests. |
Aliases
Member | |
---|---|
CachePlain | dfc.caches.memory.CachePlain |
CacheQueue | dfc.caches.memory.CacheQueue |
CacheFile | dfc.caches.tempfile.CacheFile |
ServiceData | dfc.services.data.ServiceData |
Downloader | dfc.components.downloader.Downloader |