# fallible
fallible, an experimental ansible
## building
```shell
$ python3 src/fallible/_vendor/_build.py --pr 72553 devel
$ python3 -m build -w -o dist
$ python3 -m build -w -o dist compat_entrypoints
```
Alternatively, instead of using `--pr` to enumerate individual PRs, you can use `--all` to fetch all PRs labeled with `fallible`.
## using
```shell
$ python3 -m fallible playbook site.yml
$ fallible-playbook site.yml
```
## ansible-core compat
The `compat_entrypoints` dir provides a package for `fallible-compat` that will install `ansible*` entrypoints.
```shell
$ pip3 install fallible-compat
$ ansible-playbook site.yml
```
Raw data
{
"_id": null,
"home_page": "https://ansible.com/",
"name": "fallible",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "",
"author": "Ansible, Inc.",
"author_email": "info@ansible.com",
"download_url": "https://files.pythonhosted.org/packages/18/d8/3f3e7993974da45261fd2938bc49dea0b9d695657bfced80eb95098f82c9/fallible-2022.10.17.tar.gz",
"platform": null,
"description": "# fallible\nfallible, an experimental ansible\n\n## building\n```shell\n$ python3 src/fallible/_vendor/_build.py --pr 72553 devel\n$ python3 -m build -w -o dist\n$ python3 -m build -w -o dist compat_entrypoints\n```\n\nAlternatively, instead of using `--pr` to enumerate individual PRs, you can use `--all` to fetch all PRs labeled with `fallible`.\n\n## using\n```shell\n$ python3 -m fallible playbook site.yml\n$ fallible-playbook site.yml\n```\n\n## ansible-core compat\n\nThe `compat_entrypoints` dir provides a package for `fallible-compat` that will install `ansible*` entrypoints.\n\n```shell\n$ pip3 install fallible-compat\n$ ansible-playbook site.yml\n```\n",
"bugtrack_url": null,
"license": "GPLv3+",
"summary": "fallible, an experimental ansible",
"version": "2022.10.17",
"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/",
"Mailing lists": "https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information",
"Source Code": "https://github.com/ansible/ansible"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abd2317e8260cc0cc4d383c6a50f6a4e9de1debb15949dd7740917af8b655254",
"md5": "77fa09bc562361bb36ce3b71197e4bdd",
"sha256": "6919f4ff8a0115577f470592669d0ba5d21b915db6ace8c1954467cbdd1b9eee"
},
"downloads": -1,
"filename": "fallible-2022.10.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "77fa09bc562361bb36ce3b71197e4bdd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 15812460,
"upload_time": "2022-10-17T16:14:43",
"upload_time_iso_8601": "2022-10-17T16:14:43.404207Z",
"url": "https://files.pythonhosted.org/packages/ab/d2/317e8260cc0cc4d383c6a50f6a4e9de1debb15949dd7740917af8b655254/fallible-2022.10.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "18d83f3e7993974da45261fd2938bc49dea0b9d695657bfced80eb95098f82c9",
"md5": "8d6ca4763238fff2892b74d5ee85671d",
"sha256": "fb80e2b4fc71d3c89be11497099abe92ae981639c2e0ea8e6fb4b35bff41bb5c"
},
"downloads": -1,
"filename": "fallible-2022.10.17.tar.gz",
"has_sig": false,
"md5_digest": "8d6ca4763238fff2892b74d5ee85671d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 13475190,
"upload_time": "2022-10-17T16:14:54",
"upload_time_iso_8601": "2022-10-17T16:14:54.944216Z",
"url": "https://files.pythonhosted.org/packages/18/d8/3f3e7993974da45261fd2938bc49dea0b9d695657bfced80eb95098f82c9/fallible-2022.10.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-17 16:14:54",
"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"
}