Skip to content

Make Python bindings the default build - #3

Merged
mgaitan merged 3 commits into
mainfrom
agent/python-package-default-feature
Jul 31, 2026
Merged

Make Python bindings the default build#3
mgaitan merged 3 commits into
mainfrom
agent/python-package-default-feature

Conversation

@mgaitan

@mgaitan mgaitan commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • Make the Python bindings the default Cargo build, so maturin develop and release builds no longer need -F python.
  • Align package and Cargo metadata with mgaitan/tl-parser, including README, documentation, and project URLs.
  • Add AGENTS.md with repository guidance focused on the Python binding and maturin workflow.
  • Update the Python binding loops and an existing test so the default PyO3 build passes the Rust checks.

Validation

  • cargo fmt --check
  • cargo test (74 unit tests and 10 doctests)
  • cargo clippy --workspace --all-targets -- -D warnings
  • uv run --group dev --with 'maturin>=1.5,<2.0' maturin develop
  • uv run --group dev pytest (5 passed)
  • maturin build --release without feature flags

@mgaitan
mgaitan marked this pull request as ready for review July 31, 2026 13:05

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eb976bc9cc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Cargo.toml Outdated
@mgaitan
mgaitan merged commit b369588 into main Jul 31, 2026
5 checks passed
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.

1 participant