Metadata-Version: 2.1
Name: starcli
Version: 1.2.1
Summary: Browse popular repos on github by star trends from your command line!
Home-page: https://github.com/hedythedev/starcli
Author: Hedy Li
Author-email: hedyhyry@gmail.com
License: MIT
Description: # StarCLI
        
        Browse trending repos on Github by stars from your command line!
        
        ## Prerequisites
        
        * Requires Python 3.7 or greater
        
        ## Usage
        
        ```sh
        Usage: starcli [OPTIONS]
        
          Returns repositories based on the language. repositories are sorted by
          stars
        
        Options:
          -l, --language TEXT  language filter (eg: python)
          -d, --date TEXT      date in the ISO8601 format which is YYYY-MM-DD (year-
                               month-day)
          -L, --layout TEXT       output format, it can be either table or list
          --help               Show this message and exit.
        ```
        
        ### For a more detailed readme and documentation
        
        please read [README.md in the GitHub repo](https://github.com/hedythedev/starcli).
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
