{ "info": { "author": "Shivam Shukla", "author_email": "shivam.shukla@globallogic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "vertica-sqlalchemy\n==================\n\nVertica dialect for sqlalchemy\n\nThis module implements a Vertica dialect for SQLAlchemy. You can use it: \n\n >>> import sqlalchemy as sa\n >>> sa.create_engine(sa.engine.url.URL(\n drivername='vertica+pyodbc',\n username='myusername',\n password='mypassword',\n host='hostname',\n database='dbname',\n ))\n\n\nThis work is mainly a package of code [posted](https://groups.google.com/d/msg/sqlalchemy/ttJzN-t9R74/9W1d9KfHK_0J)\nto the SQLAlchemy mailing list by 'Bo' (Google groups won't let me see the\noriginal author).\n\nI have tested this for table introspection, selects and joins. However, I do\nnot have access to a Vertica database to test against. If you do, let me know.\n\nThe primary, foreign and index constraints return nothing. This is because I'm\ntold these are 'enforced on select'. Maybe a Vertica expert can tell me the\ncorrect way to handle this.\n\nInstallation\n------------\n\nWith pip \n\n pip install vertica-sqlalchemy-0.2\n\nFrom git: \n\n git clone https://bitbucket.com/shivamshukla/vertica-sqlalchemy-0.2\n cd vertica-sqlalchemy-0.2\n python setup.py install", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.com/shivamshukla/vertica-sqlalchemy-hpcs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vertica-sqlalchemy-0.2", "package_url": "https://pypi.org/project/vertica-sqlalchemy-0.2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vertica-sqlalchemy-0.2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.com/shivamshukla/vertica-sqlalchemy-hpcs" }, "release_url": "https://pypi.org/project/vertica-sqlalchemy-0.2/0.2/", "requires_dist": null, "requires_python": null, "summary": "Vertica dialect for sqlalchemy", "version": "0.2" }, "last_serial": 861978, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "4d87629802401201bb1fce1147420cca", "sha256": "b7af87430611945668ad217ecfc6411023386c313f11ca11ad852bba6b11f07b" }, "downloads": -1, "filename": "vertica-sqlalchemy-0.2-0.2.tar.gz", "has_sig": false, "md5_digest": "4d87629802401201bb1fce1147420cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2828, "upload_time": "2013-09-10T18:12:14", "url": "https://files.pythonhosted.org/packages/69/b8/bac8ef46243b57672556e9c61064fe071a7988d606d85c1d370a2439b8b2/vertica-sqlalchemy-0.2-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d87629802401201bb1fce1147420cca", "sha256": "b7af87430611945668ad217ecfc6411023386c313f11ca11ad852bba6b11f07b" }, "downloads": -1, "filename": "vertica-sqlalchemy-0.2-0.2.tar.gz", "has_sig": false, "md5_digest": "4d87629802401201bb1fce1147420cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2828, "upload_time": "2013-09-10T18:12:14", "url": "https://files.pythonhosted.org/packages/69/b8/bac8ef46243b57672556e9c61064fe071a7988d606d85c1d370a2439b8b2/vertica-sqlalchemy-0.2-0.2.tar.gz" } ] }