Skip to main content

Search data within Jail database for jails that use Zuercher Portal

Project description

zuercherportal_api

PyPI - Version PyPI - Python Version PyPI - License

Install

pip install zuercherportal_api

Usage

Manually Supplied Jail Prefix:

import zuercherportal_api as zuercherportal

jail_api = zuercherportal.API(jail_id="benton-so-ar")
inmate_data = jail_api.inmate_search()

Using a Jail that is in our Database:

import zuercherportal_api as zuercherportal
jail_api = zuercherportal.API(jail_id=zuercherportal.Jails.AR.BENTON_COUNTY)
inmate_data = jail_api.inmate_search()

Filter The Results:

import zuercherportal_api as zuercherportal
jail_api = zuercherportal.API(jail_id=zuercherportal.Jails.AR.BENTON_COUNTY)
inmate_data = jail_api.inmate_search(
    inmate_name="",
    race="all",
    sex="all",
    cell_block="all",
    helf_for_agency="any",
    in_custody_date="",
    records_per_page=50,
    record_start=0,
    sort_by_column="name",
    sort_descending=False,
)

Current Jails in our Database

Below are the jails we currently have in our database. Please feel free to raise issue or pull request to add additional jails.

  • State of Arkansas
    • Benton County Jail
    • Pulaski County Jail

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

zuercherportal_api-1.0.3.tar.gz (39.9 kB view hashes)

Uploaded Source

Built Distribution

zuercherportal_api-1.0.3-py3-none-any.whl (28.0 kB view hashes)

Uploaded Python 3

Supported by

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