Metadata-Version: 1.1
Name: dkjason
Version: 3.0.4
Summary: dkjason - Helper module to send json encoded data from Python
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        
        dkjason - Helper module to send json encoded data from Python
        =============================================================
        
        This module knows how to serialize general object, objects specialized
        with a ``__json__()`` method, Django QuerySets, and ``ttcal`` objects.
        
        .. image:: https://travis-ci.org/datakortet/dkjason.svg?branch=master
           :target: https://travis-ci.org/datakortet/dkjason
           :alt: Pipeline status
        
        .. image:: https://readthedocs.org/projects/dkjason/badge/?version=latest
           :target: https://dkjason.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/datakortet/dkjason/branch/master/graph/badge.svg?token=zmqdQHOX89
           :target: https://codecov.io/gh/datakortet/dkjason
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
