--- id: piccolo-admin version: "1.14.0" license: MIT license_treatment: permissive maintenance: active --- # piccolo-admin — A powerful and modern admin interface / CMS, powered by Piccolo and ASGI. License: permissive · Maintenance: active · Downloads: 583.3K/mo ## What it is and what it does Piccolo Admin is a modern admin interface and CMS built on top of Piccolo ORM, designed to provide a high-quality, visually polished alternative to traditional admin tools. It runs as an ASGI application with a Vue.js frontend and REST backend, making it suitable for standalone deployment or integration into larger applications. The package includes built-in features like data filtering, CSV exports, media support (local and S3-compatible), dark mode, bulk actions, and multilingual support. The package is intended for developers who need a content management interface for their Python applications without building one from scratch. It can be deployed standalone with a single command or mounted into an existing ASGI application. Installation is straightforward with low friction, and the active maintenance status indicates ongoing development and bug fixes. Use it for: - Quickly set up an admin interface for a Piccolo ORM database without custom frontend development - Integrate a managed CMS into an ASGI application for client content management - Provide non-technical users with a web UI to filter, export, and bulk-edit database records - Deploy a standalone demo or prototype admin interface for internal or customer-facing use - Manage media assets (images, files) stored locally or in S3-compatible cloud storage ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Piccolo Admin is a web-based admin interface and content management system for Python applications, built on Piccolo ORM and ASGI, providing data management, filtering, media handling, and REST API capabilities. Yes. Piccolo Admin is actively maintained, has low install friction, carries no known vulnerabilities, and is licensed permissively under MIT. It solves a real problem—building a production-ready admin interface—with minimal setup. Install it if you're using Piccolo ORM and need a modern, feature-rich admin UI, or if you want a self-contained CMS for ASGI applications. ## Install pip install piccolo-admin uv add piccolo-admin poetry add piccolo-admin ## Installing piccolo-admin Before you install: Low install friction with a pure-wheel distribution. Active maintenance with a recent release (56 days old) and ongoing commits. Supports current Python versions (3.10–3.14). Seven runtime dependencies including piccolo, FastAPI, and uvicorn are all established packages. License in practice: MIT license is permissive; you can use, modify, and distribute this package freely in both open-source and commercial projects with minimal restrictions. Quickstart: pip install piccolo_admin from piccolo_admin.endpoints import create_admin import uvicorn admin = create_admin([YourTable], allowed_hosts=["example.com"]) uvicorn.run(admin) Requires Python 3.10 or above. Intended for use with ASGI applications; standalone use requires uvicorn or Hypercorn. Verify before relying: - Performance characteristics with large datasets or complex filtering scenarios - Specific S3-compatible service providers tested and supported - Mobile responsiveness and browser compatibility matrix - Integration patterns with ASGI frameworks beyond those in the runtime dependencies ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 583.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags admin interface for python, cms content management system, database admin ui, asgi admin panel, piccolo orm admin, rest api admin interface, web-based data management, admin-interface, cms, asgi [View on SkillFed](https://skillfed.io/packages/piccolo-admin) · [View on PyPI](https://pypi.org/project/piccolo-admin/)