Metadata-Version: 2.1
Name: abstra
Version: 1.8.0
Summary: Abstra Lib
Home-page: https://github.com/abstra-app/abstra-lib
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: requests
Requires-Dist: validators
Requires-Dist: multipart
Requires-Dist: progress
Requires-Dist: colour
Requires-Dist: colorama
Requires-Dist: websocket-client
Requires-Dist: fire
Requires-Dist: jedi
Requires-Dist: simplejson
Requires-Dist: Flask
Requires-Dist: flask-cors
Requires-Dist: flask-sock
Requires-Dist: PyJWT

[![pypi](https://img.shields.io/pypi/v/abstra.svg)](https://pypi.python.org/pypi/abstra)
[![PyPI Downloads](https://img.shields.io/pypi/dm/abstra.svg)](https://pypi.org/project/abstra/)
[![Code check](https://github.com/abstra-app/abstra-lib/actions/workflows/code_check.yml/badge.svg)](https://github.com/abstra-app/abstra-lib/actions/workflows/code_check.yml)

# Abstra Python Package

Drag'n drop app builder for Python.

## Install

This package is compatible with Python >= 3.7

```
pip install abstra --upgrade
```

## Usage

Run the CLI server from any directory to edit your app

```
abstra serve ./your-app-directory
```

Deploy with a single command

```
abstra deploy ./your-app-directory
```

[Site](https://abstra.io) | [Docs](https://docs.abstra.io) | [Cloud](https://cloud.abstra.io) | [Privacy](./PRIVACY.md)

