Metadata-Version: 1.1
Name: ox_secrets
Version: 0.1.0
Summary: Simple secret server for python
Home-page: http://github.com/emin63/ox_secrets
Author: Emin Martinian
Author-email: emin.martinian@gmail.com
License: custom
Description: Introduction
        ============
        
        The ``ox_secrets`` package provides a simple secret server for python.
        You can use simple file based secret storage in development and testing
        and then add more sophisticated secret storage in production.
        
        Think of it similar to an ORM for secrets.
        
Keywords: secret management
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
