Metadata-Version: 2.1
Name: django-action-framework
Version: 1.0.0
Summary: Easily create actions and various interfaces around them.
Home-page: https://github.com/jyveapp/django-action-framework
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-args (>=1.0.0,<2.0.0)
Requires-Dist: djangorestframework (>=3.0.0,<4.0.0)
Requires-Dist: python-args (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://django-action-framework.readthedocs.io
Project-URL: Repository, https://github.com/jyveapp/django-action-framework
Description-Content-Type: text/x-rst

django-action-framework
########################################################################

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

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

Installation
============

Install django-action-framework with::

    pip3 install django-action-framework

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

Contributing Guide
==================

For information on setting up django-action-framework for development and
contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.


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

- @wesleykendall (Wes Kendall)
- @romansul (Roman Sul)
- @chang-brian (Brian Chang)

