Skip to main content

bb Python Client

Project description

bb Python Client

Install

First install the bb binary, then pip install:

go install github.com/MattSimmons1/bb@latest
pip install bb-python

If you don't have go installed, download the bb binary from the releases page and save to a location on your PATH or your working directory.

Usage

Convert bb strings to Python lists/dicts (JSON objects):

import bb

data = bb.convert("""

    ∆ = { type: pizza }

    3∆ 5∆ 5∆ 8∆ 2∆

""")

print(data)  # [{'type': 'pizza', 'quantity': 3}, {...

Convert files by providing a file path:

import bb

data = bb.convert("path/to/file.bb.txt")

Convert in injection mode with bb.extract:

import bb
documentation = bb.extract("my_code.py")

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

bb-python-0.1.3.tar.gz (5.3 MB view hashes)

Uploaded Source

Built Distribution

bb_python-0.1.3-py2-none-any.whl (5.4 MB view hashes)

Uploaded Python 2

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