https://github.com/pinakipb2/cp-parse-kit
Parses the Test Cases from a Contest and Creates Folder Structure to Code
https://github.com/pinakipb2/cp-parse-kit
competitive-programming-contests cpp parser
Last synced: about 2 months ago
JSON representation
Parses the Test Cases from a Contest and Creates Folder Structure to Code
- Host: GitHub
- URL: https://github.com/pinakipb2/cp-parse-kit
- Owner: pinakipb2
- Created: 2023-08-29T19:11:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:35:53.000Z (almost 3 years ago)
- Last Synced: 2025-12-31T19:26:05.608Z (6 months ago)
- Topics: competitive-programming-contests, cpp, parser
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
linting
comments
documentation (installation guide, python version, internet required)
static typing
virtual env and requirements.txt
auto compile on file change auto start with logging (watchman.py)
check if output matched real output (judge.py) -> Show time taken
if corresponding .out file now found for input file leave the expected result (may do with shell) might provide inside folder(coding) for easy use -> maybe diff using shell will compile and check diff
If this is done then watchman.py might not be needed
pip freeze > requirements.txt
pip install -r requirements.txt
add dbrun.py cli tool to run from cli {input -> (case insensitive)}
add drawio roadmap
new plugin system