{ "info": { "author": "Tobias Herp", "author_email": "tobias.herp@visaplan.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: German", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n=========================\nvisaplan.plone.sqlwrapper\n=========================\n\nThis package provides a simple generator for SQL statements,\nwhich are then executed by a Zope database adapter.\n\nIt does not try to implement an object-relational mapper (ORM) but simply helps\nto create SQL statements.\n\nThe purpose of this package is *not* to provide new functionality\nbut to factor out existing functionality from an existing monolitic Zope product.\nThus, it is more likely to lose functionality during further development\n(as parts of it will be forked out into their own packages,\nor some functionality may even become obsolete because there are better\nalternatives in standard Plone components).\n\nThere might be some work still necessary to make this product useful for a\nbroader audience; it is currently in use in our monolithic product resp. it's\nsuccessors only.\n\n\nFeatures\n--------\n\n- Methods:\n - ``insert``\n - ``update``\n - ``delete``\n - ``select``\n - ``query``\n- Implements the Context manager protocol (PEP 343)\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n\n- https://www.unitracc.de\n- https://www.unitracc.com\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder.\n\n\nInstallation\n------------\n\nInstall visaplan.plone.sqlwrapper by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n visaplan.plone.sqlwrapper\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/visaplan/visaplan.plone.sqlwrapper/issues\n- Source Code: https://github.com/visaplan/visaplan.plone.sqlwrapper\n\n\nSupport\n-------\n\nIf you are having issues, please let us know;\nplease use the issue tracker mentioned above.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n.. vim: tw=79 cc=+1 sw=4 sts=4 si et\n\n\nContributors\n============\n\n- Tobias Herp, tobias.herp@visaplan.com\n\n\nChangelog\n=========\n\n\n1.0 (2018-09-17)\n----------------\n\n- No further changes.\n [tobiasherp]\n\n\n1.0.dev1 (unreleased)\n---------------------\n\n- Initial release.\n [tobiasherp]\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/visaplan.plone.sqlwrapper", "keywords": "", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "visaplan.plone.sqlwrapper", "package_url": "https://pypi.org/project/visaplan.plone.sqlwrapper/", "platform": "", "project_url": "https://pypi.org/project/visaplan.plone.sqlwrapper/", "project_urls": { "Homepage": "https://pypi.org/project/visaplan.plone.sqlwrapper" }, "release_url": "https://pypi.org/project/visaplan.plone.sqlwrapper/1.0/", "requires_dist": null, "requires_python": "", "summary": "SQL statements generator for Zope SQL adapters", "version": "1.0" }, "last_serial": 4279955, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "82613ecac7a489d6be6fc0d5c610d7c9", "sha256": "3c500a1b67f8cace8e6c9172f693595f774726d6421857e84c42ea685e1bd488" }, "downloads": -1, "filename": "visaplan.plone.sqlwrapper-1.0.tar.gz", "has_sig": false, "md5_digest": "82613ecac7a489d6be6fc0d5c610d7c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21735, "upload_time": "2018-09-17T16:08:03", "url": "https://files.pythonhosted.org/packages/8a/18/31ec0a2226811a8c6b9157bcc572152980722e74f2fd5b91925a668eaa04/visaplan.plone.sqlwrapper-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82613ecac7a489d6be6fc0d5c610d7c9", "sha256": "3c500a1b67f8cace8e6c9172f693595f774726d6421857e84c42ea685e1bd488" }, "downloads": -1, "filename": "visaplan.plone.sqlwrapper-1.0.tar.gz", "has_sig": false, "md5_digest": "82613ecac7a489d6be6fc0d5c610d7c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21735, "upload_time": "2018-09-17T16:08:03", "url": "https://files.pythonhosted.org/packages/8a/18/31ec0a2226811a8c6b9157bcc572152980722e74f2fd5b91925a668eaa04/visaplan.plone.sqlwrapper-1.0.tar.gz" } ] }