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
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pyo3-parsepatch

A Python wrapper for https://github.com/mozilla/rust-parsepatch.
The goal of this library is to be able to parse the patches coming from mercurial.
All the patches in https://hg.mozilla.org/mozilla-central/ have been successfully parsed !
It's used in https://github.com/mozilla/bugbug to get some metrics on patches.

License

Published under the MPL 2.0 license.

Publish

Install docker and then:

docker build -t rs_pp

It will compile everything and run tests in a manylinux environment.

And then:

docker run -it rs_pp

to publish the packages on Pypi.

Contact

Email: calixte@mozilla.com

About

Python wrapping for rust-parsepatch

Resources

License

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.