python_shell 0.0.6 copy "python_shell: ^0.0.6" to clipboard
python_shell: ^0.0.6 copied to clipboard

Python Environment Manager and Executor for dart and flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add python_shell

With Flutter:

 $ flutter pub add python_shell

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

dependencies:
  python_shell: ^0.0.6

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:python_shell/python_shell.dart';
11
likes
130
pub points
56%
popularity

Publisher

unverified uploader

Python Environment Manager and Executor for dart and flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, dio, intl, path

More

Packages that depend on python_shell