Metadata-Version: 2.0
Name: xlsx-streaming
Version: 0.2.0
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: BSD
Keywords: xlsx,excel,streaming
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: zipstream (>=1.1.3)

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.

Bug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_.

tests
-----

After having installed the development requirements, just run::

    python -m unittest discover

.. _issue: https://github.com/sebdiem/xlsx_streaming/issues/new
.. _pull request: https://github.com/sebdiem/xlsx_streaming/compare/


