Metadata-Version: 2.1
Name: protocookie
Version: 0.0.1
Summary: Proof of Concept for storing data in Fernet encrypted protobuffed cookies
Home-page: https://github.com/fordindin/protocookie
Author: Denis Barov
Author-email: dindin@dindin.ru
License: UNKNOWN
Description: 
        # Store encrypted protobuffed data in the cookies
        This package is a Proof of Concept for storing encrypted protobuffed data in the cookies
        
        # Installation
        
          pip install protocookie
        
        # Running
        
        Run:
        
          python3 -m protocookie.server
        
        After that open http://localhost:5000 in your browser
        
        # Dependencies
        
        All the dependencies should be managed by pip, but here is a list, just in case:
        
        python >= 3
        protobuf
        flask
        cryptography
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
