{ "info": { "author": "Javier Sancho", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# datasette-connectors\n\n[Datasette](https://github.com/simonw/datasette) is a Python module which provides a web interface and a JSON API for SQLite files. But, in conjuntion with Datasette-Connectors, it can accept external connectors for any kind of database files, so you can develop your own connector for your favourite data container if you want (read [developers doc](https://github.com/PyTables/datasette-connectors/blob/master/DEVELOPERS.md)).\n\n## Installation\n\nRun `pip install datasette-connectors` to install both Datasette and Datasette-Connectors. Easy as pie!\n\n## Usage\n\nYou can use Datasette from the console in the traditional way:\n\n datasette serve path/to/data.h5\n\nThis will start a web server on port 8001; then you can access to your data visiting [http://localhost:8001/](http://localhost:8001/)\n\nOr you can use Datasette in your own Python programs:\n\n from datasette_connectors import monkey; monkey.patch_datasette()\n from datasette_connectors import connectors; connectors.load()\n\nFor that, you need to patch the original Datasette and load the external connectors.\n\nRead the [Datasette documentation](http://datasette.readthedocs.io/en/latest/) for more advanced options.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pytables/datasette-connectors", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "datasette-connectors", "package_url": "https://pypi.org/project/datasette-connectors/", "platform": "", "project_url": "https://pypi.org/project/datasette-connectors/", "project_urls": { "Homepage": "https://github.com/pytables/datasette-connectors" }, "release_url": "https://pypi.org/project/datasette-connectors/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Datasette support to other database types", "version": "1.0.0" }, "last_serial": 4360489, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "39a394f4a7150e32c6a2aa9a747c9194", "sha256": "a2dddb2d6b0a41fcf3dfc49859f69e0c52e6db28ea16e86e913df4174ff0e368" }, "downloads": -1, "filename": "datasette-connectors-1.0.0.tar.gz", "has_sig": false, "md5_digest": "39a394f4a7150e32c6a2aa9a747c9194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3167, "upload_time": "2018-10-10T15:18:04", "url": "https://files.pythonhosted.org/packages/18/b7/b0872ec6ba6d884132be692fb317cf020f7731092d60577c6378d8dbb09e/datasette-connectors-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39a394f4a7150e32c6a2aa9a747c9194", "sha256": "a2dddb2d6b0a41fcf3dfc49859f69e0c52e6db28ea16e86e913df4174ff0e368" }, "downloads": -1, "filename": "datasette-connectors-1.0.0.tar.gz", "has_sig": false, "md5_digest": "39a394f4a7150e32c6a2aa9a747c9194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3167, "upload_time": "2018-10-10T15:18:04", "url": "https://files.pythonhosted.org/packages/18/b7/b0872ec6ba6d884132be692fb317cf020f7731092d60577c6378d8dbb09e/datasette-connectors-1.0.0.tar.gz" } ] }