Metadata-Version: 2.1
Name: govqa
Version: 1.0.1
Summary: Interact with GovQA, a public records request management platform owned by Granicus
Home-page: https://datamade.us
Author: DataMade
Author-email: info@datamade.us
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.0
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: setuptools (>=46.4)
Requires-Dist: scrapelib
Requires-Dist: lxml
Requires-Dist: jsonschema
Requires-Dist: python-dateutil
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: requests-mock ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'

# GovQA-Py

A Python client for interacting with GovQA, a public records request management
platform owned by Granicus.

## Setup

```bash
pip install govqa
```

## Usage

Read the documentation on ReadTheDocs: https://govqa-py.readthedocs.io/en/latest/


