Metadata-Version: 2.4
Name: cmdcode
Version: 0.1.1
Summary: Terminal-first coding practice platform
Project-URL: Homepage, https://github.com/darichards10/cmdcode
Project-URL: Repository, https://github.com/darichards10/cmdcode
Project-URL: Issues, https://github.com/darichards10/cmdcode/issues
Author-email: Drew Richards <Drewwerd10@gmail.com>
License: MIT
Keywords: cli,coding-practice,competitive-programming
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: typer[all]
Description-Content-Type: text/markdown

# cmdcode

**Command line coding practice**

```bash
cmdcode get 1          # download problem + starter code
vim|nano solution.cpp
cmdcode submit 1 solution.cpp    # instant green/red verdict

Install (30 seconds)
```Bash
pipx install cmdcode        # recommended (isolated)
# or
pip install --user cmdcode && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
```

What's next
[] Website
[] User Identity/Authentication/Authorization
[] Daily Challenge Generation

