Metadata-Version: 2.1
Name: boj-toolkit
Version: 0.1.0a0
Summary: Command line interface for baekjoon online judge
Author-email: RedBe-an <redbean.of@gmail.com>
Keywords: boj,baekjoon,cli,boj-cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Boj-toolkit
나 혼자 쓰려고 만든 백준 툴킷
제출, 문제 파일 생성 등 다양한 기능 제공할 **예정**

## CLI
### 24-08-13
```bash
boj-toolkit add 1000 -l "Python3"
```
add 커맨드만 지원
### 24-08-15
```bash
boj-toolkit add 1000 -l "Python3"
boj-toolkit test 1000                # 아직은 파이썬만 지원
```
add, test 커맨드만 지원
