{ "info": { "author": "Yugeng Hui", "author_email": "hyg at pinae org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "ndb-py\n============================================\n\nndb-py is a light node database for Python.\n\n- Flexible Data Model\n- Expressive Query Language\n- Easy to use in Python\n\nInstallation\n--------------\n\nThe lastest stable is ndb-py-1.1.tar.gz\n\n.. code-block:: shell\n\n python setup.py install\n\nGetting Start\n--------------\n\ndemo for ndb-py:\n\n.. code-block:: python\n\n import ndb\n\n self.node = ndb.read('example.ndb')\n reslt = ndb.execute(self.node, 'select:root->parent->child->name:/.*m/')\n print(result[0].get('name'))\n print(result[1].get('name'))\n\nDocumentation\n--------------\n\nBasic documentation is hosted on README.md\n\nLicense\n--------------\n\nndb-py is licensed under the Apache License, Version 2.0. See LICENSE for full license text", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/node-db/ndb-py", "keywords": "python cron scheduling", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "ndb-py", "package_url": "https://pypi.org/project/ndb-py/", "platform": null, "project_url": "https://pypi.org/project/ndb-py/", "project_urls": { "Homepage": "https://github.com/node-db/ndb-py" }, "release_url": "https://pypi.org/project/ndb-py/1.1/", "requires_dist": null, "requires_python": null, "summary": "Node database for Python", "version": "1.1" }, "last_serial": 1911175, "releases": { "1.1": [ { "comment_text": "ndb-py-1.1", "digests": { "md5": "d6e264421160b1f0953be8fb4dd2136a", "sha256": "0ebce5bbd0d10771afc4edfc1eee47251c01cb1a5a74b52b8ebb0d75a96a6141" }, "downloads": -1, "filename": "ndb-py-1.1.tar.gz", "has_sig": false, "md5_digest": "d6e264421160b1f0953be8fb4dd2136a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14480, "upload_time": "2016-01-19T07:15:09", "url": "https://files.pythonhosted.org/packages/b6/0c/5b97566aad91332ef961f465dc9f5e470f6dc8cef6632d20ce49bb161ac3/ndb-py-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "ndb-py-1.1", "digests": { "md5": "d6e264421160b1f0953be8fb4dd2136a", "sha256": "0ebce5bbd0d10771afc4edfc1eee47251c01cb1a5a74b52b8ebb0d75a96a6141" }, "downloads": -1, "filename": "ndb-py-1.1.tar.gz", "has_sig": false, "md5_digest": "d6e264421160b1f0953be8fb4dd2136a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14480, "upload_time": "2016-01-19T07:15:09", "url": "https://files.pythonhosted.org/packages/b6/0c/5b97566aad91332ef961f465dc9f5e470f6dc8cef6632d20ce49bb161ac3/ndb-py-1.1.tar.gz" } ] }