Simplifies Python application rollout and publishing.
Project description
https://github.com/idlesign/makeapp
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.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file makeapp-0.8.0.tar.gz
.
File metadata
- Download URL: makeapp-0.8.0.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fecc1a7f7ecd7211f60752958638000d9d70b7fef0340481b896c0de35a3378 |
|
MD5 | 6aea40cfbc24e4e67e66b5604aa0335e |
|
BLAKE2b-256 | 4b5a896a3bd7cd7d85c8b889f9ddb1b1a630112e89c00f6e643b45ae7246b506 |
File details
Details for the file makeapp-0.8.0-py2-none-any.whl
.
File metadata
- Download URL: makeapp-0.8.0-py2-none-any.whl
- Upload date:
- Size: 65.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaa7cf7166c8c9196a48afe58cb0a9b0bc5aebf0398e60345f9e232a12963651 |
|
MD5 | 481857f12e6ee91390495ab4ec52dc52 |
|
BLAKE2b-256 | 1a523852ec1832fb88bc939e1a468c4167986d58d7eeea0d0ec706bf9f89d508 |