roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
271 stars 70 forks source link

Added an environment variable to silence TQDM output #258

Closed bigbitbus closed 2 months ago

bigbitbus commented 2 months ago

Description

Add the option to quieten TQDM messages.

Set the environment variable TQDM_DISABLE=1 if you don't want the download/unzipping progress-bars

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

Testing in progress...will update here

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

capjamesg commented 2 months ago

@bigbitbus Let me know when this is ready for a review.

bigbitbus commented 2 months ago

@bigbitbus Let me know when this is ready for a review.

Thanks, I'll fix it and ping you

bigbitbus commented 2 months ago

@capjamesg ready for review!