Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amasecocoa/apsig
Signature implementation used in ActivityPub.
https://github.com/amasecocoa/apsig
activitypub http-signature http-signatures httpsig
Last synced: about 2 months ago
JSON representation
Signature implementation used in ActivityPub.
- Host: GitHub
- URL: https://github.com/amasecocoa/apsig
- Owner: AmaseCocoa
- License: mit
- Created: 2024-11-14T15:32:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T16:08:31.000Z (about 2 months ago)
- Last Synced: 2024-11-14T16:38:29.170Z (about 2 months ago)
- Topics: activitypub, http-signature, http-signatures, httpsig
- Language: Python
- Homepage: https://pypi.org/project/apsig/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# apsig
Signature implementation used in ActivityPub.This library implements the creation/verification of signatures for HTTP Signatures (draft-cavage-http-signatures-12), Linked Data Signatures, and Object Integrity Proofs (FEP-8b32).
## Installation
apsig is available on PyPI and can be installed with the following command.
```
pip install apsig
```