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
- Host: GitHub
- URL: https://github.com/app-generator/appseed-shell-py
- Owner: app-generator
- License: mit
- Created: 2021-08-30T07:33:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T15:44:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T18:12:46.419Z (over 1 year ago)
- Topics: app-generator, appseed, cli
- Language: Python
- Homepage: https://appseed.us
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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

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