Skip to content

Auto generate SRM python test template from problem description

inker610566/topcoder.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

topcoder.py

Auto generate SRM python test template from problem description

Tested Platform:

* Mac OS/ bash/ python 2.7.6

Usage:

# template/header.py contains user defined solution header
# generate template in current directory
> python topcoder.py source_name
# it will open a vim buffer in insert mode
# paste the problem statement to the buffer and save
# implement source_name.py
# run test
> python run.py
# the result will print on screen

TODO:

* separate sed file from topcoder.py

About

Auto generate SRM python test template from problem description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages