Internal API

spices package

spices is just black magic.

Spices is a package that studies the codebase of your project in search for internal and external imports. It then discards the imports that are satisfied with internal code or with the standard library and finally searches the PyPIContents index to list which packages satisfy your imports.

spices.api submodule

spices.config submodule

spices.config

spices.core submodule

The spices.common package contains all the basic functions and modules.

This package contains all the functions and modules that can be reused throughout the entire project.