Metadata-Version: 2.2
Name: tinybird
Version: 1.1.2
Summary: Tinybird Command Line Tool
Home-page: https://www.tinybird.co/docs/forward/commands
Author: Tinybird
Author-email: support@tinybird.co
Requires-Python: >=3.9, <3.14
Description-Content-Type: text/x-rst
Requires-Dist: aiofiles==24.1.0
Requires-Dist: anthropic==0.55.0
Requires-Dist: boto3
Requires-Dist: click<8.2,>=8.1.6
Requires-Dist: clickhouse-toolset==0.34.dev0
Requires-Dist: colorama==0.4.6
Requires-Dist: confluent-kafka==2.8.2
Requires-Dist: cryptography~=41.0.0
Requires-Dist: croniter==1.3.15
Requires-Dist: docker==7.1.0
Requires-Dist: GitPython~=3.1.32
Requires-Dist: humanfriendly~=8.2
Requires-Dist: plotext==5.3.2
Requires-Dist: prompt_toolkit==3.0.48
Requires-Dist: logfire-api==4.2.0
Requires-Dist: pydantic~=2.11.7
Requires-Dist: pydantic-ai-slim[anthropic]~=0.5.0
Requires-Dist: pydantic-ai-slim[retries]~=0.5.0
Requires-Dist: pyperclip==1.9.0
Requires-Dist: pyyaml<6.1,>=6.0
Requires-Dist: requests<3,>=2.28.1
Requires-Dist: shandy-sqlfmt==0.11.1
Requires-Dist: shandy-sqlfmt[jinjafmt]==0.11.1
Requires-Dist: toposort==1.10
Requires-Dist: tornado~=6.0.0
Requires-Dist: urllib3<2,>=1.26.14
Requires-Dist: watchdog==6.0.0
Requires-Dist: wheel
Requires-Dist: packaging<24,>=23.1
Requires-Dist: llm>=0.19
Requires-Dist: thefuzz==0.22.1
Requires-Dist: python-dotenv==1.1.0
Requires-Dist: pyjwt[crypto]==2.9.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Tinybird CLI
=============

The Tinybird command-line tool allows you to use all the Tinybird functionality directly from the command line. Additionally, it includes several functions to create and manage data projects easily.

Changelog
----------

1.1.2
*******

- `Changed` `tb datasource create` wording.

1.1.1
*******

- `Added` Support for previewing S3 connections data in `tb connection data` command.

1.1.0
*******

- `Added` `tb fmt` command to format .datasource and .pipe files. Not supported yet for .connection files.

1.0.7
*******

- `Changed` `tb datasource create --kafka` now includes the Kafka meta columns explicitly in the generated file.

1.0.6
*******

- `Changed` `tb deploy` will raise a warning when using engine parameters that are not useful for the picked engine.

1.0.5
*******

- `Added` Internal changes 

1.0.4
*******

- `Changed` `tb login` help text has been updated to provide more clarity on the available options.

1.0.3
*******

- `Changed` `tb login` now will warn the user if they are trying to login from a different folder than the last one and will ask for confirmation to continue.

1.0.2
*******

- `Changed` If connection name is not provided in `tb connection data`, it will prompt the user to select a connection from the list of available connections.

1.0.1
*******

- `Added` Support for `schema_registry_url` and `auto_offset_reset` when creating a Kafka connection.

1.0.0
*******

- `Released` Version 1.0.0, from now on the tinybird-cli package uses the standard semver convention for stable versions. Development versions will be tagged as with the `.devX` suffix where `X` is an integer number.
