{
  "result": {
    "25.9.1.dev0": {
      "name": "ansible-navigator",
      "version": "25.9.1.dev0",
      "metadata_version": "2.4",
      "summary": "A text-based user interface (TUI) for the Red Hat Ansible Automation Platform",
      "home_page": "",
      "author": "",
      "author_email": "\"Bradley A. Thornton\" <bthornto@redhat.com>",
      "maintainer": "",
      "maintainer_email": "Ansible by Red Hat <info@ansible.com>",
      "license": "Apache",
      "description": "# ansible-navigator\n\n[//]: # (DO-NOT-REMOVE-docs-intro-START)\n\nA text-based user interface (TUI) for Ansible.\n\nA demo of the interface can be found [on YouTube][YT demo].\n\n[YT demo]: https://www.youtube.com/watch?v=J9PBKi8ydi4\n\n[//]: # (DO-NOT-REMOVE-docs-intro-END)\n\n## Communication\n\nRefer to the\n[Talk to us](https://ansible.readthedocs.io/projects/navigator/contributing/community/#talk-to-us)\nsection of the Contributing guide to find out how to get in touch with us.\n\nYou can also find more information in the\n[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).\n\n## Contributing\n\nAny kind of contribution to this project is very welcome and appreciated,\nwhether it is a documentation improvement, [bug report][issue],\n[pull request][pull request] review, or a patch.\n\nSee the [Contributing guidelines][contributing guidelines] for details.\n\n[issue]:https://github.com/ansible/ansible-navigator/issues\n[pull request]:https://github.com/ansible/ansible-navigator/pulls\n[contributing guidelines]:\nhttps://ansible.readthedocs.io/projects/navigator/contributing/guidelines/\n\n## Code of Conduct\n\nPlease see the official\n[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).\n\n## Quick start\n\n### Installing\n\nGetting started with ansible-navigator is as simple as:\n\n```\npip3 install 'ansible-navigator[ansible-core]'\nansible-navigator --help\n```\n\n(Users wishing to install within a virtual environment might find the relevant\n[Python documentation][Python venv doc] useful.)\n\nBy default, ansible-navigator uses a container runtime (`podman` or `docker`,\nwhichever it finds first) and runs Ansible within an execution environment\n(a pre-built container image which includes [ansible-core] along with a set\nof Ansible collections.)\n\nThis default behavior can be disabled by starting ansible-navigator with\n`--execution-environment false`. In this case, Ansible and any collections\nneeded must be installed manually on the system.\n\n[ansible-core]: https://docs.ansible.com/ansible-core/devel\n[Python venv doc]: https://docs.python.org/3/library/venv.html\n\nAdditional `Linux`, `macOS` and `Windows with WSL2` installation\ninstructions are available in the [Installation guide].\n\n[Installation guide]:\nhttps://ansible-navigator.readthedocs.io/installation/\n\n## Welcome\n\nWhen running `ansible-navigator` with no arguments, you will be presented with\nthe *welcome page*. From this page, you can run playbooks, browse collections,\nexplore inventories, read Ansible documentation, and more.\n\nA full list of key bindings can be viewed by typing `:help`.\n\n## Output modes\n\nThere are two modes in which ansible-navigator can be run:\n\n* The **interactive** mode, which provides a curses-based user interface and\n  allows you to \"zoom in\" on data in real time, filter it, and navigate between\n  various Ansible components; and\n* The **stdout** mode, which does *not* use curses, and simply returns the\n  output to the terminal's standard output stream, as Ansible's commands\n  would.\n\nThe **interactive** mode is the default and this default can be overwritten by\npassing `--mode stdout` (`-m stdout`) or setting `mode` in\n[configuration][settings documentation].\n\n[settings documentation]: https://ansible-navigator.readthedocs.io/settings/\n\n## Example commands\n\nAll of ansible-navigator's features can be accessed from the *welcome page*\ndescribed above, but as a shortcut, commands can also be provided directly as\ncommand-line arguments.\n\nSome examples:\n\n* Review and explore available collections: `ansible-navigator collections`\n* Review and explore current Ansible configuration: `ansible-navigator config`\n* Review and explore Ansible documentation:\n  `ansible-navigator doc ansible.netcommon.cli_command`\n* Review execution environment images available locally:\n  `ansible-navigator images`\n* Review and explore an inventory:\n  `ansible-navigator inventory -i inventory.yaml`\n* Run and explore a playbook:\n  `ansible-navigator run site.yaml -i inventory.yaml`\n\nOr using the **stdout** mode described above:\n\n* Show the current Ansible configuration:\n  `ansible-navigator config dump -m stdout`\n* Show documentation: `ansible-navigator doc sudo -t become  -m stdout`\n\n... and so on. A full list of subcommands and their relation to Ansible\ncommands can be found in the [subcommand documentation].\n\n[subcommand documentation]:\nhttps://ansible-navigator.readthedocs.io/subcommands/\n\n## Configuring ansible-navigator\n\nThere are several ways to configure ansible-navigator and users and projects\nare free to choose the most convenient method for them. The full hierarchy of\nhow various configuration sources are applied can be found in the FAQ mentioned\nbelow.\n\nOf note, projects making use of ansible-navigator can include a project-wide\nconfiguration file with the project. If one is not found, ansible-navigator\nwill look for a user-specific configuration file in the user's home directory.\nDetails about this can be found in the [settings documentation].\n\n## Frequently Asked Questions (FAQ)\n\nWe maintain a [list of common questions][FAQ] which provides a good\nresource to check if something is tripping you up. We also encourage additions\nto this document for the greater community!\n\n[FAQ]: https://ansible-navigator.readthedocs.io/faq/\n\n## License\n\nansible-navigator is released under the Apache License version 2. See the\n[LICENSE] file for more details.\n\n[LICENSE]: https://github.com/ansible/ansible-navigator/blob/main/LICENSE\n",
      "keywords": "ansible",
      "platform": [],
      "classifiers": [
        "Development Status :: 5 - Production/Stable",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: Apache Software License",
        "Operating System :: OS Independent",
        "Topic :: Software Development :: Testing",
        "Topic :: Software Development :: Quality Assurance",
        "Topic :: Utilities",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "Programming Language :: Python :: 3.13",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "changelog, https://github.com/ansible/ansible-navigator/releases",
        "documentation, https://ansible-navigator.readthedocs.io/en/latest/",
        "homepage, https://github.com/ansible/ansible-navigator",
        "repository, https://github.com/ansible/ansible-navigator"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "ansible-builder>=3.0.0",
        "ansible-runner<3,>=2.3.1",
        "ansible-lint>=6.19.0",
        "jinja2",
        "jsonschema",
        "onigurumacffi<2,>=1.1.0",
        "pyyaml",
        "setuptools>=63.1.0; python_version >= \"3.11\"",
        "tzdata",
        "mkdocs-ansible>=24.3.0; extra == \"docs\"",
        "ansible-core; extra == \"test\"",
        "coverage-enable-subprocess; extra == \"test\"",
        "coverage[toml]>=7.4.3; extra == \"test\"",
        "darglint; extra == \"test\"",
        "flake8-docstrings; extra == \"test\"",
        "libtmux>=0.36.0; extra == \"test\"",
        "pre-commit; extra == \"test\"",
        "pytest-env; extra == \"test\"",
        "pytest-mock; extra == \"test\"",
        "pytest-plus; extra == \"test\"",
        "pytest-subtests; extra == \"test\"",
        "pytest-xdist; extra == \"test\""
      ],
      "requires_external": [],
      "requires_python": ">=3.10",
      "description_content_type": "text/markdown",
      "provides_extras": [
        "docs",
        "test"
      ],
      "dynamic": [
        "license-file"
      ],
      "license_expression": "",
      "license_file": [
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=0204775828f9a20bbc513b304ec915377035d499777e04157c9e4e0eafa82551",
          "hashes": {
            "sha256": "0204775828f9a20bbc513b304ec915377035d499777e04157c9e4e0eafa82551"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/020/4775828f9a20b/ansible_navigator-25.9.1.dev0-py3-none-any.whl",
          "log": [
            {
              "what": "overwrite",
              "who": null,
              "when": [
                2026,
                8,
                20,
                10,
                33,
                42
              ],
              "count": 7
            },
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                8,
                20,
                10,
                33,
                42
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    }
  },
  "type": "projectconfig"
}
