Metadata-Version: 1.1
Name: pithos
Version: 0.0.4
Summary: Session handling for web applications
Home-page: https://github.com/Dreamsolution/pithos
Author: Rudolph Froger
Author-email: rudolphfroger@dreamsolution.nl
License: MIT
Description: 
        Pithos
        ======
        
        Simple, secure web session handling for Python applications.
        
        *WARNING*: This project is currently under active development and should not be
        used in production environments. API's may change without support for previous
        versions.
        
        Goals:
        
        Straightforward to understand and implement;
        
        Web framework/library independent;
        
        Support for different storage back-ends;
        
        Secure by default;
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
