{"id":22334706,"url":"https://github.com/hasgeek/baseframe","last_synced_at":"2025-07-29T21:31:36.509Z","repository":{"id":2014674,"uuid":"2950045","full_name":"hasgeek/baseframe","owner":"hasgeek","description":"Baseframe for Hasgeek projects","archived":false,"fork":false,"pushed_at":"2024-05-22T09:27:28.000Z","size":43893,"stargazers_count":12,"open_issues_count":51,"forks_count":17,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-05-22T10:43:42.157Z","etag":null,"topics":["flask","hacktoberfest","hasgeek","library","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hasgeek.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-12-09T20:53:29.000Z","updated_at":"2024-05-28T13:27:29.447Z","dependencies_parsed_at":"2023-10-17T01:48:57.359Z","dependency_job_id":"6faef272-329d-4c39-a45d-667209e0617f","html_url":"https://github.com/hasgeek/baseframe","commit_stats":{"total_commits":1081,"total_committers":23,"mean_commits":47.0,"dds":"0.48566142460684547","last_synced_commit":"93a9b086108a3dfc137dd48e3479fea8897cbf81"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasgeek%2Fbaseframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasgeek%2Fbaseframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasgeek%2Fbaseframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasgeek%2Fbaseframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasgeek","download_url":"https://codeload.github.com/hasgeek/baseframe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046861,"owners_count":17861109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","hacktoberfest","hasgeek","library","python"],"created_at":"2024-12-04T05:09:16.488Z","updated_at":"2024-12-04T05:09:16.969Z","avatar_url":"https://github.com/hasgeek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Baseframe\n=========\n\n|docs| |travis| |coveralls|\n\nReusable styles and templates for Hasgeek projects. Setup instructions::\n\n    python setup.py install\n\nOr, to use in a development environment where Baseframe will change frequently::\n\n    python setup.py develop\n    make\n\nYou'll need this boilerplate in your code to use it::\n\n    from flask import Flask\n    from baseframe import baseframe, assets, Version\n\n    version = Version('0.1.0')  # Insert your app's version number here\n    app = Flask(__name__, instance_relative_config=True)\n\n    # Declare your app's assets (with .js and .css suffixes)\n    # Filenames are relative to your app's static folder\n    assets['myapp.js'][version] = 'js/myapp.js'\n    assets['myapp.css'][version] = 'css/myapp.css'\n\n    # Initialize baseframe with required JS/CSS assets\n    # The 'baseframe' requirement is optional: it gives you the default UI\n    baseframe.init_app(app, requires=['baseframe', 'myapp'])\n\nBaseframe is BSD-licensed, but is built on top of Twitter Bootstrap 3.0\nand bundles various JavaScript libraries which use BSD, MIT and Apache.\n\n\n.. |docs| image:: https://readthedocs.org/projects/baseframe/badge/?version=latest\n    :target: http://baseframe.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation status\n\n.. |travis| image:: https://secure.travis-ci.org/hasgeek/baseframe.svg?branch=master\n    :target: https://travis-ci.org/hasgeek/baseframe\n    :alt: Build status\n\n.. |coveralls| image:: https://coveralls.io/repos/hasgeek/baseframe/badge.svg\n    :target: https://coveralls.io/r/hasgeek/baseframe\n    :alt: Coverage status\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasgeek%2Fbaseframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasgeek%2Fbaseframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasgeek%2Fbaseframe/lists"}