Metadata-Version: 2.1
Name: json2bson
Version: 0.0.2
Summary: CLI tool to convert JSON files to BSON.
Home-page: https://github.com/luiscruz/json2bson
Author: Luis Cruz
Author-email: luismirandacruz@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: bson

# json2bson
Tool to convert a json file to bson

### Usage:

```
$ json2bson --help

Usage: json2bson [OPTIONS] INPUT_FILE OUTPUT_FILE

  CLI to evaluate maintainability.

Options:
  --help  Show this message and exit.

```


