Skip to content

ildarisaev/srclib-python

 
 

Repository files navigation

srclib-python Build Status

Jedi

srclib-python is a srclib toolchain that performs Python code analysis: type checking, documentation generation, jump-to-definition, dependency resolution, etc.

It enables this functionality in any client application whose code analysis is powered by srclib, including:

Installation

This toolchain is not a standalone program; it provides additional functionality to editor plugins and other applications that use srclib.

First, install the src program (see srclib installation instructions).

Installing src should automatically install srclib-python.

To verify that installation succeeded, run:

src toolchain list

You should see this srclib-python toolchain in the list.

Now that this toolchain is installed, any program that relies on srclib (such as editor plugins) will support Python.

Usage

Most people use srclib (and by extension srclib-python) via an editor plugin or via Sourcegraph. You can also use srclib-python on the command line using the src command.

Known issues

srclib-python is alpha-quality software. It powers code analysis on Sourcegraph.com but has not been widely tested or adapted for other use cases.

It also expects projects to follow best practices such as including a setup.py file. It doesn't currently handle decorators or namespace packages correctly.

There also seems to be a problem with some function parameter type detection.

srclib-python runs on Python 2.7 (and some glue code in Go), but it can still process Python 3 libraries.

Tests

TODO: needs updating.

Contributing

Patches are welcomed via GitHub pull request! See CONTRIBUTING.md for more information.

srclib-python's type analysis is based on Jedi.

Releases

No releases published

Packages

No packages published

Languages

  • Go 58.0%
  • Python 37.6%
  • Shell 3.2%
  • Makefile 1.2%