Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

bblfsh/python-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00c31fe · Sep 21, 2017
Sep 18, 2017
Sep 21, 2017
Sep 21, 2017
Apr 17, 2017
Sep 15, 2017
Sep 18, 2017
Aug 2, 2017
Jul 14, 2017
Sep 21, 2017
Apr 4, 2017
Jul 5, 2017
Jul 20, 2017
May 24, 2017
Apr 4, 2017

Repository files navigation

python-driver Driver Status Build Status Native Version Go Version

Development Environment

Requirements:

  • docker
  • bblfsh-sdk (go get -u github.com/bblfsh/sdk/...)
  • UAST converter dependencies (go get -t -v ./...)

To initialize the build system execute: bblfsh-sdk prepare-build, at the root of the project. This will install the SDK at .sdk for this driver.

To execute the tests just execute make test, this will execute the test over the native and the go components of the driver. Use make test-native to run the test only over the native component or make test-driver to run the test just over the go component.

The build is done executing make build. To evaluate the result using a docker container, execute: docker run -it bblfsh/python-driver:dev-<commit[:7]>

License

GPLv3, see LICENSE