Skip to main content

No project description provided

Project description

sonq means son query, is tool for son like objects, for example, json and bson. You may use sonq to query .bson or newline separated .json files directly from command line.

Install

pip install sonq

Basic Usage

  • List the content of a .bson file

sonq source.bson
  • Query a .bson file

sonq -f '{"name": "Stark"}' source.bson
  • Convert query results to a newline separated .json file

sonq -f '{"name": "Stark"}' -o target.json source.bson
  • Convert json from stdin to .bson

echo '{"name": "Stark"}' | python3 -m sonq.cmd -o target.bson -

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sonq-0.1.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

sonq-0.1.2-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page