Metadata-Version: 2.1
Name: claritygov
Version: 0.2.1
Summary: Python API Client for ClarityGov, a free public developer API for accessing government legislative data in a standardized format.
Download-URL: https://github.com/ianmcvann/ClarityGovClient/archive/refs/tags/v0.1.0.tar.gz
Author: ClarityGov
License: Creative Commons Attribution 4.0 International Public License
Keywords: claritygov,clarityapi,government,transparency
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

# ClarityGov Python API Client

[![PyPI version](https://badge.fury.io/py/claritygov.svg)](https://badge.fury.io/py/claritygov)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

Python API Client for ClarityGov, a free public developer API for accessing government legislative data in a standardized format.

## Installation

You can install the `claritygov` package using pip:

```
pip install claritygov
```

## Usage

For more information on the ClarityGov API and the available endpoints, see the [ClarityGov API documentation](https://api.claritygov.com/docs).

## License

This project is licensed under the Creative Commons Attribution 4.0 International Public License. See the [LICENSE](LICENSE) file for details.

## Notice

ClarityGov is actively under development, and as such documentation may be incomplete and package may not be fully functional or stable. Please report any issues to the package's [GitHub Issues](https://github.com/ianmcvann/ClarityGovClient/issues)
