# anthrosolui Getting Started
## Installation
To install this library, uses
`pip install anthrosolui`
## Getting Started
### TLDR
TBD
## LLM context files
TBD
### Step by Step
To get started, check out:
1. Start by importing the modules as follows:
``` python
from fasthtml.common import *
from anthrosolui.all import *
```
2. Instantiate the app with the anthrosolui headers
``` python
app = FastHTML(hdrs=AnthrosolTheme.epso.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:
Raw data
{
"_id": null,
"home_page": "https://github.com/breytenlybaert/AnthrosolUI",
"name": "anthrosolui",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "nbdev jupyter notebook python ui components",
"author": "Breyten Lybaert",
"author_email": "breyten@anthrosol.com",
"download_url": "https://files.pythonhosted.org/packages/9d/8d/2ef1b1f14abd719328a369e5449df5d28664d76cc70acac5475f804e5b30/anthrosolui-0.1.23.tar.gz",
"platform": null,
"description": "# anthrosolui Getting Started\n\n## Installation\n\nTo install this library, uses\n\n`pip install anthrosolui`\n\n## Getting Started\n\n### TLDR\n\nTBD\n\n## LLM context files\n\nTBD\n\n### Step by Step\n\nTo get started, check out:\n\n1. Start by importing the modules as follows:\n\n``` python\nfrom fasthtml.common import *\nfrom anthrosolui.all import *\n```\n\n2. Instantiate the app with the anthrosolui headers\n\n``` python\napp = FastHTML(hdrs=AnthrosolTheme.epso.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",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "UI component library built on FastHTML, MonsterUI Tailwind, and DaisyUI",
"version": "0.1.23",
"project_urls": {
"Homepage": "https://github.com/breytenlybaert/AnthrosolUI"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python",
"ui",
"components"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "03a4bb560518265500b425a97cf0be747e5694b7054f01b484d0264e3bc00149",
"md5": "5962f963be54568449a0ea6b691f8a0f",
"sha256": "368cc1a2346b148f6021914bb810cbd94a125de3e0321215838f4b52dd3360ab"
},
"downloads": -1,
"filename": "anthrosolui-0.1.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5962f963be54568449a0ea6b691f8a0f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 36331,
"upload_time": "2025-03-14T16:05:12",
"upload_time_iso_8601": "2025-03-14T16:05:12.029208Z",
"url": "https://files.pythonhosted.org/packages/03/a4/bb560518265500b425a97cf0be747e5694b7054f01b484d0264e3bc00149/anthrosolui-0.1.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9d8d2ef1b1f14abd719328a369e5449df5d28664d76cc70acac5475f804e5b30",
"md5": "a8cb9e9984d2034591b132b35c990ee3",
"sha256": "293343b8f9dda84ca30ff14edbd0cdb9d10602e4aa7efee33b341b525f919664"
},
"downloads": -1,
"filename": "anthrosolui-0.1.23.tar.gz",
"has_sig": false,
"md5_digest": "a8cb9e9984d2034591b132b35c990ee3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 36920,
"upload_time": "2025-03-14T16:05:13",
"upload_time_iso_8601": "2025-03-14T16:05:13.136874Z",
"url": "https://files.pythonhosted.org/packages/9d/8d/2ef1b1f14abd719328a369e5449df5d28664d76cc70acac5475f804e5b30/anthrosolui-0.1.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-14 16:05:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "breytenlybaert",
"github_project": "AnthrosolUI",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "anthrosolui"
}