Metadata-Version: 1.1
Name: py-crypto-params
Version: 1.0.0
Summary: Utility function to encrypt - decrypt string using AES symmetric algorithm that is compatible with crypto-js
Home-page: https://github.com/torre76/py-crypto-params
Author: Gian Luca Dalla Torre
Author-email: gianluca.dallatorre@gmail.com
License: LICENSE.txt
Download-URL: https://github.com/torre76/py-crypto-params/tarball/1.0.0
Description: py-crypto-params
        ################
        
        Utility function to encrypt - decrypt string using AES symmetric algorithm that is compatible with 
        `crypto-js <https://code.google.com/p/crypto-js/>`_. 
        
        
        |build-status| |coverage| |docs| |license| |pypi|
        
        
        Documentation and Installation instructions
        -------------------------------------------
        
        Documentation and installation instructions can be found at 
        `Read The Docs <http://py-crypto-params.readthedocs.org/>`_.
        
        .. |build-status| image:: https://travis-ci.org/torre76/py-crypto-params.svg?branch=master
            :target: https://travis-ci.org/torre76/py-crypto-params
            :alt: Travis CI status
            
        .. |coverage| image:: https://coveralls.io/repos/torre76/py-crypto-params/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/torre76/py-crypto-params?branch=master
            :alt: Coverage status
          
        .. |license| image:: https://img.shields.io/badge/license-LGPLv3-blue.svg
            :target: https://github.com/torre76/py-crypto-params/blob/master/LICENSE.txt
            :alt: License 
            
        .. |docs| image:: https://readthedocs.org/projects/py-crypto-params/badge/?version=latest
            :target: http://py-crypto-params.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. |pypi| image:: https://img.shields.io/pypi/v/py-crypto-params.svg
            :target: https://pypi.python.org/pypi/py-crypto-params/
            :alt: py-crypto-params on Pypi
        
Keywords: crypto-js crypto aes parameters encryption
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
