Thanks to visit codestin.com
Credit goes to github.com

Skip to content

allangoncalves/pydriller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDriller

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.

Alt Text

REQUIREMENTS

This fork is an adaption to Pydriller with Python2.x.

You'll need only:

  • Python2.7 >=
  • Git

INSTALL

Download the source-code and run the following command line:

  • python setup.py install

OPTIONAL

It is suggested to make use of virtualenv:

> virtualenv --clear venv
> source venv/bin/activate

TUTORIAL

For information on how to use PyDriller, refer to the ufficial documentation:

or have a look at our example folder.

How do I cite PyDriller?

For now, cite the repository.

License

This software is licensed under the Apache 2.0 License.

About

Python Framework to analyse Git repositories

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%