{"id":20541771,"url":"https://github.com/hivesolutions/appier-extras","last_synced_at":"2026-04-28T12:04:02.795Z","repository":{"id":16054237,"uuid":"18798363","full_name":"hivesolutions/appier-extras","owner":"hivesolutions","description":"Appier on Steroids","archived":false,"fork":false,"pushed_at":"2025-12-07T01:44:28.000Z","size":3022,"stargazers_count":2,"open_issues_count":10,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T20:30:56.266Z","etag":null,"topics":["addon","appier","appier-extras"],"latest_commit_sha":null,"homepage":"http://appier-extras.hive.pt","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hivesolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-04-15T11:59:30.000Z","updated_at":"2025-12-07T01:44:32.000Z","dependencies_parsed_at":"2024-01-04T12:27:33.453Z","dependency_job_id":"87f4f1ba-7666-4c43-8e8e-30d11a2369b0","html_url":"https://github.com/hivesolutions/appier-extras","commit_stats":null,"previous_names":[],"tags_count":471,"template":false,"template_full_name":null,"purl":"pkg:github/hivesolutions/appier-extras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fappier-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fappier-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fappier-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fappier-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivesolutions","download_url":"https://codeload.github.com/hivesolutions/appier-extras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fappier-extras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["addon","appier","appier-extras"],"created_at":"2024-11-16T01:26:03.234Z","updated_at":"2026-04-28T12:04:02.791Z","avatar_url":"https://github.com/hivesolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![Appier Framework Extras](res/logo.png)](http://appier-extras.hive.pt)\n\n**Appier on Steroids**\n\nAppier Extras is a set of extra elements for [Appier Framework](http://appier.hive.pt).\nAmongst other features, it brings an admin interface that is automatically generated\nby inspecting the application models, allowing the developer to easily have a way to manage\nthe data and processes for an instance.\n\nHere's how to launch a minimal app with Appier Extras:\n\n```python\nimport appier\nimport appier_extras\n\nclass HelloApp(appier.WebApp):\n\n    def __init__(self):\n        appier.WebApp.__init__(self, parts=(appier_extras.AdminPart,))\n\nHelloApp().serve()\n```\n\nRunning it is just as simple:\n\n```bash\npip install appier appier_extras\npython hello.py\n```\n\nYou can now go to [http://localhost:8080/admin](http://localhost:8080/admin) and login with root/root.\n\n## Learn more\n\n* [Models](doc/models.md) - extra model features\n* [Configuration](doc/configuration.md) - how to configure Appier Extras\n\n## License\n\nAppier Extras is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/hivesolutions/appier-extras/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/appier-extras/actions)\n[![Coverage Status](https://coveralls.io/repos/hivesolutions/appier-extras/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/appier-extras?branch=master)\n[![PyPi Status](https://img.shields.io/pypi/v/appier-extras.svg)](https://pypi.python.org/pypi/appier-extras)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fappier-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivesolutions%2Fappier-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fappier-extras/lists"}