A RouteView class which register itself
Project description
Flask RouteView
Usage
# __init__.py
# Create your Flask application
from flask import Flask, request
app = Flask(__name__)
# Register your Flask application in Flask_RouteView
import flask_routeview
flask_routeview.set_app(app)
# Import your views to enable them
from FlaskWebProject.views import IndexView, ...
# views.py
class MyView(RouteView):
route = "/url"
name = "MyView"
def get(*args, **kwargs):
pass
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flask_routeview-1.2.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file flask_routeview-1.2.1.tar.gz
.
File metadata
- Download URL: flask_routeview-1.2.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7330e7e5f43e2e76dbff776e80c506460a0d579717c0be85ce8cfd6674d2251d |
|
MD5 | 2e18ec5617eced0f33a195535f60fd99 |
|
BLAKE2b-256 | 896272ab0722e4602b025cc9c41b649e7874e21448189044dd91f7f3d0b076db |
File details
Details for the file flask_routeview-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: flask_routeview-1.2.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b0744b08e5864635bce6bbce8f2b51e2c652019392480d303ba62fe26562bfa |
|
MD5 | 0c6d499195e44957cab8dcb95e0b6f3e |
|
BLAKE2b-256 | 4f64a65731217da69c12ccd200c9bffd9a3097ea1b90b46ad943d60e8017deef |