Skip to content

Commit

Permalink
Merge pull request enthought#11 from corranwebster/simple_auth_store
Browse files Browse the repository at this point in the history
Simple auth store
  • Loading branch information
corranwebster committed Jan 16, 2012
2 parents 35ec719 + 2289a9e commit 085ea8b
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/storage/index.rst
Expand Up @@ -42,6 +42,7 @@ Implementations
sqlite_store.rst
static_url_store.rst
joined_store.rst
simple_auth_store.rst


Indices and tables
Expand Down
16 changes: 16 additions & 0 deletions docs/source/storage/simple_auth_store.rst
@@ -0,0 +1,16 @@
.. currentmodule:: encore.storage.simple_auth_store

.. automodule:: encore.storage.simple_auth_store

.. autofunction:: make_encoder

.. autofunction:: sha1_hasher

.. autoclass:: SimpleAuthStore
:members: __init__, connect, disconnect, is_connected, get, set, delete, exists, transaction,
query, query_keys, glob,
get_data, get_metadata, set_data, set_metadata, update_metadata,
multiget, multiset, multiget_data, multiget_metadata, multiset_data,
multiset_metadata, multiupdate_metadata,
to_file, from_file, to_bytes, from_bytes, check_permissions

0 comments on commit 085ea8b

Please sign in to comment.