ó
Ð²Ebc           @   s5   d  Z  d d d d d g Z d e f d „  ƒ  YZ d S(	   sº   
For types associated with installation schemes.

For a general overview of available schemes and their context, see
https://docs.python.org/3/install/index.html#alternate-installation.
t   platlibt   purelibt   headerst   scriptst   datat   Schemec           B   s   e  Z d  Z e Z d „  Z RS(   st   A Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    c         C   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S(   N(   R    R   R   R   R   (   t   selfR    R   R   R   R   (    (    s8   /tmp/pip-build-UPPWic/pip/pip/_internal/models/scheme.pyt   __init__   s
    				(   t   __name__t
   __module__t   __doc__t   SCHEME_KEYSt	   __slots__R   (    (    (    s8   /tmp/pip-build-UPPWic/pip/pip/_internal/models/scheme.pyR      s   N(   R
   R   t   objectR   (    (    (    s8   /tmp/pip-build-UPPWic/pip/pip/_internal/models/scheme.pyt   <module>   s   