Skip to main content
Build status Coverage status

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.0.tar.gz (6.6 MB view details)

Uploaded Source

File details

Details for the file baseframe-0.3.0.tar.gz.

File metadata

  • Download URL: baseframe-0.3.0.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for baseframe-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6bc34c08305b823262dc5fd7c112da86606ed9b5c185c32551f3856881dca74b
MD5 73d88ab7b3f879bdc19486d093f5ffc3
BLAKE2b-256 f76fef7d28832ba4fdda31316fb13d38ab54d86b5783ec31e2e4f271b180205e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page