Skip to main content

Simplifies Python application rollout and publishing.

Project description

https://github.com/idlesign/makeapp

https://img.shields.io/pypi/v/makeapp.svg https://img.shields.io/pypi/dm/makeapp.svg https://img.shields.io/pypi/l/makeapp.svg

Description

Simplifies Python application rollout and publishing.

  • 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.

  • Easily add entries to your changelog.

  • Publish your application to remotes (VCS, PyPI) with single command.

Application scaffolding

Scaffold a new application:

$ makeapp new my_new_app /home/librarian/mynewapp/ -d "My application." --author "The Librarian"

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

Application publishing

When you’re ready to publish issue the following command while in project directory (containing setup.py):

$ makeapp release

This will automatically:

  • bump up application version number

  • tag version in VCS

  • push sources to remote repository

  • upload application package to PyPI

Adding changes

When you’re ready to add another entry to your changelog use change command:

$ makeapp change "+ New 'change' command implemented"

This will also stage and commit all changed files.

Bash completion

To enable bash completion for makeapp command append the following line into your .bashrc:

eval "$(_MAKEAPP_COMPLETE=source makeapp)"

Documentation

http://makeapp.readthedocs.org/

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.11.1.tar.gz (54.9 kB view details)

Uploaded Source

Built Distribution

makeapp-0.11.1-py2-none-any.whl (66.9 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for makeapp-0.11.1.tar.gz
Algorithm Hash digest
SHA256 10a4ec4c446bba6a2bfed3e3893f73980a9d759e2fd982b2c871a907653e2e01
MD5 dba02b12b71862ede39100848fa8f52e
BLAKE2b-256 e148cbac30bc1e5b5bbc6ec9b4d951b82772db6a80fb4c466199c5b8fa13ec60

See more details on using hashes here.

File details

Details for the file makeapp-0.11.1-py2-none-any.whl.

File metadata

File hashes

Hashes for makeapp-0.11.1-py2-none-any.whl
Algorithm Hash digest
SHA256 d99a0894321524cb7ed16652d3922b3374933d38bf089bc62c5aca3105b060e4
MD5 88cdf3e7339a2322f5aacaa0683eef9c
BLAKE2b-256 a0f3df1a5da3b00b1c3d749cad09afc68e4f217ebf2f5b2d49c832789dc162ec

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