Metadata-Version: 2.4
Name: tabcmd
Version: 2.0.21
Summary: A command line client for working with Tableau Server.
Author-email: Tableau <github@tableau.com>
License-Expression: MIT
Project-URL: repository, https://github.com/tableau/tabcmd
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: appdirs
Requires-Dist: requests<3.0,>=2.25
Requires-Dist: setuptools
Requires-Dist: tableauserverclient==0.41
Requires-Dist: urllib3
Provides-Extra: test
Requires-Dist: black<23,>=22; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-order; extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Requires-Dist: requests-mock<2.0,>=1.0; extra == "test"
Requires-Dist: types-appdirs; extra == "test"
Requires-Dist: types-mock; extra == "test"
Requires-Dist: types-requests; extra == "test"
Requires-Dist: types-setuptools; extra == "test"
Provides-Extra: localize
Requires-Dist: doit; extra == "localize"
Requires-Dist: ftfy; extra == "localize"
Provides-Extra: package
Requires-Dist: doit; extra == "package"
Requires-Dist: pyinstaller==5.13.1; extra == "package"
Requires-Dist: setuptools==81; extra == "package"
Provides-Extra: versioning
Requires-Dist: doit; extra == "versioning"
Requires-Dist: pyinstaller_versionfile; extra == "versioning"
Requires-Dist: setuptools_scm; extra == "versioning"
Dynamic: license-file


This program is an executable command-line utility which you can use to automate activity on Tableau Cloud or Tableau Server.

For instructions on how to use it, launch the app on a command line with 'tabcmd -h'.
For updates, bug reports and help, visit https://tableau.github.io/tabcmd/
