Data URI Schemes¶
The darc.proxy.data module contains the auxiliary functions
around managing and processing the data URI schemes.
Currently, the darc project directly save the data URI
schemes extracted to the data storage path
PATH without further processing.
- darc.proxy.data.save_data(link)[source]¶
Save data URI.
The function will save data URIs to the data storage as defined in
PATH.
- darc.proxy.data.PATH = '{PATH_MISC}/data/'¶
Path to the data storage of data URI schemes.
See also