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

git clone https://github.com/j-carson/wa-leg-api.git
cd wa-leg-api
pip install . 

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.

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.0.0.tar.gz (9.7 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.0.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wa_leg_api-0.0.0.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.8.2

File hashes

Hashes for wa_leg_api-0.0.0.tar.gz
Algorithm Hash digest
SHA256 cb0817a1ec4f04f7a64c424cfdb18601c584f807c93f01e2564833cb6d39852d
MD5 0bdc261f146270f3ba11aa3749d60a76
BLAKE2b-256 690fa03e02cf5b78431b248e85c0dd9d7120061a85588d2531610acaa350350b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wa_leg_api-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.8.2

File hashes

Hashes for wa_leg_api-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd5c52202fcadb39837b04680c69401d2e720ae2f3b15ed5a1b2c9eb7182243e
MD5 2f72491c4ccf44f550a7d1e84053740c
BLAKE2b-256 5467251412a731c9a89d8363b42d411deb7865aec240234be8a3a09a341cc068

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