Name | reflex-enterprise JSON |
Version |
0.3.1
JSON |
| download |
home_page | None |
Summary | Package containing the paid features for Reflex. [Pro/Team/Enterprise] |
upload_time | 2025-07-22 19:39:09 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4.0,>=3.10 |
license | None |
keywords |
python
reflex
reflex-enterprise
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# How to install reflex_enterprise.
```bash
pip install reflex-enterprise
```
# How to use reflex enterprise.
In the main file, instead of using `rx.App()` to create your app, use the following:
## In the main file
```python
import reflex_enterprise as rxe
...
rxe.App()
...
```
## In rxconfig.py
```python
import reflex_enterprise as rxe
config = rxe.Config(
app_name="MyApp",
... # you can pass all rx.Config arguments as well as the one specific to rxe.Config
)
```
### Enterprise features
| Feature | Description | Minimum Tier (Cloud) | Minimum Tier (Self-hosted) |
| --- | --- | --- | --- |
| `show_built_with_reflex` | Toggle the "Built with Reflex" badge. | Pro | Team|
| `use_single_port` | Enable one-port by proxying from backend to frontend. | - | Team |
Raw data
{
"_id": null,
"home_page": null,
"name": "reflex-enterprise",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "python, reflex, reflex-enterprise",
"author": null,
"author_email": "Nikhil Rao <nikhil@reflex.dev>, Alek Petuskey <alek@reflex.dev>, Masen Furer <masen@reflex.dev>, Thomas Brand\u00e9ho <thomas@reflex.dev>",
"download_url": null,
"platform": null,
"description": "# How to install reflex_enterprise. \n\n```bash\npip install reflex-enterprise\n```\n\n# How to use reflex enterprise. \nIn the main file, instead of using `rx.App()` to create your app, use the following:\n\n\n## In the main file\n```python\nimport reflex_enterprise as rxe\n\n...\n\nrxe.App()\n\n...\n```\n\n## In rxconfig.py\n```python\nimport reflex_enterprise as rxe\n\nconfig = rxe.Config(\n app_name=\"MyApp\",\n ... # you can pass all rx.Config arguments as well as the one specific to rxe.Config\n)\n```\n\n### Enterprise features\n\n| Feature | Description | Minimum Tier (Cloud) | Minimum Tier (Self-hosted) |\n| --- | --- | --- | --- |\n| `show_built_with_reflex` | Toggle the \"Built with Reflex\" badge. | Pro | Team|\n| `use_single_port` | Enable one-port by proxying from backend to frontend. | - | Team |\n",
"bugtrack_url": null,
"license": null,
"summary": "Package containing the paid features for Reflex. [Pro/Team/Enterprise]",
"version": "0.3.1",
"project_urls": {
"documentation": "https://enterprise.reflex.dev",
"homepage": "https://reflex.dev/"
},
"split_keywords": [
"python",
" reflex",
" reflex-enterprise"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f7d1f476b552b72b43536ed5d99732bc61a0f66ff4eb2f0e7bab926ff4e118f2",
"md5": "38bc9553a43aafa0f486998dcbb6c144",
"sha256": "5d7cb02baf5a9a70d553efe085e01145db0cd04ae90faa12b39f4e6356687458"
},
"downloads": -1,
"filename": "reflex_enterprise-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "38bc9553a43aafa0f486998dcbb6c144",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 154824,
"upload_time": "2025-07-22T19:39:09",
"upload_time_iso_8601": "2025-07-22T19:39:09.232993Z",
"url": "https://files.pythonhosted.org/packages/f7/d1/f476b552b72b43536ed5d99732bc61a0f66ff4eb2f0e7bab926ff4e118f2/reflex_enterprise-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 19:39:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "reflex-enterprise"
}