/appseed-shell-py

AppSeed CLI - Python Interface | AppSeed

Primary LanguagePythonMIT LicenseMIT

AppSeed Shell

Implements the Python interface to all services exposed by AppSeed

Links


Table of contents


Technologies

Project create with:

  • Python3

Setup

Install it locally using PyPI:

$ pip install appseed-shell

Quick use

Simply and functional example/s of use.

Example:

$ python
>>> from appseed_shell import hello
>>> print( hello() )

Generate Django project

Example:

$ python
>>> from appseed_shell import generate_django
>>> generate_django()

The generate_django() helper will build a simple Django Dashboard project quite similar to Django Dashboard Volt - Links:


Django Bootstrap 5 Volt - Template project provided by AppSeed.


License

@MIT License



AppSeed Shell (Python Interface) - provided by AppSeed App Generator