Metadata-Version: 2.1
Name: solve-ps
Version: 0.1.0
Summary: a small cli tool for ps
Author: KH
Author-email: ganghe74@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.11.2,<5.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

# solve

a small cli tool for ps

---

## install

```bash
git clone https://github.com/ganghe74/solve
cd solve
pip install .
```

## Usage

```bash
solve get boj 1000
solve tc 2 -p 1000
solve run 1000.cpp
solve diff
```

