Skip to main content

Useful tool to speedup testing codes in cp-programming

Project description

Universal Parser Tool

Version Downloads License

This tool (a.k.a upt) helps to fetch sample tests from online judges. It can be useful to speedup testing codes before final submit.

Install

Simple and straight. Make sure you have python3 and pip3. Then install using this command.

$ pip3 install universal-parser-tool

This script needs selenium to login services. The python library will be added by default if you use the above command. The below link has explained how to install selenium drivers. Firefox is the default driver for this code, so install Firefox and it's driver (geckodriver) as in the link below.

https://selenium-python.readthedocs.io/installation.html

After installing, the upt command will be added to your PATH.

Getting Started

All configs stored at ~/.config/upt, including upt.conf (general configs) and cookie.jar (cookies).

After installing, first run upt init to initialize config files. It will ask some questions about default settings.

Upgrade

You can check current version by running upt -v. Upgrade to newer version by this command.

$ pip3 install -U universal-parser-tool

Parse

You can use upt like this script:

$ upt {parser}  [options...] {task or URL}

Parsers are listed below. You can find their options and task pattern in the repository's wiki.

Supported Parsers

In this time, these judges have parsers.

NOTE: You need to login a service if you want to use it during contest.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

universal_parser_tool-3.1.1-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page