
    HR-e                         d Z ddlmZ ddlmZmZmZmZm	Z	m
Z
 ddlmZmZmZmZmZmZ g dZ G d dej                  Z e            Zd	S )
z
This package reads and writes data formats used by the Virtual
Observatory (VO) initiative, particularly the VOTable XML format.
    )config   )	IOWarningUnimplementedWarningVOTableChangeWarningVOTableSpecErrorVOTableSpecWarning	VOWarning)
from_table
is_votableparseparse_single_tablevalidatewriteto)Confconfr   r   r   r   r   r   r
   r   r	   r   r   r   c                   <    e Zd ZdZ ej        ddddg          ZdS )r   z<
    Configuration parameters for `astropy.io.votable`.
    ignorezCan be 'exception' (treat fixable violations of the VOTable spec as exceptions), 'warn' (show warnings for VOTable spec violations), or 'ignore' (silently ignore VOTable spec violations)z!astropy.io.votable.table.pedanticzastropy.io.votable.pedantic)aliasesN)__name__
__module____qualname____doc___config
ConfigItemverify     ;lib/python3.11/site-packages/astropy/io/votable/__init__.pyr   r   &   sF           W	= 56ST  FFFr   r   N)r   astropyr   r   
exceptionsr   r   r   r   r	   r
   tabler   r   r   r   r   r   __all__ConfigNamespacer   r   r   r   r   <module>r%      s     & % % % % %                X W W W W W W W W W W W W W W W  $    7"    tvvr   