LicenseGuard

Is tqdm safe for commercial use?

PyPI package · License: MPL-2.0 AND MIT

tqdm is licensed under MPL-2.0 AND MIT. Nothing below is blocked, but it carries a source-disclosure obligation — what triggers it differs by how you ship, so read the table.

Can I use tqdm in SaaS, a distributed app, or internally?

How you ship itResultWhy
Hosted SaaS No obligation Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.
Distributed binary / app No obligation Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.
Delivered to customer No obligation Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.
Internal use only No obligation Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.
Published library No obligation Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

What obligations does tqdm carry?

Source disclosureAttribution

If you only use it at build time, the answer changes.

Multiple licenses apply at once. MPL-2.0 appears as a dev dependency, so it is not part of the artifact you ship. Distribution-triggered obligations do not arise. Tools that emit code into your output, such as code generators, are a separate case worth checking individually. / MIT appears as a dev dependency, so it is not part of the artifact you ship. Distribution-triggered obligations do not arise. Tools that emit code into your output, such as code generators, are a separate case worth checking individually.

Questions this page answers

Is tqdm safe for commercial use?

tqdm is licensed under MPL-2.0 AND MIT. Nothing below is blocked, but it carries a source-disclosure obligation — what triggers it differs by how you ship, so read the table.

Can I use tqdm (MPL-2.0 AND MIT) in hosted saas?

Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

Can I use tqdm (MPL-2.0 AND MIT) in distributed binary / app?

Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

Can I use tqdm (MPL-2.0 AND MIT) in delivered to customer?

Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

Can I use tqdm (MPL-2.0 AND MIT) in internal use only?

Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

Can I use tqdm (MPL-2.0 AND MIT) in published library?

Multiple licenses apply at once. MPL-2.0 applies copyleft per file, not to your project as a whole. Files it covers must stay under it and their modifications must be published, while your own files may carry any terms you choose. It treats static and dynamic linking alike, so how you link makes no difference. / MIT requires retaining the copyright notice and the license text. There is no source-disclosure obligation.

Does tqdm matter if it is only a build-time or dev dependency?

Multiple licenses apply at once. MPL-2.0 appears as a dev dependency, so it is not part of the artifact you ship. Distribution-triggered obligations do not arise. Tools that emit code into your output, such as code generators, are a separate case worth checking individually. / MIT appears as a dev dependency, so it is not part of the artifact you ship. Distribution-triggered obligations do not arise. Tools that emit code into your output, such as code generators, are a separate case worth checking individually.

This page covers one package. Your requirements.txt has many more.

Check your whole manifest →

How was this determined?

The license was read from the PyPI registry, then evaluated against each shipping model. Only the declared license is considered; code copied into a project's own source files is not detected by this method.

License data last reviewed .

LicenseGuard reports information derived from published license texts and dependency manifests. It is not legal advice and using it does not create an attorney-client relationship. Results reflect license metadata as declared; they do not identify every obligation or violation. Consult qualified counsel for decisions that matter.

Listed in the official MCP registry, on Glama and on Smithery. Source on GitHub (Apache-2.0).