Skip to main content

General-purpose admin panel backend

Project description

Brilliance Admin Backend

PyPI License CI

Brilliance Admin Backend is a backend framework for building admin panels with Python and FastAPI.

  • Serves a prebuilt SPA frontend as static files
  • Generates schemas for frontend sections on the backend
  • Provides a backend-driven API for admin interfaces
  • Designed for fast data management and data viewing from any sources
  • Inspired by Django Admin and Django REST Framework
  • Focused on minimal boilerplate and simplified backend-controlled configuration

Live Demo

Features:

  • Tables with full CRUD support, including filtering, sorting, and pagination.
  • Ability to define custom table actions with forms, response messages, and file uploads.
  • SQLAlchemy integration with automatic field generation from models.
  • Authorization via any account provider.
  • Localization support with language selection in the interface.

Development

uv sync --all-groups --all-extras
uv run uvicorn example.main:app --host 0.0.0.0 --port 8082 --reload

Tests:

uv run pytest

Docs:

  • http://0.0.0.0:8082/docs
  • http://0.0.0.0:8082/redoc
  • http://0.0.0.0:8082/scalar

Docker

docker compose -f .configs/docker/docker-compose.yml build
docker compose -f .configs/docker/docker-compose.yml up
docker compose -f .configs/docker/docker-compose.yml run --rm backend /bin/bash -c "uv sync --all-groups --all-extras"
docker compose -f .configs/docker/docker-compose.yml run --rm backend /bin/bash -c "uv run pytest"
docker exec -it rollyum-backend-1 git config --global --add safe.directory '*'
docker exec -it rollyum-backend-1 uv run pre-commit run --all-files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brilliance_admin-0.40.0.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brilliance_admin-0.40.0-py3-none-any.whl (3.7 MB view details)

Uploaded Python 3

File details

Details for the file brilliance_admin-0.40.0.tar.gz.

File metadata

  • Download URL: brilliance_admin-0.40.0.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.29

File hashes

Hashes for brilliance_admin-0.40.0.tar.gz
Algorithm Hash digest
SHA256 93a7fcb236657090029576e7fac6cb46b20c2c413d451af5d42772679b6f2b1e
MD5 ab6d0f84e85a713f313ee3f8c250a4d4
BLAKE2b-256 a75ab8cc733e950868a4a069c627c71ef09765704a11a280e03db456e4a2fdf2

See more details on using hashes here.

File details

Details for the file brilliance_admin-0.40.0-py3-none-any.whl.

File metadata

File hashes

Hashes for brilliance_admin-0.40.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ceadf5f7d111fccb1c3be14686fe3dde4c0cc4a8c3353147c2c1baa79310d627
MD5 c89b86106fbbc05cbb6199395f703086
BLAKE2b-256 9538147d38da95507850881703255b87f513a9d31cf3a9ce9b865662f0d12cb3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page