Metadata-Version: 1.1
Name: xlsx-streaming
Version: 0.4.1
Summary: Export your data as an xlsx stream
Home-page: https://github.com/Polyconseil/xlsx_streaming/
Author: Polyconseil
Author-email: opensource+xlsx_streaming@polyconseil.fr
License: GNU GPLv3
Description: xlsx_streaming
        ================
        
        .. image:: https://badge.fury.io/py/xlsx_streaming.svg
            :target: http://badge.fury.io/py/xlsx_streaming
        .. image:: https://travis-ci.org/Polyconseil/xlsx_streaming.svg?branch=master
            :target: https://travis-ci.org/Polyconseil/xlsx_streaming
        
        ``xlsx_streaming`` library lets you stream data from your database to an xlsx document. The xlsx document can hence be streamed over HTTP without the need to store it in memory on the server. Database queries are made by batch, making it safe to export even very large tables.
        
        The full documentation can be found on readthedocs_.
        
        Bug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_.
        
        Running the tests
        -----------------
        
        As simple as::
        
            python setup.py test
        
        .. _readthedocs: http://xlsx-streaming.readthedocs.io/en/latest/
        .. _issue: https://github.com/Polyconseil/xlsx_streaming/issues/new
        .. _pull request: https://github.com/Polyconseil/xlsx_streaming/compare/
        
Keywords: xlsx,excel,streaming
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
