{ "info": { "author": "Cloudflare, Inc.", "author_email": "mvavrusa@cloudflare.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: SQL", "Topic :: Database", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "schatz-sqlalchemy-clickhouse\n=====================\n\nClickHouse dialect for SQLAlchemy used on Schatz Platform.\n\nInstallation\n------------\n\nThe package is installable through PIP::\n\n pip install schatz-sqlalchemy-clickhouse\n\nUsage\n-----\n\nThe DSN format is similar to that of regular Postgres::\n\n >>> import sqlalchemy as sa\n >>> sa.create_engine('clickhouse://username:password@hostname:port/database')\n Engine('clickhouse://username:password@hostname:port/database')\n\nIt implements a dialect, so there's no user-facing API.\n\nTesting\n-------\n\nThe dialect can be registered on runtime if you don't want to install it as::\n\n from sqlalchemy.dialects import registry\n registry.register(\"clickhouse\", \"base\", \"dialect\")", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SchatzIO/sqlalchemy-clickhouse", "keywords": "db database cloud analytics clickhouse", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "schatz-sqlalchemy-clickhouse", "package_url": "https://pypi.org/project/schatz-sqlalchemy-clickhouse/", "platform": "", "project_url": "https://pypi.org/project/schatz-sqlalchemy-clickhouse/", "project_urls": { "Homepage": "https://github.com/SchatzIO/sqlalchemy-clickhouse" }, "release_url": "https://pypi.org/project/schatz-sqlalchemy-clickhouse/0.0.2.post3/", "requires_dist": null, "requires_python": "", "summary": "ClickHouse SQLAlchemy Dialect for Schatz Platform", "version": "0.0.2.post3" }, "last_serial": 3025100, "releases": { "0.0.2.post3": [ { "comment_text": "", "digests": { "md5": "cfd80acf726286cd648f2ebec43f3b51", "sha256": "af764c284515ae04da8364a9cfb146afebc3fbefe2c14da184eb37c32952b78a" }, "downloads": -1, "filename": "schatz-sqlalchemy-clickhouse-0.0.2.post3.tar.gz", "has_sig": false, "md5_digest": "cfd80acf726286cd648f2ebec43f3b51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12538, "upload_time": "2017-07-15T14:59:32", "url": "https://files.pythonhosted.org/packages/ec/af/056f6e327a8e2a95311185435dc40b29cc3e46ea6de8e40e63c87d4bd216/schatz-sqlalchemy-clickhouse-0.0.2.post3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cfd80acf726286cd648f2ebec43f3b51", "sha256": "af764c284515ae04da8364a9cfb146afebc3fbefe2c14da184eb37c32952b78a" }, "downloads": -1, "filename": "schatz-sqlalchemy-clickhouse-0.0.2.post3.tar.gz", "has_sig": false, "md5_digest": "cfd80acf726286cd648f2ebec43f3b51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12538, "upload_time": "2017-07-15T14:59:32", "url": "https://files.pythonhosted.org/packages/ec/af/056f6e327a8e2a95311185435dc40b29cc3e46ea6de8e40e63c87d4bd216/schatz-sqlalchemy-clickhouse-0.0.2.post3.tar.gz" } ] }