Metadata-Version: 2.1
Name: django-args
Version: 1.0.0
Summary: Django wrappers for python-args functions.
Home-page: https://github.com/jyveapp/django-args
License: BSD-3-Clause
Author: Wes Kendall
Requires-Python: >=3.6,<4
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: django (>=2)
Requires-Dist: django-formtools (>=2.2,<3.0)
Requires-Dist: python-args (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://django-args.readthedocs.io
Project-URL: Repository, https://github.com/jyveapp/django-args
Description-Content-Type: text/x-rst

django-args
########################################################################

Documentation
=============

`View the django-args docs here
<https://django-args.readthedocs.io/>`_.

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 <CONTRIBUTING.rst>`_.

Primary Authors
===============

- @wesleykendall (Wes Kendall)

