gentoo-cache-manager


Namegentoo-cache-manager JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summary🗃️ Helps tweaking build cache settings for individual packages
upload_time2024-05-15 11:11:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords gentoo cache manager ccache
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🗃️ Gentoo Cache Manager

[![CI][ci-badge]][ci]
[![Coverage][cov-badge]][cov]
[![License][license-badge]][license]
[![Version][ver-badge]][pypi]
[![Python][py-badge]][pypi]

**Gentoo Cache Manager** aims to help you tweaking build cache settings for individual packages in [Gentoo Linux][gentoo] and some [Gentoo-based][gentoo-based] operating systems.

## 🧑🏽‍🔬 Usage

To enable [ccache][ccache] for `sys-libs/glibc`, run:
```shell
gcm enable glibc
```

To disable it, run:
```shell
gcm disable glibc
```

To explore all available commands, run:
```shell
gcm --help
```

[ci-badge]: https://img.shields.io/github/actions/workflow/status/Jamim/gentoo-cache-manager/ci.yml.svg
[ci]: https://github.com/Jamim/gentoo-cache-manager/actions/workflows/ci.yml
[cov-badge]: https://codecov.io/github/Jamim/gentoo-cache-manager/graph/badge.svg
[cov]: https://app.codecov.io/github/Jamim/gentoo-cache-manager
[license-badge]: https://img.shields.io/github/license/Jamim/gentoo-cache-manager
[ver-badge]: https://img.shields.io/pypi/v/gentoo-cache-manager
[pypi]: https://pypi.org/project/gentoo-cache-manager/
[py-badge]: https://img.shields.io/pypi/pyversions/gentoo-cache-manager
[license]: https://github.com/Jamim/gentoo-cache-manager/blob/main/LICENSE
[gentoo]: https://www.gentoo.org
[gentoo-based]: https://wiki.gentoo.org/wiki/Distributions_based_on_Gentoo
[ccache]: https://wiki.gentoo.org/wiki/Ccache

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gentoo-cache-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Aliaksei Urbanski <aliaksei.urbanski@gmail.com>",
    "keywords": "gentoo, cache, manager, ccache",
    "author": null,
    "author_email": "Aliaksei Urbanski <aliaksei.urbanski@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/71/66/56b66cb7b0808d0ecaa8c1cce7466f56602a63eff0627614c516221d5b82/gentoo_cache_manager-0.2.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\uddc3\ufe0f Gentoo Cache Manager\n\n[![CI][ci-badge]][ci]\n[![Coverage][cov-badge]][cov]\n[![License][license-badge]][license]\n[![Version][ver-badge]][pypi]\n[![Python][py-badge]][pypi]\n\n**Gentoo Cache Manager** aims to help you tweaking build cache settings for individual packages in [Gentoo Linux][gentoo] and some [Gentoo-based][gentoo-based] operating systems.\n\n## \ud83e\uddd1\ud83c\udffd\u200d\ud83d\udd2c Usage\n\nTo enable [ccache][ccache] for `sys-libs/glibc`, run:\n```shell\ngcm enable glibc\n```\n\nTo disable it, run:\n```shell\ngcm disable glibc\n```\n\nTo explore all available commands, run:\n```shell\ngcm --help\n```\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/Jamim/gentoo-cache-manager/ci.yml.svg\n[ci]: https://github.com/Jamim/gentoo-cache-manager/actions/workflows/ci.yml\n[cov-badge]: https://codecov.io/github/Jamim/gentoo-cache-manager/graph/badge.svg\n[cov]: https://app.codecov.io/github/Jamim/gentoo-cache-manager\n[license-badge]: https://img.shields.io/github/license/Jamim/gentoo-cache-manager\n[ver-badge]: https://img.shields.io/pypi/v/gentoo-cache-manager\n[pypi]: https://pypi.org/project/gentoo-cache-manager/\n[py-badge]: https://img.shields.io/pypi/pyversions/gentoo-cache-manager\n[license]: https://github.com/Jamim/gentoo-cache-manager/blob/main/LICENSE\n[gentoo]: https://www.gentoo.org\n[gentoo-based]: https://wiki.gentoo.org/wiki/Distributions_based_on_Gentoo\n[ccache]: https://wiki.gentoo.org/wiki/Ccache\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\ud83d\uddc3\ufe0f Helps tweaking build cache settings for individual packages",
    "version": "0.2.0",
    "project_urls": {
        "Issues": "https://github.com/Jamim/gentoo-cache-manager/issues",
        "Repository": "https://github.com/Jamim/gentoo-cache-manager"
    },
    "split_keywords": [
        "gentoo",
        " cache",
        " manager",
        " ccache"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc6391b405bec5d7692c7a20bcf5c782aa4892f73432fa73ca27d6bb589ac215",
                "md5": "12a71caef97e8295614362c2793d2627",
                "sha256": "e64079635884e16515ac67707c6dbd544211ff1c36d22154b50d34be53ef9d2a"
            },
            "downloads": -1,
            "filename": "gentoo_cache_manager-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12a71caef97e8295614362c2793d2627",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10164,
            "upload_time": "2024-05-15T11:11:19",
            "upload_time_iso_8601": "2024-05-15T11:11:19.256948Z",
            "url": "https://files.pythonhosted.org/packages/bc/63/91b405bec5d7692c7a20bcf5c782aa4892f73432fa73ca27d6bb589ac215/gentoo_cache_manager-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "716656b66cb7b0808d0ecaa8c1cce7466f56602a63eff0627614c516221d5b82",
                "md5": "23cc76978d733c0bd5fbab4e6877259e",
                "sha256": "f8dcaf0699333e754da6b84725b5289c86c49811a859d98defec64615ccf1721"
            },
            "downloads": -1,
            "filename": "gentoo_cache_manager-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "23cc76978d733c0bd5fbab4e6877259e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13233,
            "upload_time": "2024-05-15T11:11:20",
            "upload_time_iso_8601": "2024-05-15T11:11:20.507543Z",
            "url": "https://files.pythonhosted.org/packages/71/66/56b66cb7b0808d0ecaa8c1cce7466f56602a63eff0627614c516221d5b82/gentoo_cache_manager-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 11:11:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jamim",
    "github_project": "gentoo-cache-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "gentoo-cache-manager"
}
        
Elapsed time: 0.23789s