dart_monty_core 0.17.1 copy "dart_monty_core: ^0.17.1" to clipboard
dart_monty_core: ^0.17.1 copied to clipboard

Sandboxed Python scripting for Dart. Low-level binding for pydantic/monty's interpreter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_monty_core

With Flutter:

 $ flutter pub add dart_monty_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_monty_core: ^0.17.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_monty_core/dart_monty_core.dart';
1
likes
160
points
396
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Sandboxed Python scripting for Dart. Low-level binding for pydantic/monty's interpreter.

Repository (GitHub)
View/report issues

Topics

#python #sandbox #interpreter #scripting

License

MIT (license)

Dependencies

code_assets, collection, ffi, hooks, meta

More

Packages that depend on dart_monty_core