Metadata-Version: 1.2
Name: django-numpy-json-encoder
Version: 0.1.2
Summary: Django JSON encoder with numpy support.
Home-page: https://github.com/illagrenan/django-numpy-json-encoder
Author: Vasek Dohnal
Author-email: vaclav.dohnal@gmail.com
License: MIT
Description: =========================
        Django numpy JSON encoder
        =========================
        
        .. image:: https://img.shields.io/pypi/v/django-numpy-json-encoder.svg
            :target: https://pypi.python.org/pypi/django-numpy-json-encoder
            :alt: PyPi
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://pypi.python.org/pypi/django-numpy-json-encoder/
            :alt: MIT
        
        .. image:: https://img.shields.io/travis/illagrenan/django-numpy-json-encoder.svg
            :target: https://travis-ci.org/illagrenan/django-numpy-json-encoder
            :alt: TravisCI
        
        .. image:: https://img.shields.io/coveralls/illagrenan/django-numpy-json-encoder.svg
            :target: https://coveralls.io/github/illagrenan/django-numpy-json-encoder?branch=master
            :alt: Coverage
        
        .. image:: https://img.shields.io/pypi/implementation/django-numpy-json-encoder.svg
            :target: https://pypi.python.org/pypi/django_brotli/
            :alt: Supported Python implementations
        
        .. image:: https://img.shields.io/pypi/pyversions/django-numpy-json-encoder.svg
            :target: https://pypi.python.org/pypi/django_brotli/
            :alt: Supported Python versions
        
        Introduction
        ------------
        
        TODO
        
        Installation
        ------------
        
        **This software is in alpha version and should not be used in production.**
        
        - Supported Python versions are:  ``3.6`` and ``3.7-dev``.
        - Supported Django versions are: ``2.0``
        
        .. code:: shell
        
            pip install --upgrade django-numpy-json-encoder
        
        Usage
        -----
        
        TODO
        
        
        License
        -------
        
        The MIT License (MIT)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: ~=3.6
