Metadata-Version: 2.1
Name: leetcode-with-me
Version: 0.0.1
Summary: LeetCode CLI interface and helper functions.
Home-page: https://github.com/weiranfu/leetcode-with-me
Author: Weiran Fu
License: MIT
Description: # leetcode-with-me
        
        > A small tool for writing solutions to LeetCode problems.
        
        ## Features
        
        * Initialize current directory with Git and connect to a GitHub repo.
        * Create a markdown file with [template.md](lc/template.md) to write LeetCode solutions.
        * Upload solutions to GitHub repo.
        
        ## Installation
        
        `$ pip install leetcode-with-me`
        
        ## Usage
        
        * Initialize a directory and connect to GitHub repo.
        
          `$ lc init <repo link>`
        
        * Create a solution markdown for you.
        
          `$ lc new <solution name> <solution category>`
        
        * Upload solutions to the GitHub repo.
        
          `$ lc upload`
        
        See `lc --help` for more command-line switches and usage instructions.
        
        ## License
        MIT
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
