Metadata-Version: 2.1
Name: teradataexportcsv
Version: 1.0.0
Summary: teradataexportcsv package
Home-page: http://www.teradata.com/
Author: Teradata Corporation
Author-email: teradatasql@teradata.com
License: Teradata License Agreement
Keywords: Teradata
Platform: Windows
Platform: MacOS X
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Database :: Front-Ends
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: teradatasql

## Package teradataexportcsv

This package uses the Teradata SQL Driver for Python (`teradatasql` package) to export a table from the database to a CSV file.

Copyright 2023 Teradata. All Rights Reserved.

### Installation

This package depends on the `teradatasql` package which is available from PyPI.

Use `pip install` to download and install this package and its dependencies automatically.

Platform       | Command
-------------- | ---
macOS or Linux | `pip install teradataexportcsv`
Windows        | `py -3 -m pip install teradataexportcsv`

When upgrading to a new version of this package, you may need to use pip install's `--no-cache-dir` option to force the download of the new version.

Platform       | Command
-------------- | ---
macOS or Linux | `pip install --no-cache-dir -U teradataexportcsv`
Windows        | `py -3 -m pip install --no-cache-dir -U teradataexportcsv`

<a id="License"></a>

### License

Use of this package is governed by the *License Agreement for the teradataexportcsv package*.

When the package is installed, the `LICENSE` file is placed in the `teradataexportcsv` directory under your Python installation directory.


