Flask extension of Api sign Verification
Project description
Flask Api Sign Verification
Features
Testing setup with unittest and python setup.py test or py.test
Command line interface using Click
Quickstart
Install the latest Cookiecutter if you haven’t installed it yet
pip install -U flask-api-sign
Then:
from flask import Flask
from flask_api_sign import ApiSignManager
from flask_api_sign import verify_sign
app = Flask(__name__)
api_sign_mgr = ApiSignManager()
api_sign_mgr.init_app(app)
@app.route("/")
@verify_sign
def index():
pass
Links
Documentation: https://flask-api-sign.readthedocs.io/en/latest/index.html
Changes: https://flask-api-sign.readthedocs.io/en/latest/history.html
PyPI Releases: https://pypi.org/project/flask-api-sign/
Source Code: https://github.com/juforg/flask-api-sign/
Issue Tracker: https://github.com/juforg/flask-api-sign/issues/
History
0.1.1 (2021-08-02)
test with a java client demo.
0.1.0 (2021-07-27)
First release on PyPI.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_api_sign-0.1.1.tar.gz.
File metadata
- Download URL: flask_api_sign-0.1.1.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6b6b6e41dd58c46a7f016295680fb2bf1500adfe5d0f8f0e795621ae0c24bb0
|
|
| MD5 |
d2149ae118fab7745ce5d81b588ee7ea
|
|
| BLAKE2b-256 |
bba7cb1faff24727017f85312981f1b2159ab4de6a1b739e503ed08349a48c4f
|
File details
Details for the file flask_api_sign-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: flask_api_sign-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6f015e2c74c47c237893659b98015421f16c8e8751807372397a837ab386db6
|
|
| MD5 |
9384153be1113d95837d351f9c70ede1
|
|
| BLAKE2b-256 |
5f255e735745b5c2adb6bad49f0fd32ec1b7af114df8b73448919305f3a3face
|