Simple-Bson
========================
.. image:: https://github.com/DeltaLaboratory/simple-bson/actions/workflows/CI.yml/badge.svg?branch=stable
:target: https://github.com/DeltaLaboratory/simple-bson/actions/workflows/CI.yml?branch=stable
:alt: stable CI status
Introduction
------------
simple-bson is a simple and lightweight bson implementation (current 7.89KiB)
Usage
------------
.. sourcecode:: python
>>> import simple_bson as bson
>>> a = bson.dumps({"Answer to life the universe and everything": 42})
>>> b = bson.loads(a)
>>> b
{"Answer to life the universe and everything": 42}
Raw data
{
"_id": null,
"home_page": "https://github.com/DeltaLaboratory/simple-bson",
"name": "simple-bson",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "DeltaLaboratory",
"author_email": "delta@deltalab.dev",
"download_url": "https://files.pythonhosted.org/packages/75/57/adf8aa7ae1b874d4b9c4ab52f3b73f900a701f3bdab2e981558700ee99b1/simple-bson-0.0.3.tar.gz",
"platform": "",
"description": "Simple-Bson\n========================\n\n.. image:: https://github.com/DeltaLaboratory/simple-bson/actions/workflows/CI.yml/badge.svg?branch=stable\n :target: https://github.com/DeltaLaboratory/simple-bson/actions/workflows/CI.yml?branch=stable\n :alt: stable CI status\n\nIntroduction\n------------\nsimple-bson is a simple and lightweight bson implementation (current 7.89KiB)\n\nUsage\n------------\n\n.. sourcecode:: python\n\n >>> import simple_bson as bson\n >>> a = bson.dumps({\"Answer to life the universe and everything\": 42})\n >>> b = bson.loads(a)\n >>> b\n {\"Answer to life the universe and everything\": 42}\n",
"bugtrack_url": null,
"license": "",
"summary": "Python Bson Compatible Library",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/DeltaLaboratory/simple-bson",
"Repository": "https://github.com/DeltaLaboratory/simple-bson"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0d52ac339fb17c10a47d1e61ebcbe9996818ef8aa707c976dacd442c1cf77577",
"md5": "8ea9783e1c0ef18bf4b4170483e24d05",
"sha256": "5cb1921d013b2d4af846d0d385de2cbf2b37e4042d1d9d55e44b5514990dfea1"
},
"downloads": -1,
"filename": "simple_bson-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8ea9783e1c0ef18bf4b4170483e24d05",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6,<4.0",
"size": 7987,
"upload_time": "2021-10-16T13:50:08",
"upload_time_iso_8601": "2021-10-16T13:50:08.345323Z",
"url": "https://files.pythonhosted.org/packages/0d/52/ac339fb17c10a47d1e61ebcbe9996818ef8aa707c976dacd442c1cf77577/simple_bson-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7557adf8aa7ae1b874d4b9c4ab52f3b73f900a701f3bdab2e981558700ee99b1",
"md5": "ef4326fe2b5cc41eb0926f41761e3bc2",
"sha256": "5abc3df2047141763abe0ad282f78e88b012566e9196182877f99ad7ef3d42c7"
},
"downloads": -1,
"filename": "simple-bson-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "ef4326fe2b5cc41eb0926f41761e3bc2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6,<4.0",
"size": 7024,
"upload_time": "2021-10-16T13:50:10",
"upload_time_iso_8601": "2021-10-16T13:50:10.600881Z",
"url": "https://files.pythonhosted.org/packages/75/57/adf8aa7ae1b874d4b9c4ab52f3b73f900a701f3bdab2e981558700ee99b1/simple-bson-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-10-16 13:50:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DeltaLaboratory",
"github_project": "simple-bson",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "simple-bson"
}