{ "info": { "author": "Kapil Thangavelu", "author_email": "kapil.foss@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This package contains report for getpaid.\n\n\n=======\nCHANGES\n=======\n\n0.1 (2008-12-31)\n----------------\n\n* add buildout for testing, make new order serialization reentrant, \n switch default db connection to in sqlite in memory, db must be \n set by app consumer [kapilt]\n* Changed the lenght of some of the schema fields so they match more \n realistic expectations, also used unicode for some of the fields \n instead of string, beter unicode than string (go python 3000) \n [horacio.duran]\n\n\n\nDetailed Documentation\n**********************\n\ngetpaid.report\n==============\n\na one way synchronization of getpaid data structures to a rdbms for\nthe purpose of constructing reports.\n\nsetup\n=====\n\nsetup the database schema\n-------------------------\n\ninstalling this getpaid.warehouse also creates a script, in a buildout\nits installed to $(buildout-directory)/bin/setup-report-db\n\nthe script is invoked with the sqlalchemy database url. for example,\nto setup a postgres database:\n \n # createdb is the standard postgres tool for creating databases\n $ createdb getpaid \n $ ./bin/setup-report-db postgres://localhost/getpaid\n ... output of database creation script\n\n\nsetting up the zope database connection\n---------------------------------------\n\nyou must configure the database url ... currently done in python from\nan existing product.\n\n >> from getpaid.report import schema\n >> from sqlalchemy import create_engine\n\ncreate a database connection to the database we're using\n\n >> db = create_engine('postgres://localhost/getpaid')\n\nbind it to the metadata\n\n >> schema.metadata.bind = db\n\n\nDownload\n**********************", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/getpaid", "keywords": "zope zope3", "license": "X11", "maintainer": null, "maintainer_email": null, "name": "getpaid.report", "package_url": "https://pypi.org/project/getpaid.report/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/getpaid.report/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/getpaid" }, "release_url": "https://pypi.org/project/getpaid.report/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Relational Reports For getpaid.core.", "version": "0.1.1" }, "last_serial": 792374, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a7d83d46cf67adc702457f82b80ebdfe", "sha256": "6ee924e934f35967a4b88132ce4f5bc3177c6aba7cd4d88de140751fc2c284bd" }, "downloads": -1, "filename": "getpaid.report-0.1.tar.gz", "has_sig": false, "md5_digest": "a7d83d46cf67adc702457f82b80ebdfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10722, "upload_time": "2008-05-13T05:25:11", "url": "https://files.pythonhosted.org/packages/27/90/b47c177bb952dcb0c85d40c60b6b247a4c7e7b4e895a8a13aa31122966ad/getpaid.report-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d1b8cf12a26059e17dd7a5b3cab2f6fd", "sha256": "fbb4fb074e1aea96cf1030606b83a4126b07071f091080e67dacc89eba041c96" }, "downloads": -1, "filename": "getpaid.report-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d1b8cf12a26059e17dd7a5b3cab2f6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12997, "upload_time": "2008-12-31T15:28:12", "url": "https://files.pythonhosted.org/packages/61/df/50dcfaf146c826bde49990eed198a0983447bd2ab137231281e7a884d40a/getpaid.report-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1b8cf12a26059e17dd7a5b3cab2f6fd", "sha256": "fbb4fb074e1aea96cf1030606b83a4126b07071f091080e67dacc89eba041c96" }, "downloads": -1, "filename": "getpaid.report-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d1b8cf12a26059e17dd7a5b3cab2f6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12997, "upload_time": "2008-12-31T15:28:12", "url": "https://files.pythonhosted.org/packages/61/df/50dcfaf146c826bde49990eed198a0983447bd2ab137231281e7a884d40a/getpaid.report-0.1.1.tar.gz" } ] }