Skip to content

Usage

This section provides examples and instructions for using TinyBear.

Importing Modules

You can import TinyBear modules in your Python code:

from tinybear import csv_xls, json_toml_yaml

CSV/XLS Operations

Read, write, and process CSV or XLS files using the csv_xls module. Example:

from tinybear import csv_xls
# usage example here

JSON, TOML, YAML Handling

Use the json_toml_yaml module for seamless serialization and deserialization:

from tinybear import json_toml_yaml
# usage example here

For more detailed API information, refer to the source code or contribute to the docs!