{ "info": { "author": "Stanley Boakye", "author_email": "stan.boakye@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===========\nCSVtoSQLiteDB\n===========\n\n This class accepts a csv file and puts the contents into an SQLite database table.\n This pre--population is important in cases where you have to convert a csv file into an SQLite database and also\n when there is the need to have a prepopulated SQLite DB to use as a resource in mobile development.\n\n\n how to install\n -------\n $ pip install CSVtoSQLiteDB\n\n\n\n usage\n -----\n #!/usr/bin/env python\n from CSVtoSQLite import converter\n loader = converter.csvSQLiteConvert('example-sqlite-database-name.db')\n loader.loadCSVtoTable('path-to-csv', 'tableName')\n loader.loadCSVtoTable('path-to-another-csv', 'tableName2')\n loader.close()\n\n\nlicense\n-------\nMIT", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/maxifex/CSVtoSQLite/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maxifex/CSVtoSQLite", "keywords": "csv,SQLite,convert", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "CSVtoSQLite", "package_url": "https://pypi.org/project/CSVtoSQLite/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/CSVtoSQLite/", "project_urls": { "Download": "https://github.com/maxifex/CSVtoSQLite/tarball/0.1", "Homepage": "https://github.com/maxifex/CSVtoSQLite" }, "release_url": "https://pypi.org/project/CSVtoSQLite/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Loads a CSV file a creates a preloaded SQLite database", "version": "0.2.1" }, "last_serial": 2005904, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "55ec006323e544b1f8ccc6559a8d8b20", "sha256": "2ad38735a44ed6267ee4144c6db79740d106b824eb6be14175f8aab0ec684a7f" }, "downloads": -1, "filename": "CSVtoSQLite-0.2.1.tar.gz", "has_sig": false, "md5_digest": "55ec006323e544b1f8ccc6559a8d8b20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2016-03-14T14:22:02", "url": "https://files.pythonhosted.org/packages/8e/1c/8d28dece2cb6f60ab613ac92ca69455ec63380f2cdb6d6370a5d13df76ab/CSVtoSQLite-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55ec006323e544b1f8ccc6559a8d8b20", "sha256": "2ad38735a44ed6267ee4144c6db79740d106b824eb6be14175f8aab0ec684a7f" }, "downloads": -1, "filename": "CSVtoSQLite-0.2.1.tar.gz", "has_sig": false, "md5_digest": "55ec006323e544b1f8ccc6559a8d8b20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2016-03-14T14:22:02", "url": "https://files.pythonhosted.org/packages/8e/1c/8d28dece2cb6f60ab613ac92ca69455ec63380f2cdb6d6370a5d13df76ab/CSVtoSQLite-0.2.1.tar.gz" } ] }