Skip to content

manucorporat/client-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babelfish Python client Build Status

This a pure Python implementation of querying Babelfish server.

Usage

API

from bblfsh import BblfshClient

client = BblfshClient("0.0.0.0:9432")
print(client.parse("/path/to/file.py"))

Command line

python3 -m bblfsh -f file.py

Installation

pip3 install bblfsh

It is possible to regenerate the gRPC/protobuf bindings by executing make.

License

Apache 2.0.

About

Babelfish Python client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Protocol Buffer 75.4%
  • Python 21.1%
  • Makefile 3.5%