Metadata-Version: 2.1
Name: starcli
Version: 1.3.0
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
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
Requires-Dist: black (==19.10b0)
Requires-Dist: Click (==7.0)
Requires-Dist: pylint (==2.4.4)
Requires-Dist: requests (==2.22.0)
Requires-Dist: rich (==2.1.0)

# 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
  -s, --stars TEXT     Specify the range of stars needed. Default: >=50
  --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).



