Metadata-Version: 2.4
Name: solve-ps
Version: 0.1.4
Summary: a cli tool for ps
License-File: LICENSE
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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
pip install --user solve-ps
```

## Usage

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

