An open API service indexing awesome lists of open source software.

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

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.
```