You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> *Note:*`--pypi-metadata-url` is a replacement for `--pypi-url`; `--pypi-url` is deprecated and will be removed in a future release.
99
99
100
+
### Checking package availability against custom indexes
101
+
102
+
By default, Grayskull checks if packages are available on conda-forge and highlights missing dependencies. You can specify custom package indexes to check against using the `--package-indexes` argument:
Both HTTP and HTTPS protocols are supported for custom package indexes. This is particularly useful for internal networks that don't have access to anaconda.org.
117
+
118
+
For internal package indexes with custom API structures, you can use the `{pkg_name}` placeholder in your URL:
This allows you to specify exactly how your internal package index API works, rather than using the default `/pkg_name/files` path structure.
125
+
100
126
### Online Grayskull
101
127
102
128
It is also possible to use Grayskull without any installation. You can go to this website [marcelotrevisani.com/grayskull](https://www.marcelotrevisani.com/grayskull) and inform the name and the version (optional) of the package and it will create the recipe for you.
0 commit comments