{ "info": { "author": "James Casbon", "author_email": "casbon@gmail.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\n\nFrom git: \n\n git clone https://github.com/jamescasbon/vertica-sqlalchemy\n cd vertica-sqlalchemy\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://github.com/jamescasbon/vertica-sqlalchemy", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vertica-sqlalchemy", "package_url": "https://pypi.org/project/vertica-sqlalchemy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vertica-sqlalchemy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jamescasbon/vertica-sqlalchemy" }, "release_url": "https://pypi.org/project/vertica-sqlalchemy/0.13/", "requires_dist": null, "requires_python": null, "summary": "Vertica dialect for sqlalchemy", "version": "0.13" }, "last_serial": 923485, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "661ca5dd1903a4c1e93c1de62c440507", "sha256": "a81f459883cdac9106b33411983185cda951defed5e37fcdc0ee74cfa8cfc702" }, "downloads": -1, "filename": "vertica-sqlalchemy-0.1.tar.gz", "has_sig": false, "md5_digest": "661ca5dd1903a4c1e93c1de62c440507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1593, "upload_time": "2013-04-01T13:44:46", "url": "https://files.pythonhosted.org/packages/6d/e4/b9221ef07d5ab8ad5abbcb6acb4399943c66555cb92c5a5e7513de54681b/vertica-sqlalchemy-0.1.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "4da8b52fea858dd5cca756375b1eddc4", "sha256": "a94280e3914cd1058211b801990a53fe6e41edcdcea672b4dcd021816cb5363a" }, "downloads": -1, "filename": "vertica-sqlalchemy-0.13.tar.gz", "has_sig": false, "md5_digest": "4da8b52fea858dd5cca756375b1eddc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2013-11-19T11:17:18", "url": "https://files.pythonhosted.org/packages/45/be/10b23333c6cfa04f439c5b1d1cb9dde21a9a0480d5c6748fcef729766149/vertica-sqlalchemy-0.13.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4da8b52fea858dd5cca756375b1eddc4", "sha256": "a94280e3914cd1058211b801990a53fe6e41edcdcea672b4dcd021816cb5363a" }, "downloads": -1, "filename": "vertica-sqlalchemy-0.13.tar.gz", "has_sig": false, "md5_digest": "4da8b52fea858dd5cca756375b1eddc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2013-11-19T11:17:18", "url": "https://files.pythonhosted.org/packages/45/be/10b23333c6cfa04f439c5b1d1cb9dde21a9a0480d5c6748fcef729766149/vertica-sqlalchemy-0.13.tar.gz" } ] }