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.7.tar.gz
(363.2 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.7.tar.gz.
File metadata
- Download URL: reflex_enterprise-0.3.7.tar.gz
- Upload date:
- Size: 363.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad56f513a3cc394fcaf0825dd2f1e8122127387a079446e9a87322c68892b15
|
|
| MD5 |
62fb6954eefe1b1c0e949db7024a5933
|
|
| BLAKE2b-256 |
092f579a126fc025dbe843dbbff3da6a70b8d44517ab6591229c997e9555379a
|
File details
Details for the file reflex_enterprise-0.3.7-py3-none-any.whl.
File metadata
- Download URL: reflex_enterprise-0.3.7-py3-none-any.whl
- Upload date:
- Size: 198.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de3cf24e87b5a5352bff2a64ed4d91050f9a54d028210002a5efb82ef1c08ca
|
|
| MD5 |
e9891a549fa27cf3f4a37e745a67a4b0
|
|
| BLAKE2b-256 |
ebe21a43fa38268e14e6359bee4d03857185235817ae9b1d188e3411af4967d9
|