Skip to main content

Simplifies Python application rollout and publishing.

Project description

https://github.com/idlesign/makeapp

release lic ci coverage health

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

makeapp-0.12.2-py2.py3-none-any.whl (69.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: makeapp-0.12.2.tar.gz
  • Upload date:
  • Size: 57.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for makeapp-0.12.2.tar.gz
Algorithm Hash digest
SHA256 14d2fb3623d968b65cb7d5b724d650a07ccfa5dccbd7a6520e715d112e928f09
MD5 177a0ce40afc3946cb3c45ba395fb7ba
BLAKE2b-256 f9564747ecb6aab6df0b6b31b8c48946d55a179f2ace8507791df0f6f51921f4

See more details on using hashes here.

File details

Details for the file makeapp-0.12.2-py2.py3-none-any.whl.

File metadata

  • Download URL: makeapp-0.12.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 69.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for makeapp-0.12.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 487218015f5ab222ac9c03998282bd6d91e3f741f5ef21e3f5f36a80490b9c5c
MD5 bed5cd45f790043351f0e25975f7a422
BLAKE2b-256 455b51c22e206766ccc78361b73ff55385ccc3d357d0f54c7076ccb8cdb59f4e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page