这是indexloc提供的服务,不要输入任何密码

gen_dartpy 0.0.3 copy "gen_dartpy: ^0.0.3" to clipboard
gen_dartpy: ^0.0.3 copied to clipboard

A library for generating dart bindings to python code via python's C API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gen_dartpy

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

dependencies:
  gen_dartpy: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:gen_dartpy/builder.dart';
1
likes
35
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A library for generating dart bindings to python code via python's C API

View/report issues

License

MIT (license)

Dependencies

analyzer, build, dartpy, source_gen

More

Packages that depend on gen_dartpy