Skip to main content

Simplifies Python application rollout and publishing.

Project description

https://github.com/idlesign/makeapp

LBC Python 2

release lic ci coverage

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 using the default skeleton template (setup.py, docs, tests, etc.) and initialize Git repository.

makeapp bundles some commonly used templates for apps using: pytest, click, Django, etc.

Multiple templates can be used together. Complete list of featured templates can be found in the documentation. User-made templates are also supported.

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

https://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-1.3.0.tar.gz (64.4 kB view details)

Uploaded Source

Built Distribution

makeapp-1.3.0-py2.py3-none-any.whl (83.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for makeapp-1.3.0.tar.gz
Algorithm Hash digest
SHA256 55f87e9f7c54fdba904cc840aba460cae0e6be9881860e967e697bce2041d5bf
MD5 adca4a986409e046a9e38f58b9065156
BLAKE2b-256 4e9f9c48d0d86209e42bf4d84e01d6ea4b7fd0c8448c649103a3da2d578f9476

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for makeapp-1.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d3a01bd62d3980f788d58fbead71b6b1492f5f5af66379a8f3448811c281e3a0
MD5 ddfae17a5bdb8c4e8c4332dccc3f51d6
BLAKE2b-256 a5bbc7b44f22d27dc5607adb76a5185e47e7047d764afb79379619f37d1fd01b

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