Metadata-Version: 1.1
Name: score.ctx
Version: 0.3.1
Summary: Context handling for The SCORE Framework
Home-page: http://score-framework.org
Author: strg.at
Author-email: score@strg.at
License: LGPL
Description: .. image:: https://raw.githubusercontent.com/score-framework/py.doc/master/docs/score-banner.png
            :target: http://score-framework.org
        
        `The SCORE Framework`_ is a collection of harmonized python and javascript
        libraries for the development of large scale web projects. Powered by strg.at_.
        
        .. _The SCORE Framework: http://score-framework.org
        .. _strg.at: http://strg.at
        
        
        score.ctx
        =========
        
        Every single interaction with an application is strongly tied to an
        environment, where the interaction is taking place. There is probably an
        authenticated user, a running database transaction, connections to remote
        servers, etc.
        
        This module provides a framework for defining the parameters of these
        environments, allowing other modules to provide valuable information relevant
        to the current interaction.
        
        The `narrative documentation of score.ctx`__ contains all the information you
        need to put this module to good use.
        
        __ http://www.score-framework.org/doc/python/ctx/
        
        
        License
        =======
        
        Copyright © 2015 STRG.AT GmbH, Vienna, Austria
        
        All files in and beneath this directory are part of The SCORE Framework.
        The SCORE Framework and all its parts are free software: you can redistribute
        them and/or modify them under the terms of the GNU Lesser General Public
        License version 3 as published by the Free Software Foundation which is in the
        file named COPYING.LESSER.txt.
        
        The SCORE Framework and all its parts are distributed without any WARRANTY;
        without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE. For more details see the GNU Lesser General Public License.
        
        If you have not received a copy of the GNU Lesser General Public License see
        http://www.gnu.org/licenses/.
        
        The License-Agreement realised between you as Licensee and STRG.AT GmbH as
        Licenser including the issue of its valid conclusion and its pre- and
        post-contractual effects is governed by the laws of Austria. Any disputes
        concerning this License-Agreement including the issue of its valid conclusion
        and its pre- and post-contractual effects are exclusively decided by the
        competent court, in whose district STRG.AT GmbH has its registered seat, at the
        discretion of STRG.AT GmbH also the competent court, in whose district the
        Licensee has his registered seat, an establishment or assets.
        
Keywords: score framework zope transaction context pyramid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
