{ "info": { "author": "Hunter John Larco", "author_email": "hunter@larcolabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# TableMongo. A MongoDB ORM\n\nContributers \u00b7 [Hunter Larco](http://hunterlarco.com)\n\n> TableMongo syntax emulates Google's Python BigTable ORM, making it easier to transition from Google Cloud Platform to a MongoDB based systems.\n\n## Example\n\n```python\nimport TableMongo as db\n\nclass User(db.Model):\n email = db.StringProperty()\n password = db.StringProperty()\n favourite_things = db.StringProperty(multiple=True)\n\nUser(\n email='john@doe.com',\n password='p@ssword', \n favourite_things=['apples', 'pie']\n).save()\n\nusers = User.query(User.email == 'john@doe.com')\n```\n\n## Installation\n\nInstallation is super friendly using `pip`\n\n```\n$ pip install TableMongo\n```\n\n## Documentation\n\n* [Quickstart](./Documentation/quickstart.md)", "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/HunterLarco/TableMongo", "keywords": "mongodb tablemongo table mongo db database storage orm", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "TableMongo", "package_url": "https://pypi.org/project/TableMongo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TableMongo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/HunterLarco/TableMongo" }, "release_url": "https://pypi.org/project/TableMongo/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "TableMongo. A MongoDB ORM based on Google's BigTable Syntax", "version": "1.0.3" }, "last_serial": 1796543, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "dfa09cf69a4f99968cf32fb611fcd882", "sha256": "d26380ddffd199175d059346a669efb1f09eda3a6fc28bea6e60d9fc2691a46f" }, "downloads": -1, "filename": "TableMongo-1.0.0.macosx-10.10-intel.exe", "has_sig": false, "md5_digest": "dfa09cf69a4f99968cf32fb611fcd882", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 64378, "upload_time": "2015-10-30T18:25:59", "url": "https://files.pythonhosted.org/packages/42/c9/c42ee8b68f5e53a17487d92b6a68d6791856693fd03531ca451d1baf8519/TableMongo-1.0.0.macosx-10.10-intel.exe" }, { "comment_text": "", "digests": { "md5": "cdbd8ed803bf571c510e278b45d584a9", "sha256": "c6c1bd83db4da783a69b972d0aae855a4f50d5ebb41e969c7aee93eed1b2ad5a" }, "downloads": -1, "filename": "TableMongo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cdbd8ed803bf571c510e278b45d584a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2487, "upload_time": "2015-10-30T18:25:50", "url": "https://files.pythonhosted.org/packages/d1/cc/1936f0dbd494f9213de444fbc24cd088468ff92b62b892aee601af523016/TableMongo-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c2a3b06dcce573e1b8b5358228594c2b", "sha256": "20292ea99a4e05e3fd5f61fcebb19850c3e0b52d894fc4b73e03ad0fbfb654d1" }, "downloads": -1, "filename": "TableMongo-1.0.1.macosx-10.10-intel.exe", "has_sig": false, "md5_digest": "c2a3b06dcce573e1b8b5358228594c2b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 71193, "upload_time": "2015-10-30T18:48:34", "url": "https://files.pythonhosted.org/packages/4f/10/f89d5253e01d00bd28f41ef17cbd631b4282d28f751648b48176060a752e/TableMongo-1.0.1.macosx-10.10-intel.exe" }, { "comment_text": "", "digests": { "md5": "c7653bb43597d2c58edaec3a4929c65b", "sha256": "3fc6544f4924844ba14d2be3151eb78cc036a4346c6d8f3233f4bb945140d9d9" }, "downloads": -1, "filename": "TableMongo-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c7653bb43597d2c58edaec3a4929c65b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8712, "upload_time": "2015-10-30T18:48:27", "url": "https://files.pythonhosted.org/packages/2d/3b/a341760f9c00a5526450943875fdc3b25537f5a5750e0e05ed2aea16c578/TableMongo-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6e2248fea5c2a92a9814367d4d163576", "sha256": "09e84cd3e5b890a743048bc03449c79fdfca2cf181e845a272bcc9b49e34b83a" }, "downloads": -1, "filename": "TableMongo-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6e2248fea5c2a92a9814367d4d163576", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11759, "upload_time": "2015-11-01T18:20:17", "url": "https://files.pythonhosted.org/packages/66/ab/083723b3db980e136628aae060793670a4f17b4868cea97da82da4483fe8/TableMongo-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "8f6e2172d5e4aa4d0aeb8fbf6b2c3bbc", "sha256": "f55ba9a289cfa9d987327162e33c5114bd9c2cfd5b13392c12ff04bea3ceba71" }, "downloads": -1, "filename": "TableMongo-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8f6e2172d5e4aa4d0aeb8fbf6b2c3bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11919, "upload_time": "2015-11-02T02:42:06", "url": "https://files.pythonhosted.org/packages/d0/20/2624b4b0f7b752d4983816383c17b1944f12ab5234a62f641c205313ce6b/TableMongo-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f6e2172d5e4aa4d0aeb8fbf6b2c3bbc", "sha256": "f55ba9a289cfa9d987327162e33c5114bd9c2cfd5b13392c12ff04bea3ceba71" }, "downloads": -1, "filename": "TableMongo-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8f6e2172d5e4aa4d0aeb8fbf6b2c3bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11919, "upload_time": "2015-11-02T02:42:06", "url": "https://files.pythonhosted.org/packages/d0/20/2624b4b0f7b752d4983816383c17b1944f12ab5234a62f641c205313ce6b/TableMongo-1.0.3.tar.gz" } ] }