dartpip 0.2.8 copy "dartpip: ^0.2.8" to clipboard
dartpip: ^0.2.8 copied to clipboard

Add Python modules (packages) to your Dart or Flutter project. Like `pip`, but for Dart, heavily inspired by the `pub` command.

example/lib/main.dart

import "package:dartpip/dartpip.dart";

Future<void> main(List<String> arguments) async {
  await DartpipCommandRunner().run(arguments);
}
6
likes
130
points
93
downloads

Publisher

verified publisherivlivs.dev

Weekly Downloads

Add Python modules (packages) to your Dart or Flutter project. Like `pip`, but for Dart, heavily inspired by the `pub` command.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

archive, args, cli_util, collection, dartpip_solver, http, json_annotation, meta, path, python_ffi_cpython_dart, python_ffi_dart, yaml, yaml_edit

More

Packages that depend on dartpip