Documentation

Technical documentation for kashima.

Install

python -m pip install --upgrade pip
python -m pip install kashima

After installing, refresh the user cache when you need current catalogs:

from kashima.mapper import downloadAllCatalogs, updateAllCatalogs

downloadAllCatalogs(include_faults=True)
updateAllCatalogs(include_faults=True)

Mapper

Reference (maintainers)