Name | reflex-enterprise JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Package containing the paid features for Reflex. [Pro/Team/Enterprise] |
upload_time | 2025-07-02 20:07:12 |
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.0",
"project_urls": {
"documentation": "https://enterprise.reflex.dev",
"homepage": "https://reflex.dev/"
},
"split_keywords": [
"python",
" reflex",
" reflex-enterprise"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0458ff30a870ee041ff1478b243c19fa8e79a9725ee8ae7a6c2ebb1db09bc6ed",
"md5": "0a93f2a9832489fda98cfe0a385bd8f7",
"sha256": "ba2676066bcf2f0678e7feef924930e56109776db1d75db641dd63c1b21958fc"
},
"downloads": -1,
"filename": "reflex_enterprise-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0a93f2a9832489fda98cfe0a385bd8f7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 154672,
"upload_time": "2025-07-02T20:07:12",
"upload_time_iso_8601": "2025-07-02T20:07:12.824857Z",
"url": "https://files.pythonhosted.org/packages/04/58/ff30a870ee041ff1478b243c19fa8e79a9725ee8ae7a6c2ebb1db09bc6ed/reflex_enterprise-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-02 20:07:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "reflex-enterprise"
}