1 """MyProxy Web Service server package. This package contains WSGI middleware
2 for exposing a MyProxy Client interface to other middleware or applications to
3 use.
4
5 NERC MashMyData Project
6 """
7 __author__ = "P J Kershaw"
8 __date__ = "23/03/11"
9 __copyright__ = "(C) 2011 Science and Technology Facilities Council"
10 __license__ = """BSD - See LICENSE file in top-level directory"""
11 __contact__ = "Philip.Kershaw@stfc.ac.uk"
12 __revision__ = '$Id$'
13 __import__('pkg_resources').declare_namespace(__name__)
14