New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zuercherportal-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zuercherportal-api

Search data within Jail database for jails that use Zuercher Portal

  • 1.0.3
  • Source
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc