PythonBridgeGToolkit

Description

Extensions to PythonBridge for GToolkit integration

Details

Source
GitHub
License
MIT
Stars
7
Forks
1
Created
Feb. 14, 2021
Updated
July 23, 2022

Categories

Language Extensions

README excerpt

# PythonBridge extensions for GToolkit

Work in progress. Goal: useful inspector views on Python objects.

## Installation on top of GToolkit

Get GToolkit from [this site](https://gtoolkit.com/install/), and execute the following lines in a playground:

```
Metacello new
    baseline: 'PythonBridgeGToolkit';
    repository: 'github://khinsen/PythonBridgeGToolkit/src';
    onConflictUseLoaded;
    load.
```

← Back to results