Metadata-Version: 1.2
Name: strudel.ghutils
Version: 0.0.8
Summary: Interface to undocumented GitHub API
Home-page: https://github.com/cmustrudel/strudel.ghutils
Author: Marat (@cmu.edu)
Author-email: UNKNOWN
License: GPL v3
Description-Content-Type: text/markdown
Description: # Interface to unofficial GitHub API
        
        - get user contributions timeline
        - user contribution stats 
            (crude but fast version of the contributions timeline)
        - get project weekly contributors stats
        
        
        ### Installation
        
            pip install --user --upgrade strudel.ghutils
        
        ### Reference
        
        Basic usage:
        
            >>> from stgithub import Scraper
            >>> scraper = Scraper()
            >>> scraper.user_daily_contrib_num('user2589')
            
        
        Please see <https://cmustrudel.github.io/strudel.ghutils> for full reference.
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Requires-Python: >2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
