Skip to main content

Bootstrapping your next Python CLI made easy as PyPI

Project description

Build Status Coverage Status Documentation Status GitHub Release Status PyPI Release Status PyPI Supported Python Versions License Status

Boilerplate PyPI project.

Overview

Boilerplate for modern, bathroom-tub-included Python projects.

The boilerplate itself is installable and includes minimalist Click CLI.

But most of the gold is buried within:

  • Modern Poetry and pyproject.toml setup.

  • Supports cascading editable installs (install current project in editable mode, as well as any dependencies you might have source for locally; boilerplate manages alternative pyproject.toml automatically).

  • All the lints: black, flake8, isort, pydocstyle, doc8, linkcheck, poetry check, and twine check.

  • Test against all active Python versions and lint using tox.

  • Run tasks, tests, and setup virtualenvs quickly using make commands in your active virtualenv.

    • Generate docs for ReadTheDocs.

    • Localize user messages using Babel.

    • Easily install to shared or isolated virtualenvs.

  • GitHub Actions linting, testing, and coverage upload.

Most of the files are designed to be hard linked from the derived projects themselves, as they won’t need to be customized (such as Makefile).

  • Then when the boilerplate changes, you can just commit the changes in the derived project, call them “dependency updates” or something, and not have to worry about merging changes manually (and running meld or something).

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

easy_as_pypi-1.1.19.tar.gz (28.1 kB view hashes)

Uploaded Source

Built Distribution

easy_as_pypi-1.1.19-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

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