Metadata-Version: 2.4
Name: anaconda-channel-guide
Version: 0.1.0
Summary: A plugin that intercepts PackageNotFoundErrors and checks if the package exists in other channels.
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# anaconda-channel-guide

A plug-in that checks whether a package is available on `main-x` when unavialable in other channels.

## Disabling the plug-in

The plug-in can be disabled using the following command:

```
conda config --set plugins.anaconda_channel_guide false
```
