Skip to content

ShieldLabs-ai/shieldlabs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shieldlabs (Python)

ShieldLabs server SDK: webhook verification and History API client.

Install

pip install shieldlabs

Verify webhooks

from shieldlabs import verify_webhook

ok = verify_webhook(raw_body, request.headers["X-Shield-Signature"], secret)

Signature: X-Shield-Signature: sha256= + hex(HMAC-SHA256(secret, raw_body)). Schema 2026-06-01.

License

MIT

About

ShieldLabs server SDK for Python: API client, webhook verification, and types.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages