Skip to content

DeltaLaboratory/simple-bson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Bson

stable CI status

Introduction

simple-bson is a simple and lightweight bson implementation (current 7.89KiB)

Usage

>>> 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}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages