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.4.post2.tar.gz
(312.7 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.4.post2.tar.gz.
File metadata
- Download URL: reflex_enterprise-0.3.4.post2.tar.gz
- Upload date:
- Size: 312.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507d433a83d115bd1759c02eccd2970ca8a32028f338f77c8b15a9a8fae65be9
|
|
| MD5 |
c54098167f5e251eaa821400efbae559
|
|
| BLAKE2b-256 |
7326d5a05b8da95732fe26d189a68750d002bba5c3d04e67fac02ad23f614e6d
|
File details
Details for the file reflex_enterprise-0.3.4.post2-py3-none-any.whl.
File metadata
- Download URL: reflex_enterprise-0.3.4.post2-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 |
fc339ebbd60e888d07081b3a715d28f48cc7978256293cf71674721f7ae318ee
|
|
| MD5 |
d81ec0ae4efb354a8e15d876e0673a5d
|
|
| BLAKE2b-256 |
939811883185d0702ccea43e42bfdbb48b24fc8fa2463fc503458e154329bfb6
|