minijson


Nameminijson JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/smok-serwis/minijson
SummaryA library for serializing JSON in a small binary format
upload_time2024-04-05 11:36:08
maintainerNone
docs_urlNone
authorPiotr Maślanka
requires_python!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            MiniJSON
========

![Passing CI](https://github.com/smok-serwis/minijson/actions/workflows/main.yml/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/20392a075de646680403/maintainability)](https://codeclimate.com/github/smok-serwis/minijson/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/20392a075de646680403/test_coverage)](https://codeclimate.com/github/smok-serwis/minijson/test_coverage)
[![Issue Count](https://codeclimate.com/github/smok-serwis/minijson/badges/issue_count.svg)](https://codeclimate.com/github/smok-serwis/minijson)
[![Documentation Status](https://readthedocs.org/projects/minijson/badge/?version=latest)](http://minijson.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/pyversions/minijson.svg)](https://pypi.python.org/pypi/minijson)
[![PyPI version](https://badge.fury.io/py/minijson.svg)](https://badge.fury.io/py/minijson)
[![PyPI](https://img.shields.io/pypi/implementation/minijson.svg)](https://pypi.python.org/pypi/minijson)
[![PyPI](https://img.shields.io/pypi/wheel/minijson.svg)]()
[![License](https://img.shields.io/pypi/l/minijson)](https://github.com/smok-serwis/minijson)

MiniJSON is a codec for a compact binary representation of a superset of JSON
(binary values) are supported.

Note
----

Active development of **minijson** is moved to this fork.
[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome
technology.

Usage
-----

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.
Alternatively, you can
[file an issue](https://github.com/smok-serwis/minijson/issues/new)
and I'll do my best to compile a wheel for you.

Compiling own wheels
--------------------

If there's no wheel, and you'd like to compile it on your own, you'll
require [Cython](https://cython.org/) installed.

Run the Dockerfile to launch unit tests locally.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smok-serwis/minijson",
    "name": "minijson",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
    "maintainer_email": null,
    "keywords": null,
    "author": "Piotr Ma\u015blanka",
    "author_email": "piotr.maslanka@dronehub.ai",
    "download_url": "https://files.pythonhosted.org/packages/62/cf/3bcd6d381ea493c2ca6a90c1c1e2714ce1cde8d22f8de28ed14cb708f81b/minijson-3.0.1.tar.gz",
    "platform": null,
    "description": "MiniJSON\r\n========\r\n\r\n![Passing CI](https://github.com/smok-serwis/minijson/actions/workflows/main.yml/badge.svg)\r\n[![Maintainability](https://api.codeclimate.com/v1/badges/20392a075de646680403/maintainability)](https://codeclimate.com/github/smok-serwis/minijson/maintainability)\r\n[![Test Coverage](https://api.codeclimate.com/v1/badges/20392a075de646680403/test_coverage)](https://codeclimate.com/github/smok-serwis/minijson/test_coverage)\r\n[![Issue Count](https://codeclimate.com/github/smok-serwis/minijson/badges/issue_count.svg)](https://codeclimate.com/github/smok-serwis/minijson)\r\n[![Documentation Status](https://readthedocs.org/projects/minijson/badge/?version=latest)](http://minijson.readthedocs.io/en/latest/?badge=latest)\r\n[![PyPI](https://img.shields.io/pypi/pyversions/minijson.svg)](https://pypi.python.org/pypi/minijson)\r\n[![PyPI version](https://badge.fury.io/py/minijson.svg)](https://badge.fury.io/py/minijson)\r\n[![PyPI](https://img.shields.io/pypi/implementation/minijson.svg)](https://pypi.python.org/pypi/minijson)\r\n[![PyPI](https://img.shields.io/pypi/wheel/minijson.svg)]()\r\n[![License](https://img.shields.io/pypi/l/minijson)](https://github.com/smok-serwis/minijson)\r\n\r\nMiniJSON is a codec for a compact binary representation of a superset of JSON\r\n(binary values) are supported.\r\n\r\nNote\r\n----\r\n\r\nActive development of **minijson** is moved to this fork.\r\n[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome\r\ntechnology.\r\n\r\nUsage\r\n-----\r\n\r\nRefer to the [documentation](http://minijson.readthedocs.io/en/latest/?badge=latest)\r\nfor use.\r\n\r\nIf there are no binary wheels precompiled for this platform, you will need to\r\ncompile it yourself.\r\nAlternatively, you can\r\n[file an issue](https://github.com/smok-serwis/minijson/issues/new)\r\nand I'll do my best to compile a wheel for you.\r\n\r\nCompiling own wheels\r\n--------------------\r\n\r\nIf there's no wheel, and you'd like to compile it on your own, you'll\r\nrequire [Cython](https://cython.org/) installed.\r\n\r\nRun the Dockerfile to launch unit tests locally.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for serializing JSON in a small binary format",
    "version": "3.0.1",
    "project_urls": {
        "Code": "https://github.com/smok-serwis/minijson",
        "Documentation": "https://minijson.readthedocs.io/",
        "Homepage": "https://github.com/smok-serwis/minijson",
        "Issue tracker": "https://github.com/smok-serwis/minijson/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55d09a80c226c29a086e922bdb51c182812735e89914f7af58767b4527c31167",
                "md5": "143095e070840d95bf5d1ebd8eb5c691",
                "sha256": "36b09d7856f66ffce05c8c44bb082c819cea4e9cb4fddb7636c0c4f86b5ea103"
            },
            "downloads": -1,
            "filename": "minijson-3.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "143095e070840d95bf5d1ebd8eb5c691",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
            "size": 572168,
            "upload_time": "2024-04-05T11:39:12",
            "upload_time_iso_8601": "2024-04-05T11:39:12.747545Z",
            "url": "https://files.pythonhosted.org/packages/55/d0/9a80c226c29a086e922bdb51c182812735e89914f7af58767b4527c31167/minijson-3.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62cf3bcd6d381ea493c2ca6a90c1c1e2714ce1cde8d22f8de28ed14cb708f81b",
                "md5": "094cd6a0eaf34daa8b4979047892446b",
                "sha256": "ce60605d47e3ae78274beb704a78f2ec787a39eb9e690f8ad5759f9ee7ee5e54"
            },
            "downloads": -1,
            "filename": "minijson-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "094cd6a0eaf34daa8b4979047892446b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
            "size": 126802,
            "upload_time": "2024-04-05T11:36:08",
            "upload_time_iso_8601": "2024-04-05T11:36:08.615514Z",
            "url": "https://files.pythonhosted.org/packages/62/cf/3bcd6d381ea493c2ca6a90c1c1e2714ce1cde8d22f8de28ed14cb708f81b/minijson-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 11:36:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smok-serwis",
    "github_project": "minijson",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "minijson"
}
        
Elapsed time: 0.21278s