https://github.com/moosetechnology/moosepy
To manage importing Python code into moose python metamodel
https://github.com/moosetechnology/moosepy
meta-model moose pharo python
Last synced: over 1 year ago
JSON representation
To manage importing Python code into moose python metamodel
- Host: GitHub
- URL: https://github.com/moosetechnology/moosepy
- Owner: moosetechnology
- Created: 2023-07-11T16:10:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:31:09.000Z (over 1 year ago)
- Last Synced: 2025-02-27T18:55:54.470Z (over 1 year ago)
- Topics: meta-model, moose, pharo, python
- Language: Smalltalk
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoosePy
FamixPython metamodel + importer
Load with:
```st
Metacello new
githubUser: 'moosetechnology' project: 'MoosePy' commitish: 'master' path: 'src';
baseline: 'MoosePy';
load.
```