A library for accessing the FBI Wanted API.
Project description
FBI Wanted
Overview
The FBI Wanted is a Python package that provides an interface to the FBI's Wanted API. It allows users to search for wanted persons with various filters such as name, race, hair color, eye color, sex, and field offices. The library handles pagination and retrieves all relevant results asynchronously.
Installation
You can install the FBI Wanted Library using pip. Run the following command in your terminal:
pip install fbi-wanted
Usage
Here is a simple example of how to use the FBI Wanted Library:
from fbi_wanted.fbi_wanted import FBIWanted
# Search for wanted persons by name
results = FBIWanted.search(name="John Doe")
# Print the results
for person in results:
print(person)
Features
- Search for wanted persons with optional filters.
- Asynchronous fetching of paginated results.
- Easy integration with Python applications.
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fbi-wanted-0.1.0.tar.gz.
File metadata
- Download URL: fbi-wanted-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b0297b9e6480b8ac4cfa282d777c81227f93f2aea2d0f45624eace16049467
|
|
| MD5 |
1be5783b2b5a26594548b3f31842f485
|
|
| BLAKE2b-256 |
e5f4081a50b7aaadeba6ecaf22073b6ee2c5676eed0b97ff57f42100e45310a8
|
File details
Details for the file fbi_wanted-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fbi_wanted-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1566a6a5bb0cb0493f5362f73216a32d9ce21202fc5df57a4b3e228b5a683b8
|
|
| MD5 |
9efef80d7bb9857e22bdaa97df5fc964
|
|
| BLAKE2b-256 |
7afe25ba153afebdbc4b1179924375368925450ce4146a6d8d6240babfaa4a6b
|