MonsterUI


NameMonsterUI JSON
Version 0.0.26 PyPI version JSON
download
home_pagehttps://github.com/Isaac-Flath/MonsterUI
SummaryThe simplicity of FastHTML with the power of Tailwind
upload_time2025-01-21 00:36:52
maintainerNone
docs_urlNone
authorisaac flath
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MonsterUI


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Installation

To install this library, uses

`pip install MonsterUI`

## Getting Started

To get started, check out:

1.  Start by importing the modules as follows:

``` python
from fasthtml.common import *
from monsterui.all import *
```

2.  Instantiate the app with the MonsterUI headers

``` python
app = FastHTML(hdrs=Theme.blue.headers())

# Alternatively, using the fast_app method
app, rt = fast_app(hdrs=Theme.slate.headers())
```

> *The color option can be any of the theme options available out of the
> box*

From here, you can explore the API Reference & examples to see how to
implement the components. You can also check out these demo videos to as
a quick start guide:

- MonsterUI [documentation page and Tutorial
  app](https://monsterui.answer.ai/tutorial_app)
- This
  [video](https://www.loom.com/share/0916e8a95d524c43a4d100ee85157624?sid=9be07e55-c962-4dbd-978c-aa6a0bcee7b3)
  where Isaac iteratively builds a form in 5 minutes with the framework

More resources and improvements to the documentation will be added here
soon!

## LLM context files

Using LLMs for development is a best practice way to get started and
explore. While LLMs cannot code for you, they can be helpful assistants.
You must check, refactor, test, and vet any code any LLM generates for
you - but they are helpful productivity tools.

- [llms.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms.txt):
  Links to the neccesary reference documents to use the MonsterUI
  library effectively. Contains very little information directly in the
  document.
- [llms-ctx.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms-ctx.txt):
  MonsterUI specific context only (does not include FastHTML specific
  context)
- [llm-ctx-full.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms-ctx-full.txt):
  All inclusive FastHTML + MonsterUI context

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Isaac-Flath/MonsterUI",
    "name": "MonsterUI",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "isaac flath",
    "author_email": "isaac.flath@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/2d/a15327b508ac1f5c32e5af2d5afee64797c931c84c579033b03134f47feb/monsterui-0.0.26.tar.gz",
    "platform": null,
    "description": "# MonsterUI\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Installation\n\nTo install this library, uses\n\n`pip install MonsterUI`\n\n## Getting Started\n\nTo get started, check out:\n\n1.  Start by importing the modules as follows:\n\n``` python\nfrom fasthtml.common import *\nfrom monsterui.all import *\n```\n\n2.  Instantiate the app with the MonsterUI headers\n\n``` python\napp = FastHTML(hdrs=Theme.blue.headers())\n\n# Alternatively, using the fast_app method\napp, rt = fast_app(hdrs=Theme.slate.headers())\n```\n\n> *The color option can be any of the theme options available out of the\n> box*\n\nFrom here, you can explore the API Reference & examples to see how to\nimplement the components. You can also check out these demo videos to as\na quick start guide:\n\n- MonsterUI [documentation page and Tutorial\n  app](https://monsterui.answer.ai/tutorial_app)\n- This\n  [video](https://www.loom.com/share/0916e8a95d524c43a4d100ee85157624?sid=9be07e55-c962-4dbd-978c-aa6a0bcee7b3)\n  where Isaac iteratively builds a form in 5 minutes with the framework\n\nMore resources and improvements to the documentation will be added here\nsoon!\n\n## LLM context files\n\nUsing LLMs for development is a best practice way to get started and\nexplore. While LLMs cannot code for you, they can be helpful assistants.\nYou must check, refactor, test, and vet any code any LLM generates for\nyou - but they are helpful productivity tools.\n\n- [llms.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms.txt):\n  Links to the neccesary reference documents to use the MonsterUI\n  library effectively. Contains very little information directly in the\n  document.\n- [llms-ctx.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms-ctx.txt):\n  MonsterUI specific context only (does not include FastHTML specific\n  context)\n- [llm-ctx-full.txt](https://raw.githubusercontent.com/AnswerDotAI/monsterui/refs/heads/main/nbs/llms-ctx-full.txt):\n  All inclusive FastHTML + MonsterUI context\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "The simplicity of FastHTML with the power of Tailwind",
    "version": "0.0.26",
    "project_urls": {
        "Homepage": "https://github.com/Isaac-Flath/MonsterUI"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18c752bc96ec4f212f876eefbdabded20033e9d6364877697071b79341f94b1f",
                "md5": "584b89ed7d4e1d96d1bd9db0706e1c54",
                "sha256": "1661200d502afe05ba64e5f093aa2788f95ec62cc48b2f90222cea745fee2a16"
            },
            "downloads": -1,
            "filename": "MonsterUI-0.0.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "584b89ed7d4e1d96d1bd9db0706e1c54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26789,
            "upload_time": "2025-01-21T00:36:50",
            "upload_time_iso_8601": "2025-01-21T00:36:50.715637Z",
            "url": "https://files.pythonhosted.org/packages/18/c7/52bc96ec4f212f876eefbdabded20033e9d6364877697071b79341f94b1f/MonsterUI-0.0.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc2da15327b508ac1f5c32e5af2d5afee64797c931c84c579033b03134f47feb",
                "md5": "7071f5c62eaf3504c91714ca8d1293bc",
                "sha256": "2955d82c819a9799a1003bc34eb2fa1f0c7bd8d3de375b3388451c25267b3241"
            },
            "downloads": -1,
            "filename": "monsterui-0.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "7071f5c62eaf3504c91714ca8d1293bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26585,
            "upload_time": "2025-01-21T00:36:52",
            "upload_time_iso_8601": "2025-01-21T00:36:52.258576Z",
            "url": "https://files.pythonhosted.org/packages/bc/2d/a15327b508ac1f5c32e5af2d5afee64797c931c84c579033b03134f47feb/monsterui-0.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 00:36:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Isaac-Flath",
    "github_project": "MonsterUI",
    "github_not_found": true,
    "lcname": "monsterui"
}
        
Elapsed time: 4.43552s