Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 789 Bytes

index.rst

File metadata and controls

36 lines (26 loc) · 789 Bytes

Python SPOJ

This is a command line tool to help you submit your problems easily to SPOJ using your linux terminal. Using this package is as easy as using any other command line tool.

Contents:

installation.rst configuration.rst language.rst submit.rst status.rst about.rst

Basic Commands

  • spoj --help

    Display the help content for the main command

  • spoj --version

    Display the version string of the project

  • spoj <subcommand> --help

    Display help content for subcommand. Available subcommands are:

    • config <configuration>
    • language <language>
    • submit <submit>
    • status <status>