A simple authorizer for python project.
Project description
pyauthorizer
A simple authorizer for python project.
In some cases, even for a scripting language like Python, it may be necessary to
generate and validate tokens for specific use cases. The pyauthorizer
provides
a simple way to generate and validate licenses. Additionally, the built-in
plugins make it easy to customize encryptors and decryptors. There is also a
simple command-line tool available.
Install
Package-built has uploaded to pypi and just install with the command:
pip install pyauthorizer
Usage
To generate and validate a license, use the command:
pyauthorizer create -f simple -C password=1234567890 -O /tmp/license.json
pyauthorizer validate -f simple -C password=1234567890 -I /tmp/license.json
More command options can be listed by using pyauthorizer --help
.
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
pyauthorizer-0.2.15.tar.gz
(28.0 kB
view hashes)
Built Distribution
Close
Hashes for pyauthorizer-0.2.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0deac0b3fe23961856729e61796afcd7757287bec4b4ace2f2a9095b90559f1 |
|
MD5 | ab1fb0b1fc48232a94acaa63325fce57 |
|
BLAKE2b-256 | 787bc44dc8ea090021e33bfd9466c38f2be728292cf30173382ef54e565a40fd |