climax


Nameclimax JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/miguelgrinberg/climax
SummaryDecorator based argparse wrapper inspired by click.
upload_time2021-07-08 23:17:19
maintainer
docs_urlNone
authorMiguel Grinberg
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # climax

[![Build status](https://github.com/miguelgrinberg/climax/workflows/build/badge.svg)](https://github.com/miguelgrinberg/climax/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/climax/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/climax)

A lightweight argparse wrapper inspired by click.

Climax is a little argparse wrapper, with a decorator based syntax heavily
inspired by Armin Ronacher's [click](http://click.pocoo.org/). Climax can
import native argparse parsers as sub-commands, and can also export itself as
a native parser, providing full interoperability with existing argparse
based solutions.

## Resources

- [Documentation](http://climax.readthedocs.io/en/latest/)
- [PyPI](https://pypi.python.org/pypi/climax)
- [Change Log](https://github.com/miguelgrinberg/climax/blob/main/CHANGES.md)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miguelgrinberg/climax",
    "name": "climax",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Miguel Grinberg",
    "author_email": "miguel.grinberg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/c1/fda7effbe2ed2b57c4067dd638213dda5df26159b7afab03e4a564cbb85a/climax-0.5.0.tar.gz",
    "platform": "",
    "description": "# climax\n\n[![Build status](https://github.com/miguelgrinberg/climax/workflows/build/badge.svg)](https://github.com/miguelgrinberg/climax/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/climax/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/climax)\n\nA lightweight argparse wrapper inspired by click.\n\nClimax is a little argparse wrapper, with a decorator based syntax heavily\ninspired by Armin Ronacher's [click](http://click.pocoo.org/). Climax can\nimport native argparse parsers as sub-commands, and can also export itself as\na native parser, providing full interoperability with existing argparse\nbased solutions.\n\n## Resources\n\n- [Documentation](http://climax.readthedocs.io/en/latest/)\n- [PyPI](https://pypi.python.org/pypi/climax)\n- [Change Log](https://github.com/miguelgrinberg/climax/blob/main/CHANGES.md)\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Decorator based argparse wrapper inspired by click.",
    "version": "0.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "205f2e448594520a2bb55e482dbb1ab7540123f8db28aca7035ae60e3a3b67ca",
                "md5": "74f4dd1555a8bee99cf0820ce3f64a37",
                "sha256": "0c8c930a34fc592b3958bdaaaaa56ad440e031c5a309f404458e352242084d83"
            },
            "downloads": -1,
            "filename": "climax-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74f4dd1555a8bee99cf0820ce3f64a37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4665,
            "upload_time": "2021-07-08T23:17:17",
            "upload_time_iso_8601": "2021-07-08T23:17:17.814173Z",
            "url": "https://files.pythonhosted.org/packages/20/5f/2e448594520a2bb55e482dbb1ab7540123f8db28aca7035ae60e3a3b67ca/climax-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ec1fda7effbe2ed2b57c4067dd638213dda5df26159b7afab03e4a564cbb85a",
                "md5": "b352c9857a543a3a63dd0f13a3918ec6",
                "sha256": "0def8208cab9e5b0c6e340bf5d113f70cffbbe5b6d43d450ed459b599ccfd268"
            },
            "downloads": -1,
            "filename": "climax-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b352c9857a543a3a63dd0f13a3918ec6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4645,
            "upload_time": "2021-07-08T23:17:19",
            "upload_time_iso_8601": "2021-07-08T23:17:19.505817Z",
            "url": "https://files.pythonhosted.org/packages/6e/c1/fda7effbe2ed2b57c4067dd638213dda5df26159b7afab03e4a564cbb85a/climax-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-07-08 23:17:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "miguelgrinberg",
    "github_project": "climax",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "climax"
}
        
Elapsed time: 0.07743s