claritygov


Nameclaritygov JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryPython API Client for ClarityGov, a free public developer API for accessing government legislative data in a standardized format.
upload_time2023-07-30 12:24:21
maintainer
docs_urlNone
authorClarityGov
requires_python
licenseCreative Commons Attribution 4.0 International Public License
keywords claritygov clarityapi government transparency
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "claritygov",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "claritygov,clarityapi,government,transparency",
    "author": "ClarityGov",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/58/e2/e2a4e36bf31e53647e8cdb96d6d97a4ebee602e685ceb354b8c49ffd0705/claritygov-0.2.1.tar.gz",
    "platform": null,
    "description": "# ClarityGov Python API Client\n\n[![PyPI version](https://badge.fury.io/py/claritygov.svg)](https://badge.fury.io/py/claritygov)\n[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)\n\nPython API Client for ClarityGov, a free public developer API for accessing government legislative data in a standardized format.\n\n## Installation\n\nYou can install the `claritygov` package using pip:\n\n```\npip install claritygov\n```\n\n## Usage\n\nFor more information on the ClarityGov API and the available endpoints, see the [ClarityGov API documentation](https://api.claritygov.com/docs).\n\n## License\n\nThis project is licensed under the Creative Commons Attribution 4.0 International Public License. See the [LICENSE](LICENSE) file for details.\n\n## Notice\n\nClarityGov 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)\n",
    "bugtrack_url": null,
    "license": "Creative Commons Attribution 4.0 International Public License",
    "summary": "Python API Client for ClarityGov, a free public developer API for accessing government legislative data in a standardized format.",
    "version": "0.2.1",
    "project_urls": {
        "Download": "https://github.com/ianmcvann/ClarityGovClient/archive/refs/tags/v0.1.0.tar.gz"
    },
    "split_keywords": [
        "claritygov",
        "clarityapi",
        "government",
        "transparency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58e2e2a4e36bf31e53647e8cdb96d6d97a4ebee602e685ceb354b8c49ffd0705",
                "md5": "5e2c0701c5e790e0e338fdb9c7ac4322",
                "sha256": "1e37a56128c53dd3e9ebff851552554344c6005f857007f6a1774595dc07c1a4"
            },
            "downloads": -1,
            "filename": "claritygov-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e2c0701c5e790e0e338fdb9c7ac4322",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11556,
            "upload_time": "2023-07-30T12:24:21",
            "upload_time_iso_8601": "2023-07-30T12:24:21.821971Z",
            "url": "https://files.pythonhosted.org/packages/58/e2/e2a4e36bf31e53647e8cdb96d6d97a4ebee602e685ceb354b8c49ffd0705/claritygov-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-30 12:24:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ianmcvann",
    "github_project": "ClarityGovClient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "claritygov"
}
        
Elapsed time: 0.09431s