Skip to main content

Simplifies routine Python application development processes.

Project description

makeapp

https://github.com/idlesign/makeapp

PyPI - Version License Coverage Docs

Description

Simplifies routine Python application development processes.

  • 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 a single command.
  • Easily bootstrap your development environment.
  • Build and local serve the docs.
  • Run code styling/linting.
  • Run tests in different environments.

Application scaffolding

Scaffold a new application:

ma new shiny_app /home/librarian/shiny/ --description "My app." --author "I am"

!!! note ma is a convenient alias for makeapp command.

This will create a decent application skeleton using the default skeleton template (pyproject.toml, docs, tests, etc.) and initialize Git repository.

makeapp also bundles templates for commonly used application types:

  • click powered app
  • pytest plugin
  • Django app
  • webscaff project here
  • etc.

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

Adding changes

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

ma change "+ New 'change' command implemented"

This will also stage and commit all changed files.

Application publishing

When you're ready to publish issue the following command:

ma release
; Bump version number part manually: major, minor, patch
ma release --increment major

This will automatically:

  • bump up application version number
  • tag version in VCS
  • push sources to remote repository
  • upload application package to PyPI

Dev environment bootstrap

Or you just want to participate in the development of some other app.

Use tools and up commands to initialize tools and the environment to develop the application.

ma tools
ma up

Code style

Apply code style with style command:

ma style

Build/serve docs

Use docs command:

ma docs

Run tests

Use tests command:

ma tests

Documentation

https://makeapp.readthedocs.io/

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

Uploaded Source

Built Distribution

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

makeapp-2.3.0-py3-none-any.whl (81.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: makeapp-2.3.0.tar.gz
  • Upload date:
  • Size: 52.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for makeapp-2.3.0.tar.gz
Algorithm Hash digest
SHA256 cf556474bb10dadcaa3faf314e0f57a0fc90d56b0506655350cd5f3b4442acb5
MD5 12504805655054a22276f35bca8f721c
BLAKE2b-256 e2161ebbd98ea1dcccfc934dd77bacf3e5990cb79f93a98944afae18bff99aae

See more details on using hashes here.

File details

Details for the file makeapp-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: makeapp-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 81.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for makeapp-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 00937fa076bd3cbed8a38350ea5c5bd834096cf2f38c25664a8b3deee685ee94
MD5 af2decae36e60c5220c8f5b928b95625
BLAKE2b-256 606bdc4ef7fa847458354833f28ed1265096650b9633a3bebd746ac63e3453b9

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