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.4.0.tar.gz (17.0 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.4.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wa_leg_api-0.4.0.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for wa_leg_api-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ebd06feca5e2257f3ec4a01bd8e2c3323e26f0b953197406dec03d1e6d6935e0
MD5 e9d6a2470fb9b89f8c5ce1fd9b11da8a
BLAKE2b-256 a565b5ad4173b82328e2a481db62441794fb34d81546870318211930ae1a50fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wa_leg_api-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for wa_leg_api-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6350755e1235862ec44230ba8f27981d9f2d306fd0e25d4dd533f049778cd8
MD5 30e264de0259f04bfa21fd93051cf9b1
BLAKE2b-256 d909ca18369657ab6cd3fb456bf36f7dabec3f1f095b2da1711544fa415ff457

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