Metadata-Version: 1.1
Name: pyquickhelper
Version: 0.3.76
Summary: Three functionalities: folder synchronization, a logging function, helpers to generate documentatino with sphinx
Home-page: http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/index.html
Author: Xavier Dupré
Author-email: xavier.dupre AT gmail.com
License: UNKNOWN
Download-URL: https://github.com/sdpython/pyquickhelper
Description: .. _l-README:
        
        README
        ======
        
           
           
        **Links:**
            * `pypi/pyquickhelper <https://pypi.python.org/pypi/pyquickhelper/>`_
            * `GitHub/pyquickhelper <https://github.com/sdpython/pyquickhelper>`_
            * `documentation <http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/index.html>`_
            * `Windows Setup <http://www.xavierdupre.fr/site2013/index_code.html#pyquickhelper>`_
        
        
        Description
        -----------
        
        This extension gathers three functionalities:
            * a logging function: :func:`fLOG <loghelper.flog.fLOG>`
            * a function to synchronize two folders: :func:`synchronize_folder <sync.synchelper.synchronize_folder>`
            * a function to generate a copy of a module, converting doxygen documentation in rst format: :func:`generate_help_sphinx <helpgen.sphinx_main.generate_help_sphinx>` (see also :func:`prepare_file_for_sphinx_help_generation <helpgen.utils_sphinx_doc.prepare_file_for_sphinx_help_generation>`)
            
        The module is available on `pypi/pyquickhelper <https://pypi.python.org/pypi/pyquickhelper/>`_ and
        on `GitHub/pyquickhelper <https://github.com/sdpython/pyquickhelper>`_.
        
        Functionalities
        ---------------
        
            * help generation
            * folder synchronization
            * logging
            * import a flat file into a SQLite database
            * help running unit tests
            * functions to convert a pandas DataFrame into a HTML table or a RST table
        
        Design
        ------
        
        This project contains various helper about logging functions, unit tests and help generation.
           * a source folder: ``src``
           * a unit test folder: ``_unittests``, go to this folder and run ``run_unittests.py``
           * a _doc folder: ``_doc``, it will contains the documentation
           * a file ``setup.py`` to build and to install the module
           * a file ``make_help.py`` to build the sphinx documentation
        
        
        
Keywords: pyquickhelper,synchronization,files,Xavier,Dupré
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
