Skip to main content

Project generator for wekan's python framework

Project description

Backend Framework - Generator

Wekan's Backend Framework project and model generators

The CLI tool helps you initialize and develop applications. It assists in scaffolding the project and generating new modules.

The generated project is built on top of flask-restful, sqlalchemy and provides authentication, access control (RBAC) endpoints out of the box. Generated modules have built-in endpoints for basic CRUD operations.

Prerequisites

  • python3-venv - Required to automatically setup venv and install required packages
  • mysql, postgres client libs - If mysql and postgres client libs are not installed, setup auto install will fail

Getting started

Install the generator with

pip install wekan

and then wekan to get started

Keep the model names singular, the generator converts the name to its plural form where requried.

Make sure the user script directory is added to the path if you cannot run it after the install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wekan-0.1.17.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

wekan-0.1.17-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page