Search data within Jail database for jails that use Zuercher Portal
Project description
zuercherportal_api
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 details)
Built Distribution
File details
Details for the file zuercherportal_api-1.0.3.tar.gz
.
File metadata
- Download URL: zuercherportal_api-1.0.3.tar.gz
- Upload date:
- Size: 39.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999df52df23b47507ea3ac67d2a1fd850958281da7adc2a187b29144be74a2b4 |
|
MD5 | 77003e4f4c76382baa9af4ac48249646 |
|
BLAKE2b-256 | 9658c857cfbfb2194d3eb49e0f23b1cec4675ea413ff0b4c87334a178fa452c4 |
File details
Details for the file zuercherportal_api-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: zuercherportal_api-1.0.3-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c635caaa215fa47b9b1b88d91fa9fd204bcb2424dff3a849ec0879debddcc9a8 |
|
MD5 | 461f84ef8b1211fa702c6059523fb495 |
|
BLAKE2b-256 | 9599fd3d3f95e88620d4654b51261bba57b6791575726d0c662f3026b651612c |