Skip to content

Conversation

@google-labs-jules
Copy link

This change ports the VH-Lab/DID-matlab project to Python.

The key changes include:

  • Porting the core libraries from Matlab to Python, including did.common, did.datastructures, did.db, and did.file.
  • Replacing the mksqlite dependency with Python's built-in sqlite3 module in the did.implementations.sqlitedb implementation.
  • Porting the core classes, including Database, Document, DocumentService, Query, IDO, and BinaryDoc.
  • Porting the test suite from Matlab's unittest framework to Python's unittest framework.
  • Adding documentation using mkdocs, with pages for the main modules.
  • Creating a README.md file with instructions for setting up the environment and running the tests.
  • Creating a requirements.txt file with all the necessary dependencies.

PR created automatically by Jules for task 12098250431332430071

stevevanhooser and others added 2 commits October 15, 2025 19:44
This commit ports the VH-Lab/DID-matlab project to Python.

The core libraries, implementations, and tests have been ported. The `mksqlite` dependency has been replaced with Python's built-in `sqlite3` module. Documentation has been added using `mkdocs`.
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

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