Skip to main content

A python API for the Washington State Legislature web services

Project description

wa-leg-api

Python wrapper library around Washington State Legislature web services API

Installation

pip install wa-leg-api

Dependecies are:

Basic Usage

The stub functions are in modules named after each service in all lower case. The function names are the request type changed from CamelCase to snake_case.

Example: If you want to call the function GetAmendments from the AmendmentService, do:

from wa_leg_api.amendment import get_amendments
result = get_amendments(2021)

All stubs return dicts.

For more information about the Washington State Legislature web services available visit wslwebservices.leg.wa.gov

Exceptions

There is one exception defined by this library:

try:
    result = get_amendments(2100)  # an invalid year!
except WaLegApiException as e:
    print(e.http_error)      # HTTP Error code
    print(e.http_error_text) # HTTP Error code as text
    print(e.http_text)       # Additional text returned from leg.wa.gov
    print(e.args_sent)       # Record of arguments sent with request

Sample output:

500
Internal Server Error
System.Web.Services.Protocols.SoapException: Invalid Input. ---> System.ArgumentException: You have not submitted a valid year.  Please enter year in the following format:  YYYY.  Information is only available back to 1991.
Parameter name: Year
   --- End of inner exception stack trace ---
   at WslWebServices.AmendmentService.GetAmendments(Int32 year)

{'year': 2100}

Exceptions thrown directly by the requests package are not re-wrapped.

Full documentation

Please visit https://wa-leg-api.readthedocs.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wa_leg_api-0.3.0.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wa_leg_api-0.3.0-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file wa_leg_api-0.3.0.tar.gz.

File metadata

  • Download URL: wa_leg_api-0.3.0.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for wa_leg_api-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f5a37e5a3976b7afd35832362cfc56d791f7d361669fd08545b0fc2df161ce2f
MD5 61215d1a4a7279f09d8b98cea2f72329
BLAKE2b-256 9dd7a64d8a755373e4211f14661d3a2cebb808e50c47375c4ca17956f2acf423

See more details on using hashes here.

File details

Details for the file wa_leg_api-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: wa_leg_api-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for wa_leg_api-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f74288ef55eb156bc718214f85befdf04aaf22ed775eeca31c25c2b8fe254d7a
MD5 d0ae622d36d137f944519bca1a71f339
BLAKE2b-256 aebedc6ed5cb18e42c0308f4209ace4ef5115e524546e16e5801993045a8db27

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page