Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 1.4 KB

index.rst

File metadata and controls

60 lines (42 loc) · 1.4 KB

Python StdNet

An object relational mapper library for remote data-structures. Design to work with Redis data-store, but implemented so that other storage systems can be supported in the future.

Create a model, register it to a back-end data structure server and create objects. Simple to use and configure.

It includes a modified version of redis-py compatible with python 3. There are no dependencies and the library requires python 2.6 or above, including python 3. There are over 200 tests with a coverage of about 75%.

The library is stable and used in production.

First steps

From scratch: :ref:`Overview and Installation <intro-overview>`

Models and QuerySets: :ref:`Executing queries <model-query>` | :ref:`Model API <model-model>`

Examples: :ref:`Timeseries <timeseries-example>` | :ref:`Portfolio <portfolio-example>` | :ref:`Twitter Clone<twitter-example>`

Contents

.. toctree::
   :maxdepth: 1

   model/index
   backends/index
   utility/index
   contrib/index
   examples/index
   changelog
   contributing

Indices and tables