5. Security - DStore-ACL

5.1. Introduction

DStore-ACL is a Security Layer for DStore. Simply by provide the ACL when describing your Models, and DStore-ACL will do the rest.

5.2. Installing

You have two choices to install dstore-acl, using pip or from source.

5.2.1. From PyPi

DStore is available from the PyPi repository at DStore.

This means that all you have to do to install PyMan is run the following in a console:

$ pip install dstore-acl

5.2.2. From Source

DStore can also be installed from source by downloading from GitHub and running setup.py.

$ wget https://github.com/MarkLark/dstore-acl/archive/master.tar.gz
$ tar xvf master.tar.gz
$ cd dstore-acl-master
$ python setup.py install