Skip to content

Conversation

@daizutabi
Copy link
Contributor

This pull request addresses an issue where the ixbrlparse command would fail after package installation due to an incorrect entry point definition in pyproject.toml.

The entry point was incorrectly pointing to ixbrlparse.cli:ixbrlparse, which is a non-existent function.

This has been corrected to point to the proper ixbrlparse.cli:ixbrlparse_cli function, ensuring that the command-line interface runs as intended.

@drkane
Copy link
Member

drkane commented Nov 4, 2025

@daizutabi Thanks for this - good spot. I've added some tests to ensure that it's working properly.

@drkane drkane merged commit 4aa0be5 into kanedata:main Nov 4, 2025
6 checks passed
@drkane
Copy link
Member

drkane commented Nov 4, 2025

Thanks for your contributions @daizutabi - the two PRs are now available in version 0.11.2

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.

2 participants