easy-as-pypi


Nameeasy-as-pypi JSON
Version 1.1.19 PyPI version JSON
download
home_page
SummaryBootstrapping your next Python CLI made easy as PyPI
upload_time2023-12-28 22:52:53
maintainerTally Bark LLC
docs_urlNone
authorLandon Bouma
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords python boilerplate pyoilerplate scaffolding framework cli tui skeleton cookiecutter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            @@@@@@@@@@@@
easy-as-pypi
@@@@@@@@@@@@

.. CXREF:
   https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge

.. image:: https://github.com/doblabs/easy-as-pypi/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
  :target: https://github.com/doblabs/easy-as-pypi/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
  :alt: Build Status

.. CXREF: https://app.codecov.io/github.com/doblabs/easy-as-pypi/settings/badge

.. image:: https://codecov.io/gh/doblabs/easy-as-pypi/branch/release/graph/badge.svg?token=AlKUyOgTGY
  :target: https://app.codecov.io/gh/doblabs/easy-as-pypi
  :alt: Coverage Status

.. image:: https://readthedocs.org/projects/easy-as-pypi/badge/?version=latest
  :target: https://easy-as-pypi.readthedocs.io/en/latest/
  :alt: Documentation Status

.. image:: https://img.shields.io/github/v/release/doblabs/easy-as-pypi.svg?style=flat
  :target: https://github.com/doblabs/easy-as-pypi/releases
  :alt: GitHub Release Status

.. image:: https://img.shields.io/pypi/v/easy-as-pypi.svg
  :target: https://pypi.org/project/easy-as-pypi/
  :alt: PyPI Release Status

.. image:: https://img.shields.io/pypi/pyversions/easy-as-pypi.svg
  :target: https://pypi.org/project/easy-as-pypi/
  :alt: PyPI Supported Python Versions

.. image:: https://img.shields.io/github/license/doblabs/easy-as-pypi.svg?style=flat
  :target: https://github.com/doblabs/easy-as-pypi/blob/release/LICENSE
  :alt: License Status

|

Boilerplate PyPI project.

.. Install with ``pip``::
..
..     pip3 install easy-as-pypi

########
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).



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "easy-as-pypi",
    "maintainer": "Tally Bark LLC",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "doblabs@tallybark.com",
    "keywords": "python,boilerplate,pyoilerplate,scaffolding,framework,CLI,TUI,skeleton,cookiecutter",
    "author": "Landon Bouma",
    "author_email": "doblabs@tallybark.com",
    "download_url": "https://files.pythonhosted.org/packages/52/00/9ec6285d029f0a55abaf38f6a338bd8acde483cc35dd2eaa811748e482f8/easy_as_pypi-1.1.19.tar.gz",
    "platform": null,
    "description": "@@@@@@@@@@@@\neasy-as-pypi\n@@@@@@@@@@@@\n\n.. CXREF:\n   https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\n\n.. image:: https://github.com/doblabs/easy-as-pypi/actions/workflows/checks-unspecial.yml/badge.svg?branch=release\n  :target: https://github.com/doblabs/easy-as-pypi/actions/workflows/checks-unspecial.yml/badge.svg?branch=release\n  :alt: Build Status\n\n.. CXREF: https://app.codecov.io/github.com/doblabs/easy-as-pypi/settings/badge\n\n.. image:: https://codecov.io/gh/doblabs/easy-as-pypi/branch/release/graph/badge.svg?token=AlKUyOgTGY\n  :target: https://app.codecov.io/gh/doblabs/easy-as-pypi\n  :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/easy-as-pypi/badge/?version=latest\n  :target: https://easy-as-pypi.readthedocs.io/en/latest/\n  :alt: Documentation Status\n\n.. image:: https://img.shields.io/github/v/release/doblabs/easy-as-pypi.svg?style=flat\n  :target: https://github.com/doblabs/easy-as-pypi/releases\n  :alt: GitHub Release Status\n\n.. image:: https://img.shields.io/pypi/v/easy-as-pypi.svg\n  :target: https://pypi.org/project/easy-as-pypi/\n  :alt: PyPI Release Status\n\n.. image:: https://img.shields.io/pypi/pyversions/easy-as-pypi.svg\n  :target: https://pypi.org/project/easy-as-pypi/\n  :alt: PyPI Supported Python Versions\n\n.. image:: https://img.shields.io/github/license/doblabs/easy-as-pypi.svg?style=flat\n  :target: https://github.com/doblabs/easy-as-pypi/blob/release/LICENSE\n  :alt: License Status\n\n|\n\nBoilerplate PyPI project.\n\n.. Install with ``pip``::\n..\n..     pip3 install easy-as-pypi\n\n########\nOverview\n########\n\nBoilerplate for modern, bathroom-tub-included Python projects.\n\nThe boilerplate itself is installable and includes minimalist Click CLI.\n\nBut most of the gold is buried within:\n\n- Modern Poetry and ``pyproject.toml`` setup.\n\n- Supports cascading editable installs (install current project in\n  editable mode, as well as any dependencies you might have source\n  for locally; boilerplate manages alternative ``pyproject.toml``\n  automatically).\n\n- All the lints: ``black``, ``flake8``, ``isort``, ``pydocstyle``,\n  ``doc8``, ``linkcheck``, ``poetry check``, and ``twine check``.\n\n- Test against all active Python versions and lint using ``tox``.\n\n- Run tasks, tests, and setup virtualenvs quickly using ``make``\n  commands in your active virtualenv.\n\n  - Generate docs for *ReadTheDocs*.\n\n  - Localize user messages using ``Babel``.\n\n  - Easily install to shared or isolated virtualenvs.\n\n- GitHub Actions linting, testing, and coverage upload.\n\nMost of the files are designed to be hard linked from the derived\nprojects themselves, as they won't need to be customized (such as\n``Makefile``).\n\n- Then when the boilerplate changes, you can just commit the\n  changes in the derived project, call them \"dependency updates\"\n  or something, and not have to worry about merging changes manually\n  (and running ``meld`` or something).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bootstrapping your next Python CLI made easy as PyPI",
    "version": "1.1.19",
    "project_urls": {
        "documentation": "https://easy-as-pypi.readthedocs.io/en/latest",
        "download": "https://pypi.org/project/easy-as-pypi/#files",
        "history": "https://github.com/doblabs/easy-as-pypi/blob/release/HISTORY.rst",
        "homepage": "https://github.com/doblabs/easy-as-pypi#\ud83e\udd67",
        "issues": "https://github.com/doblabs/easy-as-pypi/issues"
    },
    "split_keywords": [
        "python",
        "boilerplate",
        "pyoilerplate",
        "scaffolding",
        "framework",
        "cli",
        "tui",
        "skeleton",
        "cookiecutter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea74cc4e132a65598d4e5da862054f6bd5bda95373d9fc6fbad19b3d8d991718",
                "md5": "23caa74ab1227f26b10a4fdb00124cbf",
                "sha256": "51bb3116349532cb731b0e4754311b0232a984b0fef7005232568adbe8f58eb6"
            },
            "downloads": -1,
            "filename": "easy_as_pypi-1.1.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23caa74ab1227f26b10a4fdb00124cbf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 10102,
            "upload_time": "2023-12-28T22:52:52",
            "upload_time_iso_8601": "2023-12-28T22:52:52.173098Z",
            "url": "https://files.pythonhosted.org/packages/ea/74/cc4e132a65598d4e5da862054f6bd5bda95373d9fc6fbad19b3d8d991718/easy_as_pypi-1.1.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52009ec6285d029f0a55abaf38f6a338bd8acde483cc35dd2eaa811748e482f8",
                "md5": "0c2581db3595af92b8a5df60db726e53",
                "sha256": "3292ec5daa2d0d0e05b88ae4cb03372a292116a1fd5a222ad84029d99a0da34a"
            },
            "downloads": -1,
            "filename": "easy_as_pypi-1.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "0c2581db3595af92b8a5df60db726e53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 28064,
            "upload_time": "2023-12-28T22:52:53",
            "upload_time_iso_8601": "2023-12-28T22:52:53.873586Z",
            "url": "https://files.pythonhosted.org/packages/52/00/9ec6285d029f0a55abaf38f6a338bd8acde483cc35dd2eaa811748e482f8/easy_as_pypi-1.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-28 22:52:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "doblabs",
    "github_project": "easy-as-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "easy-as-pypi"
}
        
Elapsed time: 0.17245s