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.0.1.dev1.tar.gz
(312.6 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.0.1.dev1.tar.gz.
File metadata
- Download URL: reflex_enterprise-0.0.1.dev1.tar.gz
- Upload date:
- Size: 312.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b18d4747699ec117654f8d591d0282a6764095d7bfc2f186aa9b843633172cbb
|
|
| MD5 |
2c13d79e3b03801330bf5ee3207e8beb
|
|
| BLAKE2b-256 |
46d38b14ec9c3243450befb5f1d7f538de752601c1163ba8954115e786d5fa1c
|
File details
Details for the file reflex_enterprise-0.0.1.dev1-py3-none-any.whl.
File metadata
- Download URL: reflex_enterprise-0.0.1.dev1-py3-none-any.whl
- Upload date:
- Size: 185.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08acd68c56a9271b6ac4c863862d3535b737e12d4f7e1057323868c4a7b8ad8e
|
|
| MD5 |
aceae89c9132d1fda948b656843fafcb
|
|
| BLAKE2b-256 |
a47800f2f6092ab68e9770ae44741aab6795b57418a2bd563d51a6994b23e9af
|