Skip to content

Python-based workflow engine. Automate and manage custom business processes, with no overhead.

Notifications You must be signed in to change notification settings

abstra-app/abstra-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07e9c4f · Mar 22, 2025
Dec 3, 2024
Jul 5, 2024
Mar 19, 2025
Mar 22, 2025
Mar 22, 2025
Jan 2, 2025
Mar 3, 2025
Oct 23, 2024
Oct 16, 2024
Oct 23, 2024
Mar 8, 2023
Mar 12, 2025
Nov 22, 2023
Dec 29, 2024
Jan 9, 2025
Apr 4, 2024
Aug 2, 2024

Repository files navigation

pypi PyPI Downloads

✨ Abstra ✨

Abstra is a simple way to build business processes in Python, with no engineering overhead and complexity.

It's a powerful backoffice engine with:

  • drag'n drop workflow builder
  • dynamic forms
  • serveless endpoints
  • script schedulers
  • zero-config authentication
  • one-click scalable deploy
  • cloud managed database
  • plug'n play api integrations
  • automatic audit logging
  • access control

and much more! ⚡️

🚦 Getting started

This package is compatible with Python >= 3.8

To install, run the following:

pip install abstra

Run the CLI server in the directory where you'd like to create your Abstra project. This can be any folder:

abstra editor ./your-project-directory

🧩 Workflow builder for Python

Use Workflows to automate processes that require a mix of manual steps and integrations between systems.

A Workflow is made up of Python-coded steps, which are then assembled visually in the editor. All steps share an environment, and can share variables and functions.

📝 Scriptable forms

Forms are Python scripts that allow for user interaction. They are the quickest way to build interactive UIs on the web.

With a Form, you can collect user input and use Python code to work with that information however you need. Some examples are making calculations with specialized libs, generating documents and graphs, and sending it to other systems via Requests.

🛟 Useful links

Website | Docs | Cloud | Youtube | Privacy