ó
¾÷Xc           @@  sZ  d  Z  d d l m Z d d l m Z d d l m Z d d l Z d d l	 Z	 e d d ƒ Z
 e
 d	 d
 d d d d ƒ Z d j e ƒ Z e j d k	 r¦ e e j 7Z n  e j d k	 rË e d j e ƒ 7Z n  e j d k	 rð e d j e ƒ 7Z n  e j ƒ  Z d e Z d Z d e Z d i e d 6e d 6e j d 6e j d 6e j d 6e	 j d 6Z d S(   s!   
    Versioning module for h5py.
i    (   t   absolute_import(   t
   namedtuplei   (   t   h5Nt   _H5PY_VERSION_CLSs   major minor bugfix pre post devi   i   s$   {0.major:d}.{0.minor:d}.{0.bugfix:d}s   .post{0.post:d}s   .dev{0.dev:d}s   %d.%d.%di   s   %d.%dsÅ   Summary of the h5py configuration
---------------------------------

h5py    %(h5py)s
HDF5    %(hdf5)s
Python  %(python)s
sys.platform    %(platform)s
sys.maxsize     %(maxsize)s
numpy   %(numpy)s
t   h5pyt   hdf5t   pythont   platformt   maxsizet   numpy(   i   i   (   t   __doc__t
   __future__R    t   collectionsR   t    R   t   _h5t   sysR	   R   t   Nonet   version_tuplet   formatt   versiont   pret   postt   devt   get_libversiont   hdf5_version_tuplet   hdf5_versiont   api_version_tuplet   api_versionR   R   t   __version__t   info(    (    (    s*   /tmp/pip-build-isqEY4/h5py/h5py/version.pyt   <module>   s0   




