{ "info": { "author": "Joshua P Ashby", "author_email": "joshuaashby@joshashby.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "RedisORM v0.2.0\n===============\n\n.. image:: https://secure.travis-ci.org/JoshAshby/pyRedisORM.png?branch=master\n :target: http://travis-ci.org/JoshAshby/pyRedisORM\n\n.. image:: https://coveralls.io/repos/JoshAshby/pyRedisORM/badge.png\n :target: https://coveralls.io/r/JoshAshby/pyRedisORM\n\n.. image:: https://pypip.in/v/RedisORM/badge.png\n :target: https://crate.io/packages/RedisORM/\n :alt: Latest PyPI version\n\n.. image:: https://pypip.in/d/RedisORM/badge.png\n :target: https://crate.io/packages/RedisORM/\n :alt: Number of PyPI downloads\n\n\nRedisORM is just a quick and simple little Key-Value group to Python Object\nmapper that makes it easier to have somewhat more complex structures in Redis.\nWhile a similar structure could be achieved by using a Redis hash, this module\nalso allows for lists and future support for Redis data\nstructures is hopefully planed, making this more helpful than basic hashs.\n\nThere is a small test suite provided. It requires an actual Redis install that\nis up and running. If you want too change the address then please take a look\nin the test directory. The tests are automatically ran each commit,\nthanks to `travis-ci.org `__ and coverage is provided by\n`Coveralls.io `__ and this documentation\nis kindly hosted and automatically rebuilt by `readthedocs.org\n`__.\n\n\nA Few Minor Warnings\n--------------------\n#. This is a very early release, and although I've been using a large part of\n this code for about a year now, things are still going to break and not\n function well. Don't be afraid to submit a bug report or a patch on Github\n to fix something.\n#. I'm only a second year university student, and software\n isn't even my major; I'm working towards an Electrical and Computer\n Engineering degree, so not only do I have limited time to keep this\n maintained, but I also probably won't write the best code ever.\n#. This project follows the semantic versioning specs. All Minor and\n patch versions will not break the major versions API, however a bump of the\n major version signifies that backwards compatibility will most likely be\n broken in some way.\n\nDocumentation\n=============\nFor more information, a short quick start, and information about running the\ntest suit, please `read the documentation\n`__ kindly hosted\non `readthedocs.org `__\n\nContributing\n------------\nAll code for this can be found online at\n`github `__.\nIf something is broken, or a feature is missing, please submit a pull request\nor open an issue. Most things I probably won't have time to get around to\nlooking at too deeply, so if you want it fixed, a pull request is the way\nto go. In your pull request please provide an explanation as to what your\nrequest is for, and what benefit it provides. Also, please try to match the\nstyle of the code, or make sure your code is nearly all PEP8 compliant just to\nmaintain code consistency.\n\nBesides that, this project is licensed under the MIT License as found in the\n``LICENSE.txt`` file. Enjoy!", "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/JoshAshby/pyRedisORM/", "keywords": "redis orm database", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "RedisORM", "package_url": "https://pypi.org/project/RedisORM/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/RedisORM/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JoshAshby/pyRedisORM/" }, "release_url": "https://pypi.org/project/RedisORM/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Simple little ORM thing for Redis", "version": "0.2.0" }, "last_serial": 1057382, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff79aa8f457e03ace01e2d8e94a48a89", "sha256": "f4db73f22e3ac5aae497b1bdda7c58a8f6ff148bb00c643ce752c78248cc6052" }, "downloads": -1, "filename": "RedisORM-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ff79aa8f457e03ace01e2d8e94a48a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8469, "upload_time": "2014-04-04T19:37:04", "url": "https://files.pythonhosted.org/packages/2d/b7/8869be7b1d594d063bed9a7cd798fc566fc14d22b1cd08419c2f4374b857/RedisORM-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5135c7c5eb7a3d981730bfd87e8a7842", "sha256": "6e911b223d5b82480d116dcd1fcb6bb1d2e6b2a365ff8b827076918694a8df08" }, "downloads": -1, "filename": "RedisORM-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5135c7c5eb7a3d981730bfd87e8a7842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8704, "upload_time": "2014-04-11T02:34:52", "url": "https://files.pythonhosted.org/packages/b6/c1/cee662db218b0819efc2e6e2f6d0f94c32d0ea1f79af1916e6dd7b1d5517/RedisORM-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5135c7c5eb7a3d981730bfd87e8a7842", "sha256": "6e911b223d5b82480d116dcd1fcb6bb1d2e6b2a365ff8b827076918694a8df08" }, "downloads": -1, "filename": "RedisORM-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5135c7c5eb7a3d981730bfd87e8a7842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8704, "upload_time": "2014-04-11T02:34:52", "url": "https://files.pythonhosted.org/packages/b6/c1/cee662db218b0819efc2e6e2f6d0f94c32d0ea1f79af1916e6dd7b1d5517/RedisORM-0.2.0.tar.gz" } ] }