Skip to content

tintohill/pythia

 
 

Repository files navigation

Pythia is a browser based user interface for the Go source code oracle, which is a source code comprehension tool for Go programs.

For more information on the Go oracle, see the original announcement.

Screenshot

Installing from source

Building Pythia requires at least Go version 1.2 or higher.

To install, run

$ go get github.com/fzipp/pythia

You will now find a pythia binary in your $GOPATH/bin directory.

Usage

Start the web application with a package path, e.g.:

$ pythia net/http

By default it will listen on port :8080 and try to launch the application in your browser. You can choose a different port via the -http flag, e.g.:

$ pythia -http :6060 fmt

Run pythia -help for more information.

About

Browser based user interface for the Go source code oracle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.8%
  • JavaScript 1.5%
  • HTML 1.2%
  • Other 0.5%