★ wanayoo — archive 1999 https://github.com/gousaiyang/python-change-parserNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

python-change-parser

This tool parses Python documentation and searches for new features and changed features of Python. It can generate HTML reports, and you can also extract JSON data for further analysis. The result can be used to generate rules for the vermin project.

You can find the already generated reports under the output directory.

If you want to run the code by yourself, please download the HTML version of Python documentation from here and extract it into the data directory.

Known drawbacks and issues:

  • Some changes may be undocumented (especially the major differences between Python 2 and Python 3).
  • Some changes are expressed vaguely in the documentation. Different kinds of wording should be identified. String matching is error prone, so manual inspection of the result is needed.
  • A single versionmodified indicator may be associated with multiple objects (e.g. operator.matmul and operator.__matmul__ are both new in 3.5). Such entries are now marked as multi and highlighted in HTML output.

About

This tool parses Python documentation and searches for new features and changed features of Python.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.