{ "info": { "author": "Svintsov Dmitry", "author_email": "sacrud@uralbash.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Pyramid", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Database", "Topic :: Internet" ], "description": "|Build Status| |Coverage Status| |PyPI|\n\nps_alchemy\n==========\n\n`ps_alchemy` is extension for `pyramid_sacrud\n`_ which provides SQLAlchemy models.\n\nLook how easy it is to use:\n\n.. code-block:: python\n\n Base = declarative_base()\n DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))\n\n class PageTree(Base):\n __tablename__ = 'pages'\n\n id = Column(Integer, primary_key=True)\n\n.. code-block:: python\n\n config.include('ps_alchemy')\n config.include('pyramid_sacrud', route_prefix='admin')\n config.registry.settings['pyramid_sacrud.models'] = ('webpages', [PageTree, ])\n\nFor more docs see http://ps-alchemy.rtfd.org\n\nSupport and Development\n=======================\n\nTo report bugs, use the `issue tracker\n`_\n\nWe welcome any contribution: suggestions, ideas, commits with new futures,\nbug fixes, refactoring, docs, tests, translations etc\n\nIf you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud\n\nLicense\n=======\n\nThe project is licensed under the MIT license.\n\n.. |Build Status| image:: https://travis-ci.org/sacrud/ps_alchemy.svg?branch=master\n :target: https://travis-ci.org/sacrud/ps_alchemy\n.. |Coverage Status| image:: https://coveralls.io/repos/sacrud/ps_alchemy/badge.png?branch=master\n :target: https://coveralls.io/r/sacrud/ps_alchemy?branch=master\n.. |PyPI| image:: http://img.shields.io/pypi/dm/ps_alchemy.svg\n :target: https://pypi.python.org/pypi/ps_alchemy/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sacrud/ps_alchemy/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ps_alchemy", "package_url": "https://pypi.org/project/ps_alchemy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ps_alchemy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sacrud/ps_alchemy/" }, "release_url": "https://pypi.org/project/ps_alchemy/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "SQLAlchemy provider for pyramid_sacrud.", "version": "0.0.7" }, "last_serial": 2103067, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d802c4c73fcaacd4af1ec2addcd1dbf3", "sha256": "ba3d333bee34c9852e4d8613d68c7f46030955d83759a5465a901c86b90f1a7a" }, "downloads": -1, "filename": "ps_alchemy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d802c4c73fcaacd4af1ec2addcd1dbf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9818, "upload_time": "2016-01-07T18:38:56", "url": "https://files.pythonhosted.org/packages/9c/f6/b038ede53d85fb0afa105b22e10d2eed59b866cb592c2973fd143759980b/ps_alchemy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7649946240dd253427861506418142de", "sha256": "4f7f2227157f86a391fa8e8209739a398f9c6872dbea862cab4d380be4a97adf" }, "downloads": -1, "filename": "ps_alchemy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7649946240dd253427861506418142de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9988, "upload_time": "2016-01-08T15:47:47", "url": "https://files.pythonhosted.org/packages/e2/d3/b88181dab5aff4d1c8907facfeb446c06a0ad1d40b958203c317d348eb1e/ps_alchemy-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "41cc9e73dd8a8b728150be6aca3d498f", "sha256": "57bc1271ce1343c94ce67f4706fd0644af2c021437d31fcec9eed49ef5aa66d4" }, "downloads": -1, "filename": "ps_alchemy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "41cc9e73dd8a8b728150be6aca3d498f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9976, "upload_time": "2016-01-08T18:07:36", "url": "https://files.pythonhosted.org/packages/ea/6d/87f667bc97d01421ea1fd54e3b229208b6a450de551f18314ac580f6876b/ps_alchemy-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "49a6930a62ef945c03bc93635918d830", "sha256": "aebe42afd5ecf7ea82e3559778f1883ec91e6f6646322bb8dc15766010edff64" }, "downloads": -1, "filename": "ps_alchemy-0.0.4.tar.gz", "has_sig": false, "md5_digest": "49a6930a62ef945c03bc93635918d830", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9923, "upload_time": "2016-02-07T09:32:38", "url": "https://files.pythonhosted.org/packages/39/ab/e885757f0ce8fe02a54dc24b53c36a0897cce8e55f166e542fb7ca85a4ce/ps_alchemy-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "fa3f95ea3a9fa9082454a463fdbb1c7a", "sha256": "1ae99f67314514c5c5aeccae74212ce80331609076ba196e66ba7c79cfbe416c" }, "downloads": -1, "filename": "ps_alchemy-0.0.5.tar.gz", "has_sig": false, "md5_digest": "fa3f95ea3a9fa9082454a463fdbb1c7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11116, "upload_time": "2016-03-15T15:36:26", "url": "https://files.pythonhosted.org/packages/ca/7a/62776e4e68df1677c7a18e246c71a81785b833d9946f9bf8ab3cc44126c7/ps_alchemy-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "998acfbfab6e493a75a5032addf40147", "sha256": "35ceaed42a9ba5d1fa92b7a6eed3639e4637fc96fe683a1cf69d400f7e3519ea" }, "downloads": -1, "filename": "ps_alchemy-0.0.6.tar.gz", "has_sig": false, "md5_digest": "998acfbfab6e493a75a5032addf40147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11213, "upload_time": "2016-04-27T08:52:30", "url": "https://files.pythonhosted.org/packages/b2/68/5460b144e3a2045ebed955631dc432fed1c50c64d7b8ae58ad039e05880b/ps_alchemy-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "0ff5d86bbceb304470633b4519b3eec7", "sha256": "150e78dc490dca5dbf02278fdf84776bd01429cbdcdf6e54badbf2bedaf89a55" }, "downloads": -1, "filename": "ps_alchemy-0.0.7.tar.gz", "has_sig": false, "md5_digest": "0ff5d86bbceb304470633b4519b3eec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11378, "upload_time": "2016-05-06T18:41:34", "url": "https://files.pythonhosted.org/packages/cd/cb/d116096210c508bd455e60c2195600566550653e29655bffa2ce2da4baa2/ps_alchemy-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ff5d86bbceb304470633b4519b3eec7", "sha256": "150e78dc490dca5dbf02278fdf84776bd01429cbdcdf6e54badbf2bedaf89a55" }, "downloads": -1, "filename": "ps_alchemy-0.0.7.tar.gz", "has_sig": false, "md5_digest": "0ff5d86bbceb304470633b4519b3eec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11378, "upload_time": "2016-05-06T18:41:34", "url": "https://files.pythonhosted.org/packages/cd/cb/d116096210c508bd455e60c2195600566550653e29655bffa2ce2da4baa2/ps_alchemy-0.0.7.tar.gz" } ] }