Registry /
http-networking / assemblyline-service-client
Install & Compatibility
Where this runs
tested against v4.7.4.3 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✓ 32.6s
py 3.11
✕ build_error
✓ 25.2s
py 3.12
✕ build_error
✓ 26.7s
py 3.13
✕ build_error
✓ 24.7s
py 3.9
✕ build_error
✕ build_error
350MB installed
● package 350MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ServiceClient
✓ import assemblyline_service_client
✗ from assemblyline_service_client import ServiceClient
Minimal example of creating a ServiceClient, building a ServiceRequest, and processing a task.
from assemblyline_service_client import ServiceClient, ServiceRequest, ServiceResponse
# Initialize client - in production use proper auth
client = ServiceClient("http://localhost:5001", apikey=("user", "key"))
# Process a submission
request = ServiceRequest({"sha256": "...", "metadata": {}})
response = client.do_task(request)
print(response.results)
Upgrade
Version history
4.7.4.3latest on PyPI · released May 26, 2026
Audit
Dependencies
assemblyline-commonrequiredRequired for core data structures
assemblyline-remote-datastorerequiredRequired for datastore access