Metadata-Version: 2.1
Name: lee
Version: 1.3.0
Summary: yes another leetcode cli command
Home-page: https://github.com/zk4/lee
Author: zk
Author-email: liuzq7@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/zk4/lee/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/zk4/lee/
Keywords: leetcode cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: diskcache
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Yet Anther LeetCode Cli

# Api is similar to git
- lee show 
- lee pull 
- lee push 
- lee log 

# install
``` bash
git pull https://github.com/zk4/lee
pip install .
```

``` bash 
lee --help
```


# help
``` bash
usage: main.py [-h] [-p] [-r] [-d] [-j] {ls,pull,push,log} ...

positional arguments:
  {ls,pull,push,log}
    ls                list questions, solution
    pull              pull question related files to local disk by
    push              push file to server
    log               status of server

optional arguments:
  -h, --help          show this help message and exit
  -p, --proxy         auto proxy at 127.0.0.1:18888 for debug, and ignore SSL
                      certificate verification (default: False)
  -r, --refresh       get request will refresh cache (default: False)
  -d, --debug         debug mode. debug logger will output (default: False)
  -j, --json          pure json output (default: False)
``` 

# development
``` bash
# tox for distribute 
 make dev

```
# todo 
- [ ] work with fzf 
- [ ] supoort leetcode.com, and it should be easr
- [ ] automatically  cache your language setting. every time you specify you language with -l, it will change automatically



# thx
leetcode-cli. :)








