Skip to main content

Simple little ORM thing for Redis

Project description

RedisORM v0.2.0

https://secure.travis-ci.org/JoshAshby/pyRedisORM.png?branch=master https://coveralls.io/repos/JoshAshby/pyRedisORM/badge.png Latest PyPI version Number of PyPI downloads

RedisORM is just a quick and simple little Key-Value group to Python Object mapper that makes it easier to have somewhat more complex structures in Redis. While a similar structure could be achieved by using a Redis hash, this module also allows for lists and future support for Redis data structures is hopefully planed, making this more helpful than basic hashs.

There is a small test suite provided. It requires an actual Redis install that is up and running. If you want too change the address then please take a look in the test directory. The tests are automatically ran each commit, thanks to travis-ci.org and coverage is provided by Coveralls.io and this documentation is kindly hosted and automatically rebuilt by readthedocs.org.

A Few Minor Warnings

  1. This is a very early release, and although I’ve been using a large part of this code for about a year now, things are still going to break and not function well. Don’t be afraid to submit a bug report or a patch on Github to fix something.

  2. I’m only a second year university student, and software isn’t even my major; I’m working towards an Electrical and Computer Engineering degree, so not only do I have limited time to keep this maintained, but I also probably won’t write the best code ever.

  3. This project follows the semantic versioning specs. All Minor and patch versions will not break the major versions API, however a bump of the major version signifies that backwards compatibility will most likely be broken in some way.

Documentation

For more information, a short quick start, and information about running the test suit, please read the documentation kindly hosted on readthedocs.org

Contributing

All code for this can be found online at github. If something is broken, or a feature is missing, please submit a pull request or open an issue. Most things I probably won’t have time to get around to looking at too deeply, so if you want it fixed, a pull request is the way to go. In your pull request please provide an explanation as to what your request is for, and what benefit it provides. Also, please try to match the style of the code, or make sure your code is nearly all PEP8 compliant just to maintain code consistency.

Besides that, this project is licensed under the MIT License as found in the LICENSE.txt file. Enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RedisORM-0.2.0.tar.gz (8.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page