Helper for GRE Writing Pool
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Helper for GRE Writing Pool
Because why not?
Install
pip install grewritingpool
or install from source:
python3 setup.py install
Usage
As a API
get_list(writing_type='default')
Return a json list of articles. Input can be all, issue or argument, default to all.
Returned json format:
[
{
'type': <writing type>,
'first': <first part of the question>,
'second': <first part of the question, might not exist>,
'instruc': <instruction>
},
...
]
get_random(writing_type='default')
Return a random json string from the json list of articles. Input can be all, issue or argument, default to all.
Returned json format:
{
'type': <writing type>,
'first': <first part of the question>,
'second': <first part of the question, might not exist>,
'instruc': <instruction>
}
As a executable
grewriting [all|issue|argument]
License
GPLv3.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grewritingpool-0.2.2.tar.gz.
File metadata
- Download URL: grewritingpool-0.2.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11173fb5b9562eee0b9bb169b31167147f7186e0f738d07123cbf798c00be986
|
|
| MD5 |
4c1d7124a13afed6cef068699b9ff5c3
|
|
| BLAKE2b-256 |
ecbe0fc503721251f772088347be6019c5cb4f340ee2ae44ef7138e2a3d8beeb
|
File details
Details for the file grewritingpool-0.2.2-py3-none-any.whl.
File metadata
- Download URL: grewritingpool-0.2.2-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3206de0f50d899b9ebe1cb20811bd46b0b347e8bb031b03ef37dbcfa87afbe99
|
|
| MD5 |
4dcc0c6fb8acd169f4b0df7a0d8f89e8
|
|
| BLAKE2b-256 |
53e1f117546cca22bdb8d496086f8cea5330dd34d5f6846229bc7f2915b6b584
|