-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wanting to contribute. #29
Comments
That would all be greatly appreciated, thanks in advance @JovaniPink! Another thing I'd like to focus on is a more Pythonic API, if you have any ideas around that. |
Hello, reading is the intention to eventually mirror all functionally of scxml? Sorry for the dumb question, I have no knowledge of Xstate(TypeScript) @JovaniPink do you have a branch that is worth me checking out? thanks |
It's somewhere in the middle. The algorithm is in place (not copy-paste; implemented in Python) - just need to add more tests, docs, etc. |
I’ve been using the code for some automation projects in python and worked fine using the OG Xstate docs. I have a local branch started let me find some time next week. David jinxed me right when I wanted to help I was tasked some SQL reporting projects. |
Sorry about that! 😅 |
I just want to understand your goal better. Do you mean to replace I assume you still want to be able to do something like that, e.g. |
Yes, or some sort of "builder-ish" syntax, like what |
alright but isn't the idea that we should be able to use the exact same json string in any supported language to represent a machine? And then focus on language specific API's once that's ready? |
Yes, that should be the goal. We can defer creating a Pythonic API until then. |
I think we can close this in favour of issue #32, #33, #35, #36, #37 and #38 @JovaniPink would love to get all your inputs and contributions. A lot of your original suggestions have just been addressed. I want to address #35 next which should help with the documentation and understanding of what's going on in the code |
👋
I'm looking to contribute to xstate-python python package and wanted to introduce my intentions for review.
Cheers!
The text was updated successfully, but these errors were encountered: