lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Rename `IndexConfig` to `PackageIndexConfig` #21

Closed ncoghlan closed 3 days ago

ncoghlan commented 1 week ago

The current name of IndexConfig really isn't very self-explanatory: it's a collection of config settings all related to defining how a venvstacks command will interact with Python package indexes.

It should be renamed to PackageIndexConfig.