{"library":"bson","type":"library","category":null,"description":"The `bson` library provides an independent codec for the BSON (Binary JSON) serialization format, without depending on MongoDB. It offers functions to efficiently serialize Python data structures into BSON bytes and deserialize BSON data back into Python objects. The current version is 0.5.10. Based on recent GitHub activity and a history of addressing issues, it appears to be actively maintained, though releases are not on a fixed schedule.","language":"python","status":"active","version":"0.5.10","tags":["bson","serialization","binary","codec","data-format"],"last_verified":"Fri May 22","install":[{"cmd":"pip install bson","imports":["import bson; bson.dumps(...)","import bson; bson.loads(...)","from bson.objectid import ObjectId","from bson.errors import InvalidBSON","import bson; bson.BSON(...)","from bson import json_util"]}],"homepage":null,"github":"http://github.com/py-bson/bson","docs":null,"changelog":null,"pypi":"https://pypi.org/project/bson/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.6,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/bson/compatibility"}}