PyDriller is a Python framework that helps developers on mining software repositories. With PyDriller you can easily extract information from any Git repository, such as commits, developers, modifications, diffs, and source codes, and quickly export to CSV files.
This fork is an adaption to Pydriller with Python2.x.
You'll need only:
- Python2.7 >=
- Git
Download the source-code and run the following command line:
- python setup.py install
It is suggested to make use of virtualenv:
> virtualenv --clear venv
> source venv/bin/activate
For information on how to use PyDriller, refer to the ufficial documentation:
or have a look at our example folder.
For now, cite the repository.
This software is licensed under the Apache 2.0 License.
