teradataexportcsv


Nameteradataexportcsv JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttp://www.teradata.com/
Summaryteradataexportcsv package
upload_time2023-10-16 16:25:44
maintainer
docs_urlNone
authorTeradata Corporation
requires_python>=3.4
licenseTeradata License Agreement
keywords teradata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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.



            

Raw data

            {
    "_id": null,
    "home_page": "http://www.teradata.com/",
    "name": "teradataexportcsv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "Teradata",
    "author": "Teradata Corporation",
    "author_email": "teradatasql@teradata.com",
    "download_url": "",
    "platform": "Windows",
    "description": "## Package teradataexportcsv\n\nThis package uses the Teradata SQL Driver for Python (`teradatasql` package) to export a table from the database to a CSV file.\n\nCopyright 2023 Teradata. All Rights Reserved.\n\n### Installation\n\nThis package depends on the `teradatasql` package which is available from PyPI.\n\nUse `pip install` to download and install this package and its dependencies automatically.\n\nPlatform       | Command\n-------------- | ---\nmacOS or Linux | `pip install teradataexportcsv`\nWindows        | `py -3 -m pip install teradataexportcsv`\n\nWhen 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.\n\nPlatform       | Command\n-------------- | ---\nmacOS or Linux | `pip install --no-cache-dir -U teradataexportcsv`\nWindows        | `py -3 -m pip install --no-cache-dir -U teradataexportcsv`\n\n<a id=\"License\"></a>\n\n### License\n\nUse of this package is governed by the *License Agreement for the teradataexportcsv package*.\n\nWhen the package is installed, the `LICENSE` file is placed in the `teradataexportcsv` directory under your Python installation directory.\n\n\n",
    "bugtrack_url": null,
    "license": "Teradata License Agreement",
    "summary": "teradataexportcsv package",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "http://www.teradata.com/"
    },
    "split_keywords": [
        "teradata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e5e0a87ace7eb7e9b274ea7fd2b129386b4be32322438ed73ed093b0339356",
                "md5": "1f1f7c7a0a3ad5a76f4cec3875fe817c",
                "sha256": "c4c33d72fef5c032e8375a263fa40bbf0b071aec18ec0373e32253821553a88d"
            },
            "downloads": -1,
            "filename": "teradataexportcsv-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f1f7c7a0a3ad5a76f4cec3875fe817c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 9070,
            "upload_time": "2023-10-16T16:25:44",
            "upload_time_iso_8601": "2023-10-16T16:25:44.301649Z",
            "url": "https://files.pythonhosted.org/packages/11/e5/e0a87ace7eb7e9b274ea7fd2b129386b4be32322438ed73ed093b0339356/teradataexportcsv-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 16:25:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "teradataexportcsv"
}
        
Elapsed time: 0.12444s