Skip to main content

Django wrappers for python-args functions.

Project description

django-args is the Django wrapper on python-args.

python-args provides the ability to decorate functions with validators, context, and default value processors. django-args takes this a step further, allowing any function decorated with python-args to seamlessly integrate with Django form views and form wizards.

For example, djarg.views.FormView automatically constructs a Django FormView on a python function and maps the form fields to the function arguments. Assuming the function is wrapped with arg.validators, django-args will seamlessly bind the validators to the form. This same concept is extended to bulk views and form views offered by django-args.

Along with this, django-args also helps eliminate the burden of passing around variables from views to forms for doing simple initializations (choice fields, etc) and other boilerplate that can become difficult to follow as a project grows.

Check out the docs for more information on how you can use django-args for your project.

Documentation

View the django-args docs here.

Installation

Install django-args with:

pip3 install django-args

After this, add djarg to the INSTALLED_APPS setting of your Django project.

Contributing Guide

For information on setting up django-args for development and contributing changes, view CONTRIBUTING.rst.

Primary Authors

  • @wesleykendall (Wes Kendall)

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-args-1.4.0.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

django_args-1.4.0-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file django-args-1.4.0.tar.gz.

File metadata

  • Download URL: django-args-1.4.0.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.2 Linux/4.15.0-1077-aws

File hashes

Hashes for django-args-1.4.0.tar.gz
Algorithm Hash digest
SHA256 053a309a09215e832020017d924e543d47cace640c113e2dc089c111fae8ff95
MD5 12e5e8ea05b27d86be210940d9e8ff22
BLAKE2b-256 31b16949984796c7db150cdf59767d14837cf20eab4de433dd3ce1bd81c39430

See more details on using hashes here.

File details

Details for the file django_args-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: django_args-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.2 Linux/4.15.0-1077-aws

File hashes

Hashes for django_args-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a3923f1dde13b853095af979fdb8d6f9816387bfb44df4959ea6850d02ee55e0
MD5 82ed611f4d63551f5862f47400461bd0
BLAKE2b-256 7e9c2a6c9c181b2036d484ec95acf6c83ef4d37d506716d80d3bad88d0980ed7

See more details on using hashes here.

Supported by

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