Shared
All public utilites are collected inside ckanext.files.shared
module. Avoid
using anything that is not listed there. Do not import anything from modules
other than shared
.
config
Configuration readers of the extension.
This module contains functions that simplify accessing configuration option from the CKAN config file.
It's recommended to use these functions istead of accessing config options by name, if you want your code to be more compatible with different versions of the extension.
exc
Exception definitions for the extension.
Hierarchy:
- Exception