ishepard / pydriller

Python Framework to analyse Git repositories

Home Page:http://pydriller.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting ImportError while importing the RepositoryMining class

rayhanramin opened this issue · comments

I am trying to iterate over the commits of a github repository using pydriller. I am trying to use the RepositoryMining class for this purpose. But I am getting an ImportError provided below;

importerror
OS Version:
Windows/MacOS

Hi @rayhanramin!
RepositoryMining is an old class that doesn't exist anymore. The new name is Repository.

For more info you can reference the docs: pydriller.readthedocs.io/en/latest/