Metadata-Version: 2.1
Name: gtrending
Version: 0.0.1
Summary: Library to fetch trending repos/users on GitHub
Home-page: https://github.com/hedythedev/gtrending
Author: Hedy Li
Author-email: hedyhyry@gmail.com
License: MIT
Description: # `gtrending`
        
        ![checks](https://github.com/hedythedev/starcli/workflows/checks/badge.svg)
        [![codecov](https://codecov.io/gh/hedythedev/gtrending/branch/master/graph/badge.svg?token=J19AQKEO4W)](https://codecov.io/gh/hedythedev/gtrending)
        [![pypi version](https://img.shields.io/pypi/v/gtrending)](https://pypi.org/project/gtrending/)
        [![Python Requirements](https://img.shields.io/pypi/pyversions/gtrending)](https://pypi.org/project/gtrending/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        Lightweight and easy-to-use python library for fetching
        trending repositories and developers. Relies on
        [github-trending-api](https://github.com/huchenme/github-trending-api)
        which is in JavaScript, so gtrending aims to fill the gap
        for python.
        
        ### Requirements
        * Python 3.6 or higher
        
        
        ### Installation
        ```
        pip3 install gtrending
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
