jws 0.1.3
0
JSON Web Signatures implementation in Python
Contents
JSON Web Signatures implementation in Python
Stars: 57, Watchers: 57, Forks: 35, Open Issues: 24The brianloveswords/python-jws
repo was created 13 years ago and the last code push was 2 years ago. The project is moderately popular with 57 github stars!
How to Install jws
You can install jws using pip
pip install jws
or add it to a project with poetry
poetry add jws
Package Details
- Author
- Brian J Brennan
- License
- MIT
- Homepage
- http://github.com/brianloveswords/python-jws
- PyPi:
- https://pypi.org/project/jws/
- GitHub Repo:
- https://github.com/brianloveswords/python-jws
Classifiers
- Utilities
Related Packages
Errors
A list of common jws errors.
Code Examples
Here are some jws
code examples and snippets.
GitHub Issues
The jws package has 24 open issues on GitHub
- docs: fix simple typo, implemention -> implementation