Metadata-Version: 2.1
Name: tabcmd
Version: 2.0.14
Summary: A command line client for working with Tableau Server.
Author-email: Tableau <github@tableau.com>
License: The MIT License (MIT)
        
        Copyright (c) 2020 Tableau
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: repository, https://github.com/tableau/tabcmd
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: appdirs
Requires-Dist: doit
Requires-Dist: ftfy
Requires-Dist: pyinstaller_versionfile
Requires-Dist: pytest-order
Requires-Dist: requests<3.0,>=2.25
Requires-Dist: setuptools_scm
Requires-Dist: types-appdirs
Requires-Dist: types-mock
Requires-Dist: types-requests
Requires-Dist: types-setuptools
Requires-Dist: tableauserverclient==0.31
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"
Provides-Extra: localize
Requires-Dist: doit; extra == "localize"
Requires-Dist: ftfy; extra == "localize"
Provides-Extra: package
Requires-Dist: pyinstaller==5.13; extra == "package"
Requires-Dist: doit; extra == "package"


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/
