quorum 0.8.3
pip install quorum
Latest version
Released:
Quorum Extensions for Flask
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Hive Solutions Lda.
- Tags quorum, flask
Classifiers
- Development Status
- License
- Operating System
- Programming Language
- Topic
Project description
A small extension framework for Flask to easy a series of simple tasks.
Usage
import flask
import quorum
app = quorum.load(
name = __name__
)
@app.route("/", methods = ("GET",))
def index():
return flask.render_template("index.html.tpl")
if __name__ == "__main__":
quorum.run()
Creation of background callables, that will execute every one second in a separate thread
@quorum.background(timeout = 1.0)
def hello_recursive():
print("hello word")
Building
sphinx-build -b html doc doc/_build
Documentation
Extra documentation is available under our readthedocs.com page. Keep
in mind that some delay may exist between the current repository master
version and the documentation.
We need people to help documentation the code base if you know anyone please contact us.
Build Automation
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Hive Solutions Lda.
- Tags quorum, flask
Classifiers
- Development Status
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file quorum-0.8.3.tar.gz
.
File metadata
- Download URL: quorum-0.8.3.tar.gz
- Upload date:
- Size: 127.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 668da50edd8d14fa098dc5c65ee03576a02486a06c4a25189815b20f5995af50 |
|
MD5 | fb35b652291b51df241e323236b97e79 |
|
BLAKE2b-256 | 1e991f6deec4c6bec979c5590ba3fabfde47c984b5cfa248e1845d5c679b29c7 |
File details
Details for the file quorum-0.8.3-py2.py3-none-any.whl
.
File metadata
- Download URL: quorum-0.8.3-py2.py3-none-any.whl
- Upload date:
- Size: 172.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0483257b6da0c0fbeeb2c750bd8d4941cd93c624b90912be8755fcebd574fbb |
|
MD5 | ad366e7434b6f5e9162213b9bae9221d |
|
BLAKE2b-256 | b33767c20bd3da05c1f8892e74af1fec211adf98b557ef3f91138b3675c67e55 |