{ "info": { "author": "Jim Fulton", "author_email": "jim@jimfulton.info", "bugtrack_url": null, "classifiers": [], "description": "=====================================\nStore Pandas data frame as ZODB blobs\n=====================================\n\nCurrently experimental.\n\nUsage, assuming you have a ZODB connection already::\n\n\n import pandas, pheather, transaction\n\n conn.root.iris = Pheather()\n transaction.commit()\n\n iris = pandas.read_csv('iris.csv')\n\n conn.root.iris.save(iris)\n\nThen, later in a separate session::\n\n import pheather\n\n iris = conn.root.iris.read()\n\nFor folks who are new to ZODB, there's a helper function for\nconnecting to (and creating) a ZODB file-based or Postgres-based database::\n\n import pheather\n\n # Local files:\n conn = pheather.connection('data.fs')\n\n # Postgres database using URL-based connection strings:\n conn = pheather.connection('postgresql://localhost/mydb')\n\n\nChanges\n=======\n\n0.1.1 (2017-05-23)\n------------------\n\n- Added missing setup dependency (for feather-format :( )\n\n\n0.1.0 (2017-05-23)\n------------------\n\nInitial experimental release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jimfulton/pheather", "keywords": "persistent,pandas,data frame,zodb,persistent,database", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pheather", "package_url": "https://pypi.org/project/pheather/", "platform": "", "project_url": "https://pypi.org/project/pheather/", "project_urls": { "Homepage": "https://github.com/jimfulton/pheather" }, "release_url": "https://pypi.org/project/pheather/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Store Pandas data frame as ZODB blobs", "version": "0.1.1" }, "last_serial": 2893846, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "3827ef7d4c6410c7010aef14826e5e27", "sha256": "9ecdcf707fa03fdb75034cce59bdf3bde201acbef44ed2b2adce6e2ed7375f89" }, "downloads": -1, "filename": "pheather-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3827ef7d4c6410c7010aef14826e5e27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3201, "upload_time": "2017-05-23T17:41:37", "url": "https://files.pythonhosted.org/packages/b8/6c/1d8969782053aef10b4d77c67b5a2816b5fb4bbc388ff338c17ddd0a66e6/pheather-0.1.1.tar.gz" } ], "0.1.1.dev0": [ { "comment_text": "", "digests": { "md5": "f2481f08e2a972e549a9171de7896279", "sha256": "62ef365e05199a2ba05bfb1f1124bcaf59e663a7bd181de0b03c3e11623c3caf" }, "downloads": -1, "filename": "pheather-0.1.1.dev0.tar.gz", "has_sig": false, "md5_digest": "f2481f08e2a972e549a9171de7896279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4173, "upload_time": "2017-05-23T17:37:34", "url": "https://files.pythonhosted.org/packages/30/7d/aefd8fbb37844ec884570c14b0f2637b7caf601bc8157ee32779f77ae215/pheather-0.1.1.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3827ef7d4c6410c7010aef14826e5e27", "sha256": "9ecdcf707fa03fdb75034cce59bdf3bde201acbef44ed2b2adce6e2ed7375f89" }, "downloads": -1, "filename": "pheather-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3827ef7d4c6410c7010aef14826e5e27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3201, "upload_time": "2017-05-23T17:41:37", "url": "https://files.pythonhosted.org/packages/b8/6c/1d8969782053aef10b4d77c67b5a2816b5fb4bbc388ff338c17ddd0a66e6/pheather-0.1.1.tar.gz" } ] }