Skip to main content

Helper for GRE Writing Pool

Project description

Helper for GRE Writing Pool

Because why not?

Install

pip install grewritingpool

or install from source: python3 setup.py install

Usage

Returned json by get_list():

[
    {
        'type': <writing type>,
        'first': <first part of the question>,
        'second': <first part of the question, might not exist>,
        'instruc': <instruction>
    },
    ...
]

Returned json by get_random():

{
    'type': <writing type>,
    'first': <first part of the question>,
    'second': <first part of the question, might not exist>,
    'instruc': <instruction>
}

As a API:

import grewritingpool as gwp
//returns a json list of arguments
list = gwp.get_list('arguement')
//returns a json of article from all article
list = gwp.get_random()

As a executable:

grewriting [all|issue|argument]

License

MIT because I am lazy.

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

grewritingpool-0.0.8-py3-none-any.whl (4.0 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