Metadata-Version: 2.1
Name: djangorestframework-mvt
Version: 0.2.2
Summary: 
        Django REST Framework utility for creating views that serialize model data
        to Google Protobuf encoded Map Box Vector Tiles via Postgres.    
Home-page: https://github.com/corteva/djangorestframework-mvt
Author: Corteva Data Engineering
Author-email: DL-Delta-Devs@corteva.com
License: UNKNOWN
Project-URL: Documentation, https://corteva.github.io/djangorestframework-mvt
Project-URL: Source, https://github.com/corteva/djangorestframework-mvt
Keywords: mvt,django,restframework,mapbox,vector,protobuf,tile,postgres
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/markdown
Requires-Dist: coreapi (<3.0,>=2.3)
Requires-Dist: django (<3.0,>=2.1)
Requires-Dist: djangorestframework (<4.0,>=3.9)
Requires-Dist: djangorestframework-gis (<1.0,>=0.14)
Requires-Dist: django-filter (<3.0,>=2.1.0)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: mock ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'

# [djangorestframework-mvt](https://corteva.github.io/djangorestframework-mvt)

A Django REST Framework extension for creating views that serialize model data to Google Protobuf encoded Map Box Vector Tiles via Postgres.

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Coverage Status](https://coveralls.io/repos/github/corteva/djangorestframework-mvt/badge.svg?branch=master)](https://coveralls.io/github/corteva/djangorestframework-mvt?branch=master)
[![Build Status](https://travis-ci.org/corteva/djangorestframework-mvt.svg?branch=master)](https://travis-ci.org/corteva/djangorestframework-mvt)
[![PyPI version](https://badge.fury.io/py/djangorestframework-mvt.svg)](https://badge.fury.io/py/djangorestframework-mvt)

## Documentation

https://corteva.github.io/djangorestframework-mvt


