conda-xdgpatch


Nameconda-xdgpatch JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/libranet/conda-xdgpatch
SummaryPatch for conda to use XDG-locations.
upload_time2023-10-14 15:41:08
maintainerWouter Vanden Hove
docs_urlNone
authorWouter Vanden Hove
requires_python>=3.8.0,<4.0
licenseMIT
keywords conda xdg sitecustomize
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Testing](https://img.shields.io/github/actions/workflow/status/libranet/conda-xdgpatch/testing.yaml?branch=main&longCache=true&style=flat-square&label=tests&logo=GitHub%20Actions&logoColor=fff")](https://github.com/libranet/conda-xdgpatch/actions/workflows/testing.yaml)
[![Read the Docs](https://readthedocs.org/projects/conda-xdgpatch/badge/?version=latest)](https://conda-xdgpatch.readthedocs.io/en/latest/)
[![PyPi Package](https://img.shields.io/pypi/v/conda-xdgpatch?color=%2334D058&label=pypi%20package)](https://pypi.org/project/conda-xdgpatch/)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/libranet/conda-xdgpatch/blob/main/docs/license.md)



## Installation

On your base conda-installation, install via pip:

```bash
> cd /opt/tools/conda
> bin/pip install conda-xdgpatch
```



## Usage

Just use conda to create conda-environments.


## Registered sitecustomize-entrypoint

The ``conda_xdgpatch.patch``-function is registered as a ``sitecustomize``-entrypoint in our pyproject.toml_:

``` toml
    [tool.poetry.plugins]
    [tool.poetry.plugins."sitecustomize"]
    conda_xdgpatch = "conda_xdgpatch:patch"
```

Sitecustomize and all its registered entrypoints will be executed at the start of *every* python-process.
For more information, please see [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)


## Compatibility

 [![Python Version](https://img.shields.io/pypi/pyversions/conda-xdgpatch?:alt:PyPI-PythonVersion)](https://pypi.org/project/conda-xdgpatch/)
 [![PyPI - Implementation](https://img.shields.io/pypi/implementation/conda-xdgpatch?:alt:PyPI-Implementation)](https://pypi.org/project/conda-xdgpatch/)

``conda-xdgpatch``  works on Python 3.8+, including PyPy3. Tested until Python 3.11,


## Notable dependencies

- [conda](http://pypi.python.org/pypi/conda
- [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/libranet/conda-xdgpatch",
    "name": "conda-xdgpatch",
    "maintainer": "Wouter Vanden Hove",
    "docs_url": null,
    "requires_python": ">=3.8.0,<4.0",
    "maintainer_email": "wouter@libranet.eu",
    "keywords": "conda,xdg,sitecustomize",
    "author": "Wouter Vanden Hove",
    "author_email": "wouter@libranet.eu",
    "download_url": "https://files.pythonhosted.org/packages/07/84/c2f80b5a61ef7d723b83b407aa0b8e90c0d8e1bcb1c748d99f762ee217cc/conda_xdgpatch-0.2.tar.gz",
    "platform": null,
    "description": "[![Testing](https://img.shields.io/github/actions/workflow/status/libranet/conda-xdgpatch/testing.yaml?branch=main&longCache=true&style=flat-square&label=tests&logo=GitHub%20Actions&logoColor=fff\")](https://github.com/libranet/conda-xdgpatch/actions/workflows/testing.yaml)\n[![Read the Docs](https://readthedocs.org/projects/conda-xdgpatch/badge/?version=latest)](https://conda-xdgpatch.readthedocs.io/en/latest/)\n[![PyPi Package](https://img.shields.io/pypi/v/conda-xdgpatch?color=%2334D058&label=pypi%20package)](https://pypi.org/project/conda-xdgpatch/)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/libranet/conda-xdgpatch/blob/main/docs/license.md)\n\n\n\n## Installation\n\nOn your base conda-installation, install via pip:\n\n```bash\n> cd /opt/tools/conda\n> bin/pip install conda-xdgpatch\n```\n\n\n\n## Usage\n\nJust use conda to create conda-environments.\n\n\n## Registered sitecustomize-entrypoint\n\nThe ``conda_xdgpatch.patch``-function is registered as a ``sitecustomize``-entrypoint in our pyproject.toml_:\n\n``` toml\n    [tool.poetry.plugins]\n    [tool.poetry.plugins.\"sitecustomize\"]\n    conda_xdgpatch = \"conda_xdgpatch:patch\"\n```\n\nSitecustomize and all its registered entrypoints will be executed at the start of *every* python-process.\nFor more information, please see [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)\n\n\n## Compatibility\n\n [![Python Version](https://img.shields.io/pypi/pyversions/conda-xdgpatch?:alt:PyPI-PythonVersion)](https://pypi.org/project/conda-xdgpatch/)\n [![PyPI - Implementation](https://img.shields.io/pypi/implementation/conda-xdgpatch?:alt:PyPI-Implementation)](https://pypi.org/project/conda-xdgpatch/)\n\n``conda-xdgpatch``  works on Python 3.8+, including PyPy3. Tested until Python 3.11,\n\n\n## Notable dependencies\n\n- [conda](http://pypi.python.org/pypi/conda\n- [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Patch for conda to use XDG-locations.",
    "version": "0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/Libranet/conda-xdgpatch/issues",
        "Documentation": "https://github.com/libranet/conda-xdgpatch",
        "Homepage": "https://github.com/libranet/conda-xdgpatch",
        "Repository": "https://github.com/libranet/conda-xdgpatch"
    },
    "split_keywords": [
        "conda",
        "xdg",
        "sitecustomize"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d11b8cc5ad3d66d889d91ed6b577b4ec668c4433d42883043a995e298e02fd6d",
                "md5": "09e0105e9c2d7d9e20241e03775e0a91",
                "sha256": "35683754a9261277df287dc2cc19d0691507bf6c65e5aff1b6571d3b69d9ad30"
            },
            "downloads": -1,
            "filename": "conda_xdgpatch-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09e0105e9c2d7d9e20241e03775e0a91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<4.0",
            "size": 2913,
            "upload_time": "2023-10-14T15:41:04",
            "upload_time_iso_8601": "2023-10-14T15:41:04.896381Z",
            "url": "https://files.pythonhosted.org/packages/d1/1b/8cc5ad3d66d889d91ed6b577b4ec668c4433d42883043a995e298e02fd6d/conda_xdgpatch-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0784c2f80b5a61ef7d723b83b407aa0b8e90c0d8e1bcb1c748d99f762ee217cc",
                "md5": "7b1be1f44002c0bc4e9acda2ad2a56b9",
                "sha256": "01ebf6cab00d871a10ed11b750c292d81c66f723cbe0625291a01d7e7ea645c2"
            },
            "downloads": -1,
            "filename": "conda_xdgpatch-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7b1be1f44002c0bc4e9acda2ad2a56b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0,<4.0",
            "size": 3977,
            "upload_time": "2023-10-14T15:41:08",
            "upload_time_iso_8601": "2023-10-14T15:41:08.000200Z",
            "url": "https://files.pythonhosted.org/packages/07/84/c2f80b5a61ef7d723b83b407aa0b8e90c0d8e1bcb1c748d99f762ee217cc/conda_xdgpatch-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 15:41:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "libranet",
    "github_project": "conda-xdgpatch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "conda-xdgpatch"
}
        
Elapsed time: 0.12662s