Metadata-Version: 1.0
Name: wheezy.security
Version: 0.1.58
Summary: A lightweight security/cryptography library
Home-page: https://bitbucket.org/akorn/wheezy.security
Author: Andriy Kornatskyy
Author-email: andriy.kornatskyy at live.com
License: MIT
Description: `wheezy.security`_ is a `python`_ package written in pure Python code.
        It is a lightweight security library that provides integration with:
        
        * `pycrypto`_ - The Python Cryptography Toolkit
        
        It is optimized for performance, well tested and documented.
        
        Resources:
        
        * `source code`_, `examples`_ and `issues`_ tracker are available
          on `bitbucket`_
        * `documentation`_, `readthedocs`_
        * `eggs`_ on `pypi`_
        
        Install
        -------
        
        `wheezy.security`_ requires `python`_ version 2.4 to 2.7 or 3.2+.
        It is independent of operating system. You can install it from `pypi`_
        site using `setuptools`_::
        
            $ easy_install wheezy.security
        
        If you are using `virtualenv`_::
        
            $ virtualenv env
            $ env/bin/easy_install wheezy.security
        
        If you would like take benefit of one of cryptography library that has
        built-in support specify extra requirements::
        
            $ easy_install wheezy.security[pycrypto]
        
        If you run into any issue or have comments, go ahead and add on
        `bitbucket`_.
        
        .. _`bitbucket`: http://bitbucket.org/akorn/wheezy.security/issues
        .. _`doctest`: http://docs.python.org/library/doctest.html
        .. _`documentation`: http://packages.python.org/wheezy.security
        .. _`eggs`: http://pypi.python.org/pypi/wheezy.security
        .. _`examples`: http://bitbucket.org/akorn/wheezy.security/src/tip/demos
        .. _`issues`: http://bitbucket.org/akorn/wheezy.security/issues
        .. _`pycrypto`: https://www.dlitz.net/software/pycrypto
        .. _`pypi`: http://pypi.python.org
        .. _`python`: http://www.python.org
        .. _`readthedocs`: http://readthedocs.org/builds/wheezysecurity
        .. _`setuptools`: http://pypi.python.org/pypi/setuptools
        .. _`source code`: http://bitbucket.org/akorn/wheezy.security/src
        .. _`virtualenv`: http://pypi.python.org/pypi/virtualenv
        .. _`wheezy.security`: http://pypi.python.org/pypi/wheezy.security
        
Keywords: security ticket encryption pycrypto
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
