
    HfT                     "   d Z ddlmZ ej        dz   ej        z   Zej        ez   Zej        dz   ej	        z   Z
dej        z   Zdej        z   ez   ej        z   dz   Ze
ej        z   dz   ZeZeZeez   ZeZeZeez   ZeZeez   Ze
Ze
ez   Ze
ZeZeez   Zd	S )
z
    pyexcel.docstrings.core
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Reusible docstrings for pyexcel.core

    :copyright: (c) 2015-2022 by Onni Software Ltd.
    :license: New BSD License
   )keywordsz
**Parameters**
    z
**Parameters**
z
When you use this function to work on physical files, this function
will leave its file handle open. When you finish the operation
on its data, you need to call :func:`pyexcel.free_resources` to
close file hande(s).

aG  
It accepts two sets of keywords. Why two sets? one set is
source, the other set is destination. In order to distinguish
the two sets, source set will be exactly the same
as the ones for :meth:`pyexcel.get_sheet`; destination
set are exactly the same as the ones for :class:`pyexcel.Sheet.save_as`
but require a 'dest' prefix.
a  

if csv file is destination format, python csv
`fmtparams <https://docs.python.org/release/3.1.5/
library/csv.html#dialects-and-formatting-parameters>`_
are accepted

for example: dest_lineterminator will replace default '
'
to the one you specified

In addition, this function use :class:`pyexcel.Sheet` to
render the data which could have performance penalty. In exchange,
parameters for :class:`pyexcel.Sheet` can be passed on, e.g.
`name_columns_by_row`.

a  

Where the dictionary should have text as keys and two dimensional
array as values.

================ ============================================
Saving to source parameters
================ ============================================
file             dest_file_name, dest_sheet_name,
                 keywords with prefix 'dest'
memory           dest_file_type, dest_content,
                 dest_sheet_name, keywords with prefix 'dest'
sql              dest_session, dest_tables,
                 dest_table_init_func, dest_mapdict
django model     dest_models, dest_initializers,
                 dest_mapdict, dest_batch_size
================ ============================================
N)__doc__ r   SOURCE_PARAMS_TABLESOURCE_PARAMS__GET_ARRAY__EXAMPLE_NOTE_PAGINATION__GET_SHEET__SOURCE_BOOK_PARAMS_TABLESOURCE_BOOK_PARAMS__GET_BOOK__I_NOTEDEST_PARAMS_TABLEDEST_PARAMS__SAVE_AS__DEST_BOOK_PARAMS__SAVE_BOOK_AS__	GET_SHEET	GET_ARRAY
IGET_ARRAYGET_DICTGET_RECORDSIGET_RECORDSSAVE_ASISAVE_ASGET_BOOK	IGET_BOOKGET_BOOK_DICTSAVE_BOOK_ASISAVE_BOOK_AS     Y/var/www/ffwdstore.be/apps/py-env/lib/python3.11/site-packages/pyexcel/docstrings/core.py<module>r$      sM            	  $  % !	"  o   ! 	 
 >   . 		V#
v%
6!	 6)r"   