.. _stdnet-doc: ====================== Python Stdnet ====================== .. rubric:: Object data mapper and advanced query manager for non relational databases. Designed to work with Redis_ data-store, it now has an experimental implementation for Mongodb_. The object-data mapper greatly facilitates the management and retrieval of large data-sets. It requires ``python 2.6`` up to ``python 3.3`` single code base. There are over 600 tests with a coverage of about 90%. **The library is stable, used in production and continuously maintained**. .. _requirements: Requirements ================ * redis-py_ for :ref:`redis backend `. Redis 2.6 or above. * Optional pymongo_ for :ref:`mongo db backend ` (pre-alpha). * Optional pulsar_ for :ref:`asynchronous database connection `. .. _contents: Contents =========== .. toctree:: :maxdepth: 1 overview examples/index backends/index changelog faq api/index Indices and tables ================== * :ref:`genindex` * :ref:`modindex` Legacy ============ .. toctree:: :maxdepth: 1 stdnetredis .. _Redis: http://redis.io/ .. _redis-py: https://github.com/andymccurdy/redis-py .. _cython: http://cython.org/ .. _Mongodb: http://www.mongodb.org/ .. _pymongo: http://api.mongodb.org/python/current/index.html .. _pulsar: https://pypi.python.org/pypi/pulsar