Metadata-Version: 2.0
Name: cxc-django
Version: 0.0.4
Summary: A django wrapper made by Xiaochen Cui
Home-page: https://github.com/XiaochenCui/cxc-django
Author: Xiaochen Cui
Author-email: jcnlcxc.new@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: django
Requires-Dist: django-rest-framework
Requires-Dist: cxc-gis

A django wrapper
================

.. image:: https://img.shields.io/pypi/v/cxc-django.svg
    :target: https://pypi.python.org/pypi/cxc-django

.. image:: https://img.shields.io/pypi/l/cxc-django.svg
    :target: https://www.gnu.org/licenses/gpl-3.0.txt

.. image:: https://img.shields.io/travis/XiaochenCui/cxc-django.svg
    :target: https://travis-ci.org/XiaochenCui/cxc-django

.. image:: https://codecov.io/gh/XiaochenCui/cxc-django/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/XiaochenCui/cxc-django

Aim to provide the most complete django wrapper and the most efficient interface to meet the ambiguous needs of outsourcing projects.

Installation
------------

.. code-block:: bash

    $ pip install cxc-django


