Source: python3-jsonref
Section: python
Priority: standard
Maintainer: dev-support <dev-support@cumulusnetworks.com>
Build-Depends:
 debhelper (>=9),
 dh-python,
 python3-all, 
 python3-setuptools,
XS-Build-Source: True
XS-Cumulus-Valid-Arch: amd64
XBCS-Vcs-Hash: d575cf0232735ddedaa7971eb6691a3f854ae449

Package: python3-jsonref
Architecture: all
Depends:
 ${python3:Depends}
 ${misc:Depends}
Description: jsonref is a library for automatic dereferencing of JSON Reference
 objects for Python (supporting Python 2.6+ and Python 3.3+).
 . 
 This library lets you use a data structure with JSON reference objects, as if
 the references had been replaced with the referent data.
 .
 .
 Features
 --------
 . 
 * References are evaluated lazily. Nothing is dereferenced until it is used.
 . 
 * Recursive references are supported, and create recursive python data
   structures.
 . 
 . 
 References objects are actually replaced by lazy lookup proxy objects which are
 almost completely transparent.
XBCS-Vcs-Hash: d575cf0232735ddedaa7971eb6691a3f854ae449

