Metadata-Version: 2.1
Name: minijson
Version: 1.1
Summary: A library for serializing JSON in the MINIJSON format
Home-page: https://git.cervirobotics.com/Dronehub/minijson
Author: Piotr Maślanka
Author-email: piotr.maslanka@dronehub.ai
License: UNKNOWN
Project-URL: Documentation, https://minijson.readthedocs.io/
Project-URL: Code, https://github.com/Dronehub/minijson
Project-URL: Issue tracker, https://github.com/Dronehub/minijson/issues
Description: MiniJSON
        ========
        [![Documentation Status](https://readthedocs.org/projects/minijson/badge/?version=latest)](http://minijson.readthedocs.io/en/latest/?badge=latest)
        
        MiniJSON is a codec for a compact binary representation of a subset of JSON.
        
        Usage
        -----
        
        As usual, please [RTFM](minijson/routines.pxd).
        Here's the [specification](specification.md) of MiniJSON.
        
        Refer to the [documentation](http://minijson.readthedocs.io/en/latest/?badge=latest)
        for use.
        
        If there are no binary wheels precompiled for this platform, you will need to compile it yourself.
        
        In order to do that you must have the following packages installed:
        
        * snakehouse
        * satella
        * Cython
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Requires-Python: !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*
Description-Content-Type: text/markdown; charset=UTF-8
