Skip to main content

Custom Libraries

Dropbase makes it easy to bring any custom Python library or set of scripts, without the need to re-write them to fit Dropbase's framework. You can simply copy your libraries and scripts into a new directory in the dropbase project, update our docker file, and restart docker. Once you do that, you can import them via your Dropbase functions and start building apps leveraging what you already have.

Step-by-step guide to add custom libraries in Dropbase.

tip

If your library or package is available via PyPI, there's an easier way to use them. See Python Packages.