Skip to main content

sappgen

Project description

GitHub contributors Build Status

SAPPGEN

Simple App Generator for Python

Python 3.7

Usage:

$ sappgen [options] <project_name> <app_name>
$ sappgen proj app

Available options are:

-h, --help         Show help

Template 1 - App structure

project
├── Makefile
├── testapp
│   ├── cfg
│   │   ├── config.py
│   │   └── __init__.py
│   ├── __init__.py
│   ├── main.py
├── README.md
├── requirements-dev.txt
│   └── util
│       ├── __init__.py
│       └── log_util.py
└── tests
    └── test_testapp.py

4 directories, 10 files

Contact

Links

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

sappgen-1.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

sappgen-1.0.1-py2-none-any.whl (9.1 kB view hashes)

Uploaded Python 2

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