Package containing the paid features for Reflex. [Pro/Team/Enterprise]
Project description
How to install reflex_enterprise.
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
import reflex_enterprise as rxe
...
rxe.App()
...
In rxconfig.py
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reflex_enterprise-0.3.5.tar.gz
(340.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reflex_enterprise-0.3.5.tar.gz.
File metadata
- Download URL: reflex_enterprise-0.3.5.tar.gz
- Upload date:
- Size: 340.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19afa85e0d8b7fd331d58427f5f039ca3ca819f71f861fd7f57a239564a73078
|
|
| MD5 |
584d3229e6acb84b369000d46557ccdc
|
|
| BLAKE2b-256 |
76c211429449ec17ebc632ee847dd42249bb21f029c783b10059e294abbe6a98
|
File details
Details for the file reflex_enterprise-0.3.5-py3-none-any.whl.
File metadata
- Download URL: reflex_enterprise-0.3.5-py3-none-any.whl
- Upload date:
- Size: 186.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ece5a216df2947df90da2bca79d1e18ea66de885341e8953d53fe68a035c53c
|
|
| MD5 |
3560eec6c1ad88968fa2130729190198
|
|
| BLAKE2b-256 |
a63a88f8d0733b6411f767fc711b5134767fc46f777e26ee2a1a9ca841f3293c
|