Metadata-Version: 1.1
Name: json-stream-reader
Version: 0.1.0
Summary: Given a byte stream of {}-bracketed objects, generate one object-string at a time.
Home-page: https://github.com/matt2000/json_stream_reader
Author: Matt Chapman
Author-email: matt@ninjitsuweb.com
License: GNU General Public License v3
Description: ================
        Json Stream Reader
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/json_stream_reader.svg
                :target: https://pypi.python.org/pypi/json_stream_reader
        
        .. image:: https://img.shields.io/travis/matt2000/json_stream_reader.svg
                :target: https://travis-ci.org/matt2000/json_stream_reader
        
        .. image:: https://readthedocs.org/projects/json-stream-reader/badge/?version=latest
                :target: https://json-stream-reader.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/matt2000/json_stream_reader/shield.svg
             :target: https://pyup.io/repos/github/matt2000/json_stream_reader/
             :alt: Updates
        
        
        
        Given a byte stream of {}-bracketed objects, generate one object-string at a time.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://json-stream-reader.readthedocs.io.
        
        
        Features
        --------
        
        * Turns a stream of unseperated {}-bracketed character (byte) strings, such as
          JSON serialized objects, into a collection of individual (byte)strings.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-10-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: json_stream_reader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
