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():
```json
[
{
'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():
```json
{
'type': <writing type>,
'first': <first part of the question>,
'second': <first part of the question, might not exist>,
'instruc': <instruction>
}
```

As a API:
```python3
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:
```bash
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.9-py3-none-any.whl (5.1 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