An open API service indexing awesome lists of open source software.

https://github.com/app-generator/appseed-shell-py

AppSeed CLI - Python Interface | AppSeed
https://github.com/app-generator/appseed-shell-py

app-generator appseed cli

Last synced: over 1 year ago
JSON representation

AppSeed CLI - Python Interface | AppSeed

Awesome Lists containing this project

README

          

# AppSeed Shell

Implements the Python interface to all services exposed by AppSeed

> Links

- PyPi Page: [AppSeed Shell](https://pypi.org/project/appseed-shell/)
- **Support**: 24/7 LIVE Support via [Discord](https://discord.gg/fZC6hup) (registered users)


## Table of contents

* [Technologies](#technologies)
* [Setup](#setup)
* [Quick use](#quick-use)
* [License](#license)


## Technologies

Project create with:
* Python3


## Setup

Install it locally using PyPI:

```bash
$ pip install appseed-shell
```


## Quick use

Simply and functional example/s of use.

Example:

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

## Generate Django project

Example:

```python
$ 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](https://appseed.us/admin-dashboards/django-dashboard-volt) - product page
- [Django Bootstrap 5 Volt](https://django-volt-dashboard.appseed-srv1.com/) - LIVE deployment


![Django Bootstrap 5 Volt - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/django-dashboard-volt/master/media/django-dashboard-volt-intro.gif)


## License

@MIT License


---
AppSeed Shell (Python Interface) - provided by AppSeed [App Generator](https://appseed.us)