Metadata-Version: 2.1
Name: angular-django
Version: 0.0.1
Summary: Django Rest Framework API for Angular with self-building classes, forms, and listings
Home-page: https://github.com/Nekmo/angular-django/
Author: Nekmo
Author-email: contacto@nekmo.com
License: MIT
Download-URL: https://github.com/Nekmo/angular-django/archive/master.zip
Keywords: angular-django
Platform: linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: Django
Requires-Dist: djangorestframework

##############
angular-django
##############


.. image:: https://img.shields.io/travis/Nekmo/angular-django.svg?style=flat-square&maxAge=2592000
  :target: https://travis-ci.org/Nekmo/angular-django
  :alt: Latest Travis CI build status

.. image:: https://img.shields.io/pypi/v/angular-django.svg?style=flat-square
  :target: https://pypi.org/project/angular-django/
  :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/angular-django.svg?style=flat-square
  :target: https://pypi.org/project/angular-django/
  :alt: Python versions

.. image:: https://img.shields.io/codeclimate/github/Nekmo/angular-django.svg?style=flat-square
  :target: https://codeclimate.com/github/Nekmo/angular-django
  :alt: Code Climate

.. image:: https://img.shields.io/codecov/c/github/Nekmo/angular-django/master.svg?style=flat-square
  :target: https://codecov.io/github/Nekmo/angular-django
  :alt: Test coverage

.. image:: https://img.shields.io/requires/github/Nekmo/angular-django.svg?style=flat-square
     :target: https://requires.io/github/Nekmo/angular-django/requirements/?branch=master
     :alt: Requirements Status


.. image:: https://img.shields.io/requires/github/Nekmo/angular-django.svg?style=flat-square
     :target: https://requires.io/github/Nekmo/angular-django/requirements/?branch=master
     :alt: Requirements Status


.. image:: https://raw.githubusercontent.com/Nekmo/angular-django/master/angular_django.svg
     :width: 256px
     :height: 256px
     :align: center


**Angular Django** is a framework to work in *Angular* as in *Django*. Use the Django classes in Angular to build
**forms** and **data** grids in minutes. `A demo is available on the website. <https://angular-django.nekmo.org/>`_.

Angular-django consists of **two packages**: a package for *Angular* and an optional package for *Django*. To install
the Angular package:

.. code-block:: shell

    $ npm i angular-django


To install the Django package:

.. code-block:: shell

    $ pip install -U angular-django

Full instructions are available `on the website. <https://angular-django.nekmo.org/installation>`_.


Features
========
Some features available:

* Use the methods and filters available in the Django Rest Framework to work with the API.
* Build forms in minutes. Includes validation on frontend and backend. Selector choices are built with the server.
* Easy-to-implement filtering, paging, and searching listings.
* Use your Django classes and types in Angular. The library will transform the API values to the correct types.


