pacwrap


Namepacwrap JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/wtfo-guru/pacwrap
SummaryProvides single interface to several common Linux package managers.
upload_time2024-04-28 15:52:20
maintainerNone
docs_urlNone
authorQuien Sabe
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pacwrap

[![Build Status](https://github.com/wtfo-guru/python-pacwrap/workflows/test/badge.svg?branch=main&event=push)](https://github.com/wtfo-guru/python-pacwrap/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/wtfo-guru/python-pacwrap/branch/main/graph/badge.svg)](https://codecov.io/gh/wtfo-guru/python-pacwrap)
[![Python Version](https://img.shields.io/pypi/pyversions/python-pacwrap.svg)](https://pypi.org/project/python-pacwrap/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Provides single interface to several common Linux package managers.


## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install python-pacwrap
```


## Usage

### pacwrap help

```bash
pacwrap --help
Usage: pacwrap [OPTIONS] COMMAND [ARGS]...

  Provides single interface to several common Linux package managers.

Options:
  -d, --debug                   increment debug level
  -o, --out TEXT                specify output file
  -q, --quiet / --no-quiet      specify quiet mode
  -r, --refresh / --no-refresh  specify refresh synchronized package
                                repository data
  -t, --test / --no-test        specify test mode
  -v, --verbose                 increment verbosity level
  -V, --version                 show version and exit
  -h, --help                    Show this message and exit.

Commands:
  file       Displays package if any that include the FILE.
  find       Searches repositories for PACKAGE.
  info       Display information about PACKAGE.
  install    Installs PACKAGE.
  list       Lists files in PACKAGE or installed packages when no PACKAGE...
  uninstall  Unistalls PACKAGE.
```

### pacwrap file help

```bash
pacwrap file --help
Usage: pacwrap file [OPTIONS] FILENAME

  Displays package if any that include the FILE.

Options:
  -h, --help  Show this message and exit.
```

### pacwrap find help

```bash
pacwrap find --help
Usage: pacwrap find [OPTIONS] PACKAGE

  Searches repositories for PACKAGE.

Options:
  --names-only / --no-names-only  specify search names only if packager
                                  supports it
  -h, --help                      Show this message and exit.
```

### pacwrap info help

```bash
pacwrap info --help
Usage: pacwrap info [OPTIONS] PACKAGE

  Display information about PACKAGE.

Options:
  -h, --help  Show this message and exit.
```

### pacwrap install help

```bash
pacwrap install --help
Usage: pacwrap install [OPTIONS] PACKAGE

  Installs PACKAGE.

Options:
  -h, --help  Show this message and exit.
```

### pacwrap list help

```bash
pacwrap list --help
Usage: pacwrap list [OPTIONS] [PACKAGE]

  Lists files in PACKAGE or installed packages when no PACKAGE specified.

Options:
  -h, --help  Show this message and exit.
```

### pacwrap uninstall help

```bash
pacwrap uninstall --help
Usage: pacwrap uninstall [OPTIONS] PACKAGE

  Unistalls PACKAGE.

Options:
  -h, --help  Show this message and exit.
```

## Documentation

- [Stable](https://python-pacwrap.readthedocs.io/en/stable)

- [Latest](https://python-pacwrap.readthedocs.io/en/latest)

## License

[MIT](https://github.com/wtfo-guru/python-pacwrap/blob/main/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c](https://github.com/wemake-services/wemake-python-package/tree/3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c...main) since then.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wtfo-guru/pacwrap",
    "name": "pacwrap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Quien Sabe",
    "author_email": "qs5779@mail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/dd/b1915b7be957bedd4e91cca5734dd6406b1c84a0d9ca63c1d1869796fb5f/pacwrap-0.5.2.tar.gz",
    "platform": null,
    "description": "# pacwrap\n\n[![Build Status](https://github.com/wtfo-guru/python-pacwrap/workflows/test/badge.svg?branch=main&event=push)](https://github.com/wtfo-guru/python-pacwrap/actions?query=workflow%3Atest)\n[![codecov](https://codecov.io/gh/wtfo-guru/python-pacwrap/branch/main/graph/badge.svg)](https://codecov.io/gh/wtfo-guru/python-pacwrap)\n[![Python Version](https://img.shields.io/pypi/pyversions/python-pacwrap.svg)](https://pypi.org/project/python-pacwrap/)\n[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)\n\nProvides single interface to several common Linux package managers.\n\n\n## Features\n\n- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)\n- Add yours!\n\n\n## Installation\n\n```bash\npip install python-pacwrap\n```\n\n\n## Usage\n\n### pacwrap help\n\n```bash\npacwrap --help\nUsage: pacwrap [OPTIONS] COMMAND [ARGS]...\n\n  Provides single interface to several common Linux package managers.\n\nOptions:\n  -d, --debug                   increment debug level\n  -o, --out TEXT                specify output file\n  -q, --quiet / --no-quiet      specify quiet mode\n  -r, --refresh / --no-refresh  specify refresh synchronized package\n                                repository data\n  -t, --test / --no-test        specify test mode\n  -v, --verbose                 increment verbosity level\n  -V, --version                 show version and exit\n  -h, --help                    Show this message and exit.\n\nCommands:\n  file       Displays package if any that include the FILE.\n  find       Searches repositories for PACKAGE.\n  info       Display information about PACKAGE.\n  install    Installs PACKAGE.\n  list       Lists files in PACKAGE or installed packages when no PACKAGE...\n  uninstall  Unistalls PACKAGE.\n```\n\n### pacwrap file help\n\n```bash\npacwrap file --help\nUsage: pacwrap file [OPTIONS] FILENAME\n\n  Displays package if any that include the FILE.\n\nOptions:\n  -h, --help  Show this message and exit.\n```\n\n### pacwrap find help\n\n```bash\npacwrap find --help\nUsage: pacwrap find [OPTIONS] PACKAGE\n\n  Searches repositories for PACKAGE.\n\nOptions:\n  --names-only / --no-names-only  specify search names only if packager\n                                  supports it\n  -h, --help                      Show this message and exit.\n```\n\n### pacwrap info help\n\n```bash\npacwrap info --help\nUsage: pacwrap info [OPTIONS] PACKAGE\n\n  Display information about PACKAGE.\n\nOptions:\n  -h, --help  Show this message and exit.\n```\n\n### pacwrap install help\n\n```bash\npacwrap install --help\nUsage: pacwrap install [OPTIONS] PACKAGE\n\n  Installs PACKAGE.\n\nOptions:\n  -h, --help  Show this message and exit.\n```\n\n### pacwrap list help\n\n```bash\npacwrap list --help\nUsage: pacwrap list [OPTIONS] [PACKAGE]\n\n  Lists files in PACKAGE or installed packages when no PACKAGE specified.\n\nOptions:\n  -h, --help  Show this message and exit.\n```\n\n### pacwrap uninstall help\n\n```bash\npacwrap uninstall --help\nUsage: pacwrap uninstall [OPTIONS] PACKAGE\n\n  Unistalls PACKAGE.\n\nOptions:\n  -h, --help  Show this message and exit.\n```\n\n## Documentation\n\n- [Stable](https://python-pacwrap.readthedocs.io/en/stable)\n\n- [Latest](https://python-pacwrap.readthedocs.io/en/latest)\n\n## License\n\n[MIT](https://github.com/wtfo-guru/python-pacwrap/blob/main/LICENSE)\n\n\n## Credits\n\nThis project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c](https://github.com/wemake-services/wemake-python-package/tree/3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/3d9ad64bcbf7afc6bee7f2c9ea8c923d579b119c...main) since then.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Provides single interface to several common Linux package managers.",
    "version": "0.5.2",
    "project_urls": {
        "Documentation": "https://python-pacwrap.readthedocs.io/en/stable",
        "Homepage": "https://github.com/wtfo-guru/pacwrap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97314f1347fda66abcca3c04f5934e875a6644022735e17a0d09046ca8328fd1",
                "md5": "ec8aa4cfa9ef46fc478185eb0b64e57a",
                "sha256": "390ab0c67bcc61a18d9d67767cbdf737c04060c68260fd822991de177857b94a"
            },
            "downloads": -1,
            "filename": "pacwrap-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec8aa4cfa9ef46fc478185eb0b64e57a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 10561,
            "upload_time": "2024-04-28T15:52:18",
            "upload_time_iso_8601": "2024-04-28T15:52:18.706315Z",
            "url": "https://files.pythonhosted.org/packages/97/31/4f1347fda66abcca3c04f5934e875a6644022735e17a0d09046ca8328fd1/pacwrap-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeddb1915b7be957bedd4e91cca5734dd6406b1c84a0d9ca63c1d1869796fb5f",
                "md5": "e5066b992340bb20a0827113f1b38e52",
                "sha256": "6dbc2d937237a318e7083ca28b5c20cf4579659ab1e008ada77462774ce42f00"
            },
            "downloads": -1,
            "filename": "pacwrap-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e5066b992340bb20a0827113f1b38e52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 8724,
            "upload_time": "2024-04-28T15:52:20",
            "upload_time_iso_8601": "2024-04-28T15:52:20.358558Z",
            "url": "https://files.pythonhosted.org/packages/ee/dd/b1915b7be957bedd4e91cca5734dd6406b1c84a0d9ca63c1d1869796fb5f/pacwrap-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 15:52:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wtfo-guru",
    "github_project": "pacwrap",
    "github_not_found": true,
    "lcname": "pacwrap"
}
        
Elapsed time: 3.85355s