{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"}],"enrichment":{"capability":"Injects a conda environment's packages into the current Python process by modifying sys.path, without changing the active conda environment.","skillfed_tags":["conda-integration","sys-path-manipulation"],"use_cases":["Load packages from an isolated conda environment in a script without activating it.","Dynamically switch between multiple conda environments' packages within a single Python session.","Test compatibility of code against packages from a specific conda environment without environment switching overhead.","Integrate conda-managed dependencies into a containerized or CI/CD workflow where full activation is impractical."],"what_it_does":"conda-inject is a utility for dynamically loading packages from a conda environment into your current Python process without activating that environment. It works by manipulating sys.path to prepend the target environment's site-packages directory, making its packages importable as if they were installed in the active environment. This is useful when you need to access packages from a specific conda environment without the overhead or side effects of full environment activation.\n\nThe package depends only on pyyaml and supports Python 3.9, 3.10, 3.11, and 3.12. It is currently dormant\u2014last release was 2024-05-27\u2014so it receives no active maintenance. The license is undeclared, which may be a concern for some use cases.","worth_installing":"Yes, if you need lightweight runtime injection of conda packages and can tolerate dormant maintenance. The low install friction and lack of vulnerabilities make it safe to try. However, verify the undeclared license for your use case, and be aware that no active maintenance means no bug fixes or updates. Consider it a stable utility rather than an actively developed tool."},"id":"conda-inject","links":{"html":"https://skillfed.io/packages/conda-inject","md":"https://skillfed.io/packages/conda-inject.md","pypi":"https://pypi.org/project/conda-inject/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-05-27","license_spdx":null,"license_treatment":"unclear","name":"conda-inject","python_support":"supports_current","summary":"Helper functions for injecting a conda environment into the current python environment (by modifying sys.path, without actually changing the current python environment)."},"popularity":{"monthly_downloads":111859,"position":12393,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.2"}
