Skip to content

isohack/github-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Analyzer

Ability to analyze the repository and return meaningful information out of it

Local Testing

Create virtual environment by:

python -m venv myvenv

Then to install this package, do:

pip install .

This will install it into your virtual environment and to remove do:

pip uninstall github-analyzer

Testing

import github_analyzer

client = github_analyzer.Client()

data = client.repository.fetch('shashank-sharma', 'mythical-feedback')

Now you'll get the data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages