libranet / conda-xdgpatch

Patch make conda more XDG-compliant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Read the Docs PyPi Package MIT License

Installation

On your base conda-installation, install via pip:

> 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_:

    [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

Compatibility

Python Version PyPI - Implementation

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

Notable dependencies

About

Patch make conda more XDG-compliant

License:MIT License


Languages

Language:Makefile 67.1%Language:Python 32.9%