Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zacker330/psydiff

Repository files navigation

psydiff

a structural comparison tool for Python

Psydiff is a structural differencer for Python. It parses Python into ASTs, compare them, and then generate interactive HTML.

Demo

A demo of Psydiff's output (Psydiff diffing itself over a recent big change) can be found here:

http://www.yinwang.org/resources/pydiff1-pydiff2.html

Installation

  1. Copy the whole directory to somewhere in your file system
  2. Add the path to the system's "PATH variable"

Usage

Just run psydiff.py from the command line:

./psydiff.py demos/list1.py demos/list2.py

This will generate a HTML file named list1-list2.html in the current directory. You can then use your browser to open this file and browse around the code.

The HTML is a standalone entity (CSS styles and JavaScript embedded). You can put it anywhere you like and still be able to view it.

Contact

Yin Wang (yinwang0@gmail.com)

License (GPLv3)

psydiff - a structural comparison tool for Python

Copyright (c) 2011-2014 Yin Wang

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

a structural comparison tool for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /