fallible-compat


Namefallible-compat JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://ansible.com/
Summaryansible compat entrypoints for fallible
upload_time2025-01-29 00:22:16
maintainerNone
docs_urlNone
authorAnsible Project
requires_pythonNone
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements jinja2 PyYAML cryptography packaging resolvelib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fallible-compat

This package is effectively a meta package that provides `ansible*` compatibility entrypoints (CLI commands) for `fallible`.

The goal is to provide an easy compat layer for tooling that expects the ansible CLI utilities to be present for it's functionality, to allow easily testing `fallible` in those environments.

This package can be installed explicitly via:

```shell
$ pip install fallible-compat
```

or as an `extras` for the `fallible` package via:

```shell
$ pip install fallible[compat]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://ansible.com/",
    "name": "fallible-compat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ansible Project",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/90/af/fa78ad9138fffb1b3582e9b21ec7cd531de118d35c19aa6c1b59a07e4532/fallible_compat-0.0.2.tar.gz",
    "platform": null,
    "description": "# fallible-compat\n\nThis package is effectively a meta package that provides `ansible*` compatibility entrypoints (CLI commands) for `fallible`.\n\nThe goal is to provide an easy compat layer for tooling that expects the ansible CLI utilities to be present for it's functionality, to allow easily testing `fallible` in those environments.\n\nThis package can be installed explicitly via:\n\n```shell\n$ pip install fallible-compat\n```\n\nor as an `extras` for the `fallible` package via:\n\n```shell\n$ pip install fallible[compat]\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "ansible compat entrypoints for fallible",
    "version": "0.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/ansible/ansible/issues",
        "CI: Azure Pipelines": "https://dev.azure.com/ansible/ansible/",
        "Code of Conduct": "https://docs.ansible.com/ansible/latest/community/code_of_conduct.html",
        "Documentation": "https://docs.ansible.com/ansible-core/",
        "Homepage": "https://ansible.com/",
        "Source Code": "https://github.com/ansible/ansible"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7feb2a5280b73e9f043f27a210c49e5ff12aafd0a5e6b5f553973b94e64a7e4b",
                "md5": "6f1882ef045898aed11a759d57f584a5",
                "sha256": "1056a3165d231400bf96c3bf80da6f56a7d2460307bc763a2aee099d95c23b4a"
            },
            "downloads": -1,
            "filename": "fallible_compat-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f1882ef045898aed11a759d57f584a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2031,
            "upload_time": "2025-01-29T00:22:12",
            "upload_time_iso_8601": "2025-01-29T00:22:12.674708Z",
            "url": "https://files.pythonhosted.org/packages/7f/eb/2a5280b73e9f043f27a210c49e5ff12aafd0a5e6b5f553973b94e64a7e4b/fallible_compat-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90affa78ad9138fffb1b3582e9b21ec7cd531de118d35c19aa6c1b59a07e4532",
                "md5": "1f7c0178ecb003d674170d2b1b3fd61d",
                "sha256": "36cf55561482e6fc9751d28e917d6c1b2b8df95360fd404b82ca3ee27aa3422a"
            },
            "downloads": -1,
            "filename": "fallible_compat-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1f7c0178ecb003d674170d2b1b3fd61d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2034,
            "upload_time": "2025-01-29T00:22:16",
            "upload_time_iso_8601": "2025-01-29T00:22:16.730929Z",
            "url": "https://files.pythonhosted.org/packages/90/af/fa78ad9138fffb1b3582e9b21ec7cd531de118d35c19aa6c1b59a07e4532/fallible_compat-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 00:22:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ansible",
    "github_project": "ansible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "5.1"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "resolvelib",
            "specs": [
                [
                    ">=",
                    "0.5.3"
                ],
                [
                    "<",
                    "2.0.0"
                ]
            ]
        }
    ],
    "lcname": "fallible-compat"
}
        
Elapsed time: 0.41016s