Adding Fidelius manual.
[iotcloud.git] / PyORAM / src / pyoram / __about__.py
1 __all__ = ('__title__',
2            '__summary__',
3            '__uri__',
4            '__version__',
5            '__author__',
6            '__email__',
7            '__license__',
8            '__copyright__')
9
10 __title__ = 'PyORAM'
11 __summary__ = 'Python-based Oblivious RAM'
12 __uri__ = 'https://github.com/ghackebeil/PyORAM'
13 __version__ = '0.3.0'
14 __author__ = 'Gabriel A. Hackebeil'
15 __email__ = 'gabe.hackebeil@gmail.com'
16 __license__ = 'MIT'
17 __copyright__ = 'Copyright {0}'.format(__author__)