Skip to main content

Simplifies Python application rollout by providing its basic structure.

Project description

https://github.com/idlesign/makeapp

https://pypip.in/d/makeapp/badge.png

Description

Simplifies Python application rollout by providing its basic structure.

  • Make a skeleton for your new application with one console command.

  • Automatically create a VCS repository for your application.

  • Automatically check whether the chosen application name is not already in use.

  • Customize new application layouts with skeleton templates.

  • Put some skeleton default settings into a configuration file not to mess with command line switches anymore.

Make new application skeleton using interactive mode (-i):

./makeapp.py my_new_app /home/librarian/dev/my_new_app_env/ -i -d "My application." --author "The Librarian"

This will create a decent application skeleton (setup.py, docs, tests, etc.) and initialize Git repository.

Get some help on command line switches:

./makeapp.py --help

Note: This software can function both as a command line tool and as a Python module.

Put some default settings into a config not to mess with command line switches anymore:

  1. Create .makeapp (dot is required) directory in your HOME directory;

  2. In .makeapp directory create makeapp.conf configuration file with a similar contents:

    [settings]
    author = The Librarian
    author_email = librarian@discworld.wrld
    license = bsd3cl
    url = https://github.discworld.wrld/librarian/{{ app_name }}
    vcs=git

Documentation

http://makeapp.readthedocs.org/

https://d2weczhvl823v0.cloudfront.net/idlesign/makeapp/trend.png

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

makeapp-0.1.0.tar.gz (40.5 kB view details)

Uploaded Source

File details

Details for the file makeapp-0.1.0.tar.gz.

File metadata

  • Download URL: makeapp-0.1.0.tar.gz
  • Upload date:
  • Size: 40.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for makeapp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c4669f55db2e73c60bc1cf590c9530b8eb344049a96944cb41fe26ee4a06f7e8
MD5 3894fa1afd48b55a46e18a21147604a2
BLAKE2b-256 0854853f8e52c2976d3d7390f31bb70abd32267cc28f8f01dbab11f1d5b8ebf4

See more details on using hashes here.

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