Useful tool to speedup testing in cp-programming
Project description
Universal Parser Tool
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
You can install upt
from pypi using this command:
$ pip install universal-parser-tool
You should be able to run upt
after install.
To login services and use parsers on private webpages, you need to install a supported browser and its driver.
Browser | Driver | Supported | Tested |
---|---|---|---|
Firefox | https://github.com/mozilla/geckodriver/releases | ✅ | ✅ |
Chromium/Chrome | https://sites.google.com/a/chromium.org/chromedriver/downloads | ✅ | ✅ |
Edge | https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ | ✅ | ❌ |
Safari | Built-in | ✅ | ❌ |
Opera | https://github.com/operasoftware/operachromiumdriver/releases | ❌ | ❌ |
IE | https://selenium-release.storage.googleapis.com/index.html | ❌ | ❌ |
Configurations
All configurations stored at ~/.config/upt
, including upt.conf
(general configs) and cookie.jar
(login cookies).
After installing, You may run upt init
to initialize config options.
Upgrade
You can check current version by running upt -v
. Upgrade to newer version by this command.
$ pip install -U universal-parser-tool
Parsers
At this time, these judges have built-in support.
NOTE: You need to login a service if you want to use it during contest.
Plugins
It is possible to develop and publish your own plugins of upt
.
In this context, plugins are python modules, and their name starts with upt-
.
Several built-in parsers are included in upt-builtin
.
The plugin must provide a register
function, returning a list of classes (inherited from BaseParser
).
After installing the module, upt
automatically finds the plugin and calls register
.
There is a documented example of a parser here.
upt-builtin
is another example that's been tested.
If you have written a good plugin for upt
and have published it on PyPI, notify me so I can add it here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file universal-parser-tool-5.0.1.tar.gz
.
File metadata
- Download URL: universal-parser-tool-5.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6f1d0e04114b9f6870aba59931e3c6b09af4e5e12b9e2c29b4081625134335 |
|
MD5 | 1fe0ea997e43800e90e7e613ec76c08c |
|
BLAKE2b-256 | 3a03384422089e0887f818d1e36a00c9894888fc9e4348f4a796b974aaffee3d |
File details
Details for the file universal_parser_tool-5.0.1-py3-none-any.whl
.
File metadata
- Download URL: universal_parser_tool-5.0.1-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83a1b479b0014772e3ec9152cb7ff9340a09e9d94d1d8ce1c672027cae1dbe63 |
|
MD5 | be79ef3f384130de841d1ee9dbc3b207 |
|
BLAKE2b-256 | 66b4b67d62a4c272fcd8828a88f93d2abb9312d3ccdaa0c00e8100c6263d2ccb |