Commandline tool for polygon
Project description
polygon-cli
Command-line tool for polygon
Requirements
- Python 3 (tested on 3.4)
- requests lib
- prettytable lib
- colorama lib
- pyyaml lib
- diff and diff3 available in path
Supported features
- Download files and solutions from polygon.
- Uploading them back to polygon.
- Automatic merging with conflicts.
Installation
Using pip3
Run pip3 install polygon-cli
Using the source code
-
Install Python3 and setuputils module (for example, it goes with pip3)
-
Checkout repo using
git clone https://github.com/kunyavskiy/polygon-cli.git
-
Run
python3 setup.py install [--user]
- On Linux, it will put the executable polygon-cli in /usr/local/bin
- On Windows, it will put the executable polygon-cli in Scripts directory of your Python3 installation. It should be added to the path variable for easier usage.
Add the option
--user
to install as local user without root/administrator privileges. -
Even if it doesn't run, install the dependencies manually as below,
pip3 install requests
pip3 install colorama
pip3 install prettytable
pip3 install pyyaml
Running and authentication
Run using polygon-cli
command.
Usually the usage starts with (use problem short name or problem id instead of aplusb
):
polygon-cli init aplusb
polygon-cli update
The commands above create a working copy in the current folder. Use polygon-cli -h
to see other commands of the client.
On the first usage login, password, api_key and api_secret will be asked.
They will be stored locally in plain text.
You may leave password field empty. If you do that, some features based on html parsing, because of lack of api will not work then.
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 polygon_cli-1.1.14.tar.gz
.
File metadata
- Download URL: polygon_cli-1.1.14.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d9562a70ec048a9e64250612a95c0ac1a525d4fbff070a2791309f8ae389a05 |
|
MD5 | 1271fe99fcb71d2db61515764340737f |
|
BLAKE2b-256 | 5d08921432b2038091f611517543d6d1588a2798924f0a6d7cac6290462dd73b |
File details
Details for the file polygon_cli-1.1.14-py3-none-any.whl
.
File metadata
- Download URL: polygon_cli-1.1.14-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8951dddc9e82b1daf56a668a49c3096872ea3ec4a65aecc634c6185de3acb98e |
|
MD5 | c09050f90689656fc3d50d95532f50d6 |
|
BLAKE2b-256 | a3e8a8279f462add4d0c77004961f333bc31a0031be2f3ab23ef2b06641998fd |