{ "info": { "author": "Dr. Ramil Nugmanov", "author_email": "stsouko@live.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Lazy load of database\n\n\nexample:\n========\n\n**file1.py**\n\n from LazyPony import LazyEntityMeta\n\n class A(metaclass=LazyEntityMeta):\n id = PrimaryKey(int, auto=True)\n\n\n**file2.py**\n\n from LazyPony import LazyEntityMeta\n\n db = Database()\n LazyEntityMeta.attach(db)\n db.bind()\n db.generate_mapping()\n\n**file3.py**\n\n from file1 import A\n \n query = A.select()\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stsouko/LazyPony", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "LazyPony", "package_url": "https://pypi.org/project/LazyPony/", "platform": "", "project_url": "https://pypi.org/project/LazyPony/", "project_urls": { "Homepage": "https://github.com/stsouko/LazyPony" }, "release_url": "https://pypi.org/project/LazyPony/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.2.1" }, "last_serial": 4904283, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "243728dd117bb5e64c62ef9ecc7c3c31", "sha256": "43bd9ba8d81111c95bdf19d821b38c637cfe0dddaa28b754dbd94eb273427dcf" }, "downloads": -1, "filename": "LazyPony-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "243728dd117bb5e64c62ef9ecc7c3c31", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 2906, "upload_time": "2018-12-18T19:13:40", "url": "https://files.pythonhosted.org/packages/95/5f/7283a2970f8a8a43d187694e607b256d922643065dbc44583019590e1a0c/LazyPony-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "498ed97632c7fcd23c240bc81c2b0ece", "sha256": "99cdb13983d2264e2a110847713945a8446344b8bade44b9910b8d049b206717" }, "downloads": -1, "filename": "LazyPony-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "498ed97632c7fcd23c240bc81c2b0ece", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3284, "upload_time": "2019-01-21T17:32:52", "url": "https://files.pythonhosted.org/packages/23/b6/a2d2aa19997e35a183b0f736f16825369d6101ef4bfceef013f8723da6ca/LazyPony-0.1.1-py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "01f6b280bc15f2bc41b480ef3a58601f", "sha256": "b4a8dd7e9732367e67aa9db0a8e31e4102426de1c6d04aa56ae68c9720816b91" }, "downloads": -1, "filename": "LazyPony-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "01f6b280bc15f2bc41b480ef3a58601f", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3177, "upload_time": "2019-03-01T14:28:54", "url": "https://files.pythonhosted.org/packages/fd/da/58da14d4423ecaa88f831da5d2c5ea291dc0b25352f9fc435a8493db953b/LazyPony-0.2.0-py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a06c475f528225342db6e88e807d0b49", "sha256": "638a7ccf6f9b80233419294e5a7d9e8d91f8125e05db45556270972025be072d" }, "downloads": -1, "filename": "LazyPony-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a06c475f528225342db6e88e807d0b49", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3104, "upload_time": "2019-03-06T09:08:45", "url": "https://files.pythonhosted.org/packages/ec/42/03cfe4f65ecd75d7aa496c617293ff8834bae7e7265eae0abc5eefbc5f1d/LazyPony-0.2.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a06c475f528225342db6e88e807d0b49", "sha256": "638a7ccf6f9b80233419294e5a7d9e8d91f8125e05db45556270972025be072d" }, "downloads": -1, "filename": "LazyPony-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a06c475f528225342db6e88e807d0b49", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 3104, "upload_time": "2019-03-06T09:08:45", "url": "https://files.pythonhosted.org/packages/ec/42/03cfe4f65ecd75d7aa496c617293ff8834bae7e7265eae0abc5eefbc5f1d/LazyPony-0.2.1-py3-none-any.whl" } ] }