{ "info": { "author": "Francis Asante", "author_email": "kofrasa@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-ActiveRecord\n------------------\n\nActiveRecord support for Flask-SQLAlchemy models\n\n.. code:: python\n\n from flask.ext.sqlalchemy import SQLAlchemy\n from flask.ext.activerecord import patch_model\n\n # patch model first\n patch_model()\n\n app = Flask(__name__)\n db = SQLAlchemy(app)\n\n # example model\n class User(db.Model):\n __attribute_filters__ = {\n 'accessible': ('fullname', 'country'),\n 'protected': ('id', 'email', 'password')\n 'hidden': ('password', )\n }\n\n email = db.Column(db.String, unique=True)\n password = db.Column(db.String, unique=True)\n fullname = db.Column(db.String)\n country = db.Column(db.String(2))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kofrasa/flask-activerecord", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-ActiveRecord", "package_url": "https://pypi.org/project/Flask-ActiveRecord/", "platform": "any", "project_url": "https://pypi.org/project/Flask-ActiveRecord/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kofrasa/flask-activerecord" }, "release_url": "https://pypi.org/project/Flask-ActiveRecord/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "ActiveRecord support for Flask-SQLAlchemy models", "version": "0.2.3" }, "last_serial": 2089445, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "3093a3f2faae55e16f40265e6cb7e868", "sha256": "4d242f29b2feabdfdd066a7b6002ad6b125836ccce0e223ff5c06e3d067300e0" }, "downloads": -1, "filename": "Flask-ActiveRecord-0.2.tar.gz", "has_sig": false, "md5_digest": "3093a3f2faae55e16f40265e6cb7e868", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6230, "upload_time": "2015-04-17T20:50:02", "url": "https://files.pythonhosted.org/packages/f1/af/e144e1f069b7d9c940e425b981084eae6ad20bbb2626cea42f7c2eaea401/Flask-ActiveRecord-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "45e8145d08e0cb6344489eaf8e67327a", "sha256": "f62dfec105ef62641d779b625e1caa4cabc85d619248a9dc00751f61da16e99f" }, "downloads": -1, "filename": "Flask-ActiveRecord-0.2.1.tar.gz", "has_sig": false, "md5_digest": "45e8145d08e0cb6344489eaf8e67327a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6476, "upload_time": "2015-04-28T14:22:43", "url": "https://files.pythonhosted.org/packages/bb/53/591fab72c7155911a0a93d1050d2a11d05ae61f1683194f0cbe600653b38/Flask-ActiveRecord-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e1c4c071e4fe81c27d3baa4e16aaff2f", "sha256": "d40b7989a5ca4e95d754864d09d9444ac0434c4e7785c8cceffdc095cebf2646" }, "downloads": -1, "filename": "Flask-ActiveRecord-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e1c4c071e4fe81c27d3baa4e16aaff2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6473, "upload_time": "2016-04-28T19:45:15", "url": "https://files.pythonhosted.org/packages/9e/e9/570561d1fcaf040019f6dc343a7442862c4f26fe57152a3e18318c9161c4/Flask-ActiveRecord-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c393335cceb95dc8889209e92969a840", "sha256": "c3e8d73c5d1be0f142debbce8f94fe27fa57b75d05e81e1344ebd62b0163a77b" }, "downloads": -1, "filename": "Flask-ActiveRecord-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c393335cceb95dc8889209e92969a840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6520, "upload_time": "2016-04-28T19:52:37", "url": "https://files.pythonhosted.org/packages/7f/9a/ddd4d25e877b6cef93ed56910612061ae95e9af75096b470b5b27b941508/Flask-ActiveRecord-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c393335cceb95dc8889209e92969a840", "sha256": "c3e8d73c5d1be0f142debbce8f94fe27fa57b75d05e81e1344ebd62b0163a77b" }, "downloads": -1, "filename": "Flask-ActiveRecord-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c393335cceb95dc8889209e92969a840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6520, "upload_time": "2016-04-28T19:52:37", "url": "https://files.pythonhosted.org/packages/7f/9a/ddd4d25e877b6cef93ed56910612061ae95e9af75096b470b5b27b941508/Flask-ActiveRecord-0.2.3.tar.gz" } ] }