Skip to content

fix: Fix from-index resolution with nab 0.0.16 - #700

Draft
kemzeb wants to merge 1 commit into
tox-dev:mainfrom
kemzeb:fix/697
Draft

fix: Fix from-index resolution with nab 0.0.16#700
kemzeb wants to merge 1 commit into
tox-dev:mainfrom
kemzeb:fix/697

Conversation

@kemzeb

@kemzeb kemzeb commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Attempts to fix #697.

Current approach is to bring over the nab package that holds the original API we were using that was moved to this package.

@kemzeb

kemzeb commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator Author

Making it a draft PR, since this is a first for me in using a coding agent and want more time to review it (exciting stuff so far). But I also want to show one approach to this problem.

I'm not sure if we should use nab since it's the CLI utility. Then again it does expose nab.config.model as public API. Since were looking to fully support [tool.nab] in pyproject.toml this would be the easiest solution. Alternatively, we could see what else we could do with the existing libraries. This may involve us having to maintain our own logic for parsing [tool.nab].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The from-index subcommand requires nab-index and nab-project (but they are installed already!)

1 participant