Skip to main content

Advanced CRUD for perfectionists with deadlines. An opinionated Neapolitan extension, with sprinkles.

Project description

Django PowerCRUD

Run Test Matrix codecov Python Django PyPI License Renovate

Advanced CRUD for perfectionists with deadlines. An opinionated extension of Neapolitan.

What is PowerCRUD?

The neapolitan package gives you a solid foundation for Django CRUD views. But you still need to add filtering, bulk operations, modern UX features, and styling yourself.

PowerCRUD comes with these features built-in, specifically for user-facing CRUD interfaces. Use what you need, customize what you want.

ℹ️ Status

PowerCRUD is still evolving, but now ships with a comprehensive pytest suite (including Playwright UI smoke tests). Expect rough edges while APIs settle, and pin the package if you rely on current behaviour.

See the full documentation.

Key Features

🎯 Advanced CRUD Operations - Filtering, pagination, bulk edit/delete (with async) out of the box
Modern Web UX - HTMX integration, modals, and reactive updates
🔧 Developer Friendly - Convention over configuration with full customization options
🎨 Multiple CSS Frameworks - daisyUI/Tailwind (default) and Bootstrap 5 support

Quick Example

Start with basic neapolitan:

# Basic neapolitan
class ProjectView(CRUDView):
    model = Project

Add powercrud for advanced features:

# With powercrud
class ProjectView(PowerCRUDMixin, CRUDView):
    model = Project
    fields = ["name", "owner", "status"]
    base_template_path = "core/base.html"
    
    # Modern features
    use_htmx = True
    use_modal = True
    
    # Advanced filtering
    filterset_fields = ["owner", "status", "created_date"]
    
    # Bulk operations
    bulk_fields = ["status", "owner"]
    bulk_delete = True
    
    # Enhanced display
    properties = ["is_overdue", "days_remaining"]

Getting Started

See the Quick Start documentation

Supported Versions

PowerCRUD is tested against the following combinations:

  • Python 3.12 with Django 4.2 LTS and Django 5.2
  • Python 3.13 with Django 4.2 LTS and Django 5.2
  • Python 3.14 with Django 4.2 LTS and Django 5.2

We aim to keep the dependency lock compatible with each pairing; upcoming CI work will exercise this matrix automatically on pushes to main.

Development Setup

PowerCRUD’s development environment is Docker-first. From the project root:

./runproj up          # build images, start services, enter the Django container
pytest                # run the full test suite, including Playwright smoke tests

Dependencies are managed with uv; the Docker image installs them into the system interpreter so you never need to activate a virtual environment inside the container. See the Dockerised Development Environment guide for full details.

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

django_powercrud-0.4.2.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

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

django_powercrud-0.4.2-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file django_powercrud-0.4.2.tar.gz.

File metadata

  • Download URL: django_powercrud-0.4.2.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for django_powercrud-0.4.2.tar.gz
Algorithm Hash digest
SHA256 e7ebbda2dc75329a592eaf4bd52d306f8082297fb8f23a59ea67130c02de155b
MD5 f5de8ea73af5d2cdca2bfea10f1e7a45
BLAKE2b-256 67b3e596c898fb9c5d2387229676593cad9bd49b4ab102da3d8a693e9e1b239a

See more details on using hashes here.

File details

Details for the file django_powercrud-0.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_powercrud-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8f5e04352a4b7fb31fecaba6f42938c6ae0d5b47a784001ab0a23dbf83f170e4
MD5 1bc9e397b4a02b051a9144fe321f3fbf
BLAKE2b-256 b1977df55eefc30fa91e7069a421a01af7c2105dc9100ad6cf39aa00e363654f

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