Reusable styles and templates for HasGeek projects. Setup instructions:
python setup.py install
You’ll need this boilerplate in your code to use it:
from flask import Flask
from baseframe import baseframe, assets, Version
version = Version('0.1.0') # Insert your app's version number here
app = Flask(__name__, instance_relative_config=True)
# Declare your app's assets (with .js and .css suffixes)
# Filenames are relative to your app's static folder
assets['myapp.js'][version] = 'js/myapp.js'
assets['myapp.css'][version] = 'css/myapp.css'
# Initialize baseframe with required JS/CSS assets
# The 'baseframe' requirement is optional: it gives you the default UI
baseframe.init_app(app, requires=['baseframe', 'myapp'])
Baseframe is BSD-licensed, but is built on top of Twitter Bootstrap 3.0 and bundles various JavaScript libraries which use BSD, MIT and Apache.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
baseframe-0.3.1.tar.gz
(38.1 MB
view details)
File details
Details for the file baseframe-0.3.1.tar.gz.
File metadata
- Download URL: baseframe-0.3.1.tar.gz
- Upload date:
- Size: 38.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e418f4ad5dbbca5943b53cdaa747724aae54d3f5142bbdf7302440e61d89aa11
|
|
| MD5 |
fdec022b2f808f2a11ed4616badce49f
|
|
| BLAKE2b-256 |
8f804834489e0463406170357ac19a185714504c0bc89b9fb730bb67e39217d3
|