Add models and interfaces - #45
Merged
Merged
Conversation
Add alloy-js/python dependency to emitter-framework
Add python scaffolding
* Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <swatikumar@pinterest.com>
* Add Atom * Fix
* Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs
* Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs
steverice
force-pushed
the
feature/ef-python
branch
from
September 26, 2025 03:45
2006978 to
221fad3
Compare
mauriciogardini
force-pushed
the
feature/ef-python
branch
from
October 1, 2025 19:41
92832f1 to
2006978
Compare
steverice
force-pushed
the
feature/ef-python
branch
from
October 1, 2025 20:07
2006978 to
045963a
Compare
steverice
reviewed
Oct 7, 2025
steverice
reviewed
Oct 8, 2025
mauriciogardini
marked this pull request as ready for review
November 3, 2025 17:29
steverice
reviewed
Nov 3, 2025
steverice
requested changes
Nov 3, 2025
mauriciogardini
force-pushed
the
feature/model-interface
branch
from
November 4, 2025 22:55
9f56e33 to
1485d60
Compare
steverice
reviewed
Nov 5, 2025
steverice
approved these changes
Nov 7, 2025
mauriciogardini
added a commit
that referenced
this pull request
Dec 15, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> Co-authored-by: Swati Kumar <swati.kumar.a@gmail.com>
mauriciogardini
added a commit
that referenced
this pull request
Dec 18, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> Co-authored-by: Swati Kumar <swati.kumar.a@gmail.com>
mauriciogardini
added a commit
that referenced
this pull request
Dec 19, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <swatikumar@pinterest.com> Co-authored-by: Swati Kumar <swati.kumar.a@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created the models/interfaces conversion for Python, converting them into classes.