28 projects
vinta-django-cascading-settings
A reusable Django application for managing settings in multiple levels with inheritance
vinta-django-state-machines
Data-driven, versioned state machines for Django: a status catalog, published state-machine versions pinned per record, guarded transitions and an append-only status history.
vinta-django-questionnaires
A reusable Django application for building data-driven questionnaires.
vinta-django-billing
Subscriptions, plan limits, entitlements and metered usage for multi-organization Django applications
vinta-django-audit-logs
An append-only audit log for Django, with swappable scope and identity models, a portable query object and pluggable storage backends.
vintasend-django-templates-manager
A flexible package for implementing transactional notifications
vintasend-django
A flexible package for implementing transactional notifications
vintasend-sqlalchemy
SQLAlchemy backend implementation for VintaSend
vintasend-celery
Celery adapter for VintaSend
vintasend-flask-mail
Flask Mail adapter for VintaSend
vintasend-jinja
Jinja email template renderer implementation for VintaSend
vintasend-fastapi-mail
FastAPI Mail adapter for VintaSend
vintasend-managed-templates
Starting point for a new vintasend-* implementation package: one TODO stub per seam, ready to clone.
vintasend-aws-s3-attachments
AWS S3 attachment manager for vintasend, backed by boto3.
vintasend
A flexible package for implementing transactional notifications
vinta-django-s3-direct
Direct-to-S3 uploads for Django forms, the admin and DRF, powered by FilePond.
vinta-django-orgs
A lib to help in the creation of shared schema multi organization applications without suffering
django-ai-assistant
Django app to integrate with OpenAI Assistants API
django-virtual-models
Improve performance and maintainability with a prefetching layer in your Django / Django REST Framework project
python-handlebars
Handlebars.js templating for Python 3
python-ometa
Pattern-matching language based on OMeta for Python 3
drf-rw-serializers
Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
django-celerybeat-status
A simple django admin extension that shows when your periodic are going to run next
django-pg-tenants
Tenant support for Django using PostgreSQL schemas.
django-zombodb
Easy Django integration with Elasticsearch through ZomboDB Postgres Extension
celery-persistent-revokes
Celery task revokes are stored on memory or on file. This packages makes possible to easely customize how your revokes are stored (Ex.: Database).
vinta-django-waffle
A feature flipper for Django.
django-shared-schema-tenants
A lib to help in the creation of shared schema multi tenants applications without suffering