brilliance-admin 0.39.0__py3-none-any.whl → 0.40.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {brilliance_admin-0.39.0.dist-info → brilliance_admin-0.40.0.dist-info}/METADATA +19 -8
- {brilliance_admin-0.39.0.dist-info → brilliance_admin-0.40.0.dist-info}/RECORD +5 -5
- {brilliance_admin-0.39.0.dist-info → brilliance_admin-0.40.0.dist-info}/WHEEL +0 -0
- {brilliance_admin-0.39.0.dist-info → brilliance_admin-0.40.0.dist-info}/licenses/LICENSE +0 -0
- {brilliance_admin-0.39.0.dist-info → brilliance_admin-0.40.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: brilliance-admin
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.40.0
|
|
4
4
|
Summary: General-purpose admin panel backend
|
|
5
5
|
License-Expression: AGPL-3.0
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -30,6 +30,11 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Brilliance Admin Backend
|
|
32
32
|
|
|
33
|
+
[](https://pypi.org/project/brilliance-admin-backend/)
|
|
34
|
+
[](https://github.com/brilliance-admin/backend-python/blob/main/LICENSE)
|
|
35
|
+
[](https://github.com/brilliance-admin/backend-python/actions)
|
|
36
|
+
|
|
37
|
+
|
|
33
38
|
Brilliance Admin Backend is a backend framework for building admin panels with Python and FastAPI.
|
|
34
39
|
|
|
35
40
|
- Serves a prebuilt SPA frontend as static files
|
|
@@ -39,9 +44,15 @@ Brilliance Admin Backend is a backend framework for building admin panels with P
|
|
|
39
44
|
- Inspired by Django Admin and Django REST Framework
|
|
40
45
|
- Focused on minimal boilerplate and simplified backend-controlled configuration
|
|
41
46
|
|
|
47
|
+
## [Live Demo](https://brilliance-admin.com/)
|
|
48
|
+
|
|
42
49
|
Features:
|
|
43
|
-
|
|
44
|
-
|
|
50
|
+
|
|
51
|
+
* Tables with full CRUD support, including filtering, sorting, and pagination.
|
|
52
|
+
* Ability to define custom table actions with forms, response messages, and file uploads.
|
|
53
|
+
* SQLAlchemy integration with automatic field generation from models.
|
|
54
|
+
* Authorization via any account provider.
|
|
55
|
+
* Localization support with language selection in the interface.
|
|
45
56
|
|
|
46
57
|
|
|
47
58
|
## Development
|
|
@@ -51,16 +62,16 @@ uv sync --all-groups --all-extras
|
|
|
51
62
|
uv run uvicorn example.main:app --host 0.0.0.0 --port 8082 --reload
|
|
52
63
|
```
|
|
53
64
|
|
|
54
|
-
Docs:
|
|
55
|
-
- `http://0.0.0.0:8082/docs`
|
|
56
|
-
- `http://0.0.0.0:8082/redoc`
|
|
57
|
-
- `http://0.0.0.0:8082/scalar`
|
|
58
|
-
|
|
59
65
|
Tests:
|
|
60
66
|
``` shell
|
|
61
67
|
uv run pytest
|
|
62
68
|
```
|
|
63
69
|
|
|
70
|
+
Docs:
|
|
71
|
+
- `http://0.0.0.0:8082/docs`
|
|
72
|
+
- `http://0.0.0.0:8082/redoc`
|
|
73
|
+
- `http://0.0.0.0:8082/scalar`
|
|
74
|
+
|
|
64
75
|
## Docker
|
|
65
76
|
|
|
66
77
|
``` shell
|
|
@@ -66,8 +66,8 @@ admin_panel/static/tinymce/plugins/codesample/css/prism.css,sha256=exAdMtHbvwW7-
|
|
|
66
66
|
admin_panel/static/tinymce/plugins/customLink/plugin.js,sha256=illBNpnHDkBsLG6wo_jDPF6z7CGnO1MQWUoDwZKy6vQ,5589
|
|
67
67
|
admin_panel/static/tinymce/plugins/customLink/css/link.css,sha256=gh5nvY8Z92hJfCEBPnIm4jIPCcKKbJnab-30oIfX7Hc,56
|
|
68
68
|
admin_panel/templates/index.html,sha256=wGTSCQQ0H4QnWaYOnXb98g0x1UmlHjzksaO9Jom643E,1294
|
|
69
|
-
brilliance_admin-0.
|
|
70
|
-
brilliance_admin-0.
|
|
71
|
-
brilliance_admin-0.
|
|
72
|
-
brilliance_admin-0.
|
|
73
|
-
brilliance_admin-0.
|
|
69
|
+
brilliance_admin-0.40.0.dist-info/licenses/LICENSE,sha256=PjeDRXGbVLtKul5Xpfco_6CyB6bYGWVVPrO0oubquuM,727
|
|
70
|
+
brilliance_admin-0.40.0.dist-info/METADATA,sha256=PHZKryuRGjuub5U0cNaQ3QELTi0TqjuK1tR5MbLjr6E,3209
|
|
71
|
+
brilliance_admin-0.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
72
|
+
brilliance_admin-0.40.0.dist-info/top_level.txt,sha256=saSuhWhjU9d5_tZnnBG6GYVQY7ywThehjbEePImWik8,12
|
|
73
|
+
brilliance_admin-0.40.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|