{ "info": { "author": "Yukihiro Okada", "author_email": "callistoiv+pypi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "===============================\ncsv2athena_schema\n===============================\n\n.. image:: https://badge.fury.io/py/csv2athena_schema.png\n :target: http://badge.fury.io/py/csv2athena_schema\n\n.. image:: https://travis-ci.org/yuokada/csv2athena_schema.png?branch=master\n :target: https://travis-ci.org/yuokada/csv2athena_schema\n\n.. image:: https://pypip.in/d/csv2athena_schema/badge.png\n :target: https://crate.io/packages/csv2athena_schema?version=latest\n\n\nA Python Script to build a athena create table from csv file\n\nFeatures\n--------\n\n* TODO\n\nInstall & Setup\n---------------\n\n.. code-block:: bash\n\n $ git clone https://github.com/yuokada/csv2athena_schema.git\n $ pip3 install -r requirements.txt\n\n\n\nExecute script\n--------------\n\n.. code-block:: bash\n\n $ python3 scripts/csv2athena_schema.py \\\n --table-properties skip.header.line.count=1 has_encrypted_data=false \\\n --schema your_schema \\\n --location 's3://your_bucket/path_to_csv'\n /path/to/your.csv\n\n\nRequirements\n------------\n\n- Python >= 3.5\n\nLicense\n-------\n\nMIT licensed. See the bundled `LICENSE `_ file for more details.\n\n\nLink\n----\n\n- `sloria/cookiecutter-docopt: A Python command-line script template that uses docopt for arguments parsing `_\n- `okfn/messytables: Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py `_\n- `pallets/jinja: The Jinja2 template engine `_\n- `Flake8: Your Tool For Style Guide Enforcement \u2014 flake8 3.7.2 documentation `_\n\nAthena\n\n- `CREATE TABLE - Amazon Athena `_\n- `SerDe Reference - Amazon Athena `_\n- `Compression Formats - Amazon Athena `_", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yuokada/csv2athena_schema", "keywords": "csv2athena_schema", "license": "Copyright 2019 Yukihiro Okada\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": "", "maintainer_email": "", "name": "csv2athena_schema", "package_url": "https://pypi.org/project/csv2athena_schema/", "platform": "", "project_url": "https://pypi.org/project/csv2athena_schema/", "project_urls": { "Homepage": "https://github.com/yuokada/csv2athena_schema" }, "release_url": "https://pypi.org/project/csv2athena_schema/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A Python Script to build a athena create table from csv file", "version": "0.1.1" }, "last_serial": 4774957, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "b883458bb2f3407f2034080954b13be1", "sha256": "8f22595168c8f9ccdc7f61a68bb1be2e0c20bfb1ed1a8e9389cbf0d04170693a" }, "downloads": -1, "filename": "csv2athena_schema-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b883458bb2f3407f2034080954b13be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5512, "upload_time": "2019-02-03T15:24:53", "url": "https://files.pythonhosted.org/packages/43/e4/1975addb7ab6cf6d1fb081499077fa3b82b725391ba99e99775760a0ce33/csv2athena_schema-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b883458bb2f3407f2034080954b13be1", "sha256": "8f22595168c8f9ccdc7f61a68bb1be2e0c20bfb1ed1a8e9389cbf0d04170693a" }, "downloads": -1, "filename": "csv2athena_schema-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b883458bb2f3407f2034080954b13be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5512, "upload_time": "2019-02-03T15:24:53", "url": "https://files.pythonhosted.org/packages/43/e4/1975addb7ab6cf6d1fb081499077fa3b82b725391ba99e99775760a0ce33/csv2athena_schema-0.1.1.tar.gz" } ] }