pia


Namepia JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summary(Alternative) Package Installer for Ansible
upload_time2023-01-14 18:31:16
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords ansible
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PIA - Package Installer for Ansible

> Like pip but for Ansible content, resilient content management that works
> fast, offline, with caching, compatible with multiple versions of ansible
> and a very friendly user interface.

This project aims to become an alternative to the current `ansible-galaxy`
command line tool, one that would address some shortcomings such as:

- Ability to run offline, especially when checking if current dependencies
  are up to date.
- Use caching similar to how pip does, so network access would be needed only
  if current data is not available locally.
- Be idempotent.

## Installation

```
pip3 install pia
```

## Usage

Please note that not all features are implemented yet.

```bash
# Install a collection
pia install namespace.collection_name
# should also accept aliases like `pip i ...`

# Install a collection archive from disk
pia install ./path/to/collection.tar.gz

# Uninstall a collection
pia uninstall namespace.collection_name

# List installed collections
pia list
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pia",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "keywords": "ansible",
    "author": "",
    "author_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ed/50/c06ed060b01cfd33983c30ac5358850816acb974c41c47c0143134fd8855/pia-0.2.0.tar.gz",
    "platform": null,
    "description": "# PIA - Package Installer for Ansible\n\n> Like pip but for Ansible content, resilient content management that works\n> fast, offline, with caching, compatible with multiple versions of ansible\n> and a very friendly user interface.\n\nThis project aims to become an alternative to the current `ansible-galaxy`\ncommand line tool, one that would address some shortcomings such as:\n\n- Ability to run offline, especially when checking if current dependencies\n  are up to date.\n- Use caching similar to how pip does, so network access would be needed only\n  if current data is not available locally.\n- Be idempotent.\n\n## Installation\n\n```\npip3 install pia\n```\n\n## Usage\n\nPlease note that not all features are implemented yet.\n\n```bash\n# Install a collection\npia install namespace.collection_name\n# should also accept aliases like `pip i ...`\n\n# Install a collection archive from disk\npia install ./path/to/collection.tar.gz\n\n# Uninstall a collection\npia uninstall namespace.collection_name\n\n# List installed collections\npia list\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "(Alternative) Package Installer for Ansible",
    "version": "0.2.0",
    "split_keywords": [
        "ansible"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3923430ab5e0b17ea0394aeb60dc76427bd1dbfa227638426f6bb8c4c8cc7b8d",
                "md5": "36b2be8d022d54149b32da101c5658af",
                "sha256": "e9414b0b0fc7d029f92835233cb5f96f15a333fe745f20260d148897efff9d15"
            },
            "downloads": -1,
            "filename": "pia-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36b2be8d022d54149b32da101c5658af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5630,
            "upload_time": "2023-01-14T18:31:15",
            "upload_time_iso_8601": "2023-01-14T18:31:15.810623Z",
            "url": "https://files.pythonhosted.org/packages/39/23/430ab5e0b17ea0394aeb60dc76427bd1dbfa227638426f6bb8c4c8cc7b8d/pia-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed50c06ed060b01cfd33983c30ac5358850816acb974c41c47c0143134fd8855",
                "md5": "31bdf92e3d222389cad13e32113c90e6",
                "sha256": "3b0460cf14b58f709bf365709d9a87504ad570e2da026aee93cdb380af34e2a8"
            },
            "downloads": -1,
            "filename": "pia-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31bdf92e3d222389cad13e32113c90e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16170,
            "upload_time": "2023-01-14T18:31:16",
            "upload_time_iso_8601": "2023-01-14T18:31:16.827389Z",
            "url": "https://files.pythonhosted.org/packages/ed/50/c06ed060b01cfd33983c30ac5358850816acb974c41c47c0143134fd8855/pia-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 18:31:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pia"
}
        
Elapsed time: 0.03750s