ansible-creator


Nameansible-creator JSON
Version 24.12.1 PyPI version JSON
download
home_pageNone
SummaryA CLI tool for scaffolding Ansible Content.
upload_time2024-12-19 11:58:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseApache
keywords ansible
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![codecov](https://codecov.io/github/ansible/ansible-creator/graph/badge.svg?token=QZKqxsNNsL)](https://codecov.io/github/ansible/ansible-creator)
[![PyPI - Status](https://img.shields.io/pypi/status/ansible-creator)](https://pypi.org/project/ansible-creator/)
[![PyPI - Version](https://img.shields.io/pypi/v/ansible-creator)](https://pypi.org/project/ansible-creator/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ansible-creator)
![License](https://img.shields.io/github/license/ansible/ansible-creator)
[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
[![GitHub issues](https://img.shields.io/github/issues/ansible/ansible-creator)](https://github.com/ansible/ansible-creator/issues)

# ansible-creator

A CLI tool for scaffolding all your Ansible Content.

## Installation

```shell
pip install ansible-creator
```

```shell
$ ansible-creator --help
usage: ansible-creator [-h] command ...

The fastest way to generate all your ansible content.

Positional arguments:
 command
  add           Add resources to an existing Ansible project.
  init          Initialize a new Ansible project.

Options:
 --version      Print ansible-creator version and exit.
 -h     --help  Show this help message and exit
```

## Usage

Full documentation on how to use `ansible-creator`, including integration with the VS Code Ansible Extension, is available in
[ansible-creator documentation](https://ansible.readthedocs.io/projects/creator/).

## Command line completion

`ansible-creator` has experimental command line completion for common shells. Please ensure you have the `argcomplete` package installed and configured.

```shell
pip install argcomplete --user
activate-global-python-argcomplete --user
```

## Upcoming features

- Scaffold Ansible plugins of your choice with the `create` action.
  Switch to the [create](https://github.com/ansible-community/ansible-creator/tree/create) branch and try it out!

## Communication

Refer to the [Get in Touch](https://ansible.readthedocs.io/projects/creator/contributing/#get-in-touch)
section of the Contributor Guide to find out how to communicate with us.

You can also find more information in the
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).

## Contributing

See [Contributing to ansible-creator](https://ansible.readthedocs.io/projects/creator/contributing/).

## Code of Conduct

Please see the
[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).

## Licensing

ansible-creator is released under the Apache License version 2.

See the [LICENSE](https://github.com/ansible/ansible-creator/blob/main/LICENSE) file for more details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ansible-creator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Ansible by Red Hat <info@ansible.com>",
    "keywords": "ansible",
    "author": null,
    "author_email": "Nilashish Chakarborty <nchakrab@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/2a/a9/b4ece27490fa6a94b9dd73cdedd16184ca09b8bd866c13fb2545b5d6e2e5/ansible_creator-24.12.1.tar.gz",
    "platform": null,
    "description": "[![codecov](https://codecov.io/github/ansible/ansible-creator/graph/badge.svg?token=QZKqxsNNsL)](https://codecov.io/github/ansible/ansible-creator)\n[![PyPI - Status](https://img.shields.io/pypi/status/ansible-creator)](https://pypi.org/project/ansible-creator/)\n[![PyPI - Version](https://img.shields.io/pypi/v/ansible-creator)](https://pypi.org/project/ansible-creator/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ansible-creator)\n![License](https://img.shields.io/github/license/ansible/ansible-creator)\n[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)\n[![GitHub issues](https://img.shields.io/github/issues/ansible/ansible-creator)](https://github.com/ansible/ansible-creator/issues)\n\n# ansible-creator\n\nA CLI tool for scaffolding all your Ansible Content.\n\n## Installation\n\n```shell\npip install ansible-creator\n```\n\n```shell\n$ ansible-creator --help\nusage: ansible-creator [-h] command ...\n\nThe fastest way to generate all your ansible content.\n\nPositional arguments:\n command\n  add           Add resources to an existing Ansible project.\n  init          Initialize a new Ansible project.\n\nOptions:\n --version      Print ansible-creator version and exit.\n -h     --help  Show this help message and exit\n```\n\n## Usage\n\nFull documentation on how to use `ansible-creator`, including integration with the VS Code Ansible Extension, is available in\n[ansible-creator documentation](https://ansible.readthedocs.io/projects/creator/).\n\n## Command line completion\n\n`ansible-creator` has experimental command line completion for common shells. Please ensure you have the `argcomplete` package installed and configured.\n\n```shell\npip install argcomplete --user\nactivate-global-python-argcomplete --user\n```\n\n## Upcoming features\n\n- Scaffold Ansible plugins of your choice with the `create` action.\n  Switch to the [create](https://github.com/ansible-community/ansible-creator/tree/create) branch and try it out!\n\n## Communication\n\nRefer to the [Get in Touch](https://ansible.readthedocs.io/projects/creator/contributing/#get-in-touch)\nsection of the Contributor Guide to find out how to communicate 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\nSee [Contributing to ansible-creator](https://ansible.readthedocs.io/projects/creator/contributing/).\n\n## Code of Conduct\n\nPlease see the\n[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).\n\n## Licensing\n\nansible-creator is released under the Apache License version 2.\n\nSee the [LICENSE](https://github.com/ansible/ansible-creator/blob/main/LICENSE) file for more details.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "A CLI tool for scaffolding Ansible Content.",
    "version": "24.12.1",
    "project_urls": {
        "changelog": "https://github.com/ansible/ansible-creator/releases",
        "documentation": "https://ansible.readthedocs.io/projects/creator/",
        "homepage": "https://github.com/ansible/ansible-creator",
        "repository": "https://github.com/ansible/ansible-creator"
    },
    "split_keywords": [
        "ansible"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83b8d489aaaf9227f1c36744927693ff2825fa096d536dcdf2d80a59c9bee25b",
                "md5": "84886e18760c5122c72851c6d3db4a1b",
                "sha256": "0db4b9cde2b1844ed370c0bc827e1db04a91777ff44eb60f2468afb04e657819"
            },
            "downloads": -1,
            "filename": "ansible_creator-24.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84886e18760c5122c72851c6d3db4a1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 82605,
            "upload_time": "2024-12-19T11:58:50",
            "upload_time_iso_8601": "2024-12-19T11:58:50.582435Z",
            "url": "https://files.pythonhosted.org/packages/83/b8/d489aaaf9227f1c36744927693ff2825fa096d536dcdf2d80a59c9bee25b/ansible_creator-24.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa9b4ece27490fa6a94b9dd73cdedd16184ca09b8bd866c13fb2545b5d6e2e5",
                "md5": "ad755bbef1a7aa7af267c4facd30efbb",
                "sha256": "b739cb96ba17a76edc0bd2f5fcde76d75244ad7ed6afc63bb0cdb5385ba5234b"
            },
            "downloads": -1,
            "filename": "ansible_creator-24.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ad755bbef1a7aa7af267c4facd30efbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9625726,
            "upload_time": "2024-12-19T11:58:52",
            "upload_time_iso_8601": "2024-12-19T11:58:52.925814Z",
            "url": "https://files.pythonhosted.org/packages/2a/a9/b4ece27490fa6a94b9dd73cdedd16184ca09b8bd866c13fb2545b5d6e2e5/ansible_creator-24.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 11:58:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ansible",
    "github_project": "ansible-creator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ansible-creator"
}
        
Elapsed time: 4.36964s