xlsx-streaming


Namexlsx-streaming JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/Polyconseil/xlsx_streaming/
SummaryExport your data as an xlsx stream
upload_time2024-01-15 14:33:03
maintainerPolyconseil
docs_urlNone
authorPolyconseil
requires_python>=3.8
licenseGNU GPLv3
keywords xlsx excel streaming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Polyconseil/xlsx_streaming/",
    "name": "xlsx-streaming",
    "maintainer": "Polyconseil",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "opensource+xlsx_streaming@polyconseil.fr",
    "keywords": "xlsx,excel,streaming",
    "author": "Polyconseil",
    "author_email": "opensource+xlsx_streaming@polyconseil.fr",
    "download_url": "https://files.pythonhosted.org/packages/e2/09/fc8f003b9257f8c858ed0b29be048ba2a857e82fd2446be4ef7ebd11b57a/xlsx_streaming-2.0.0.tar.gz",
    "platform": "any",
    "description": "xlsx_streaming\n================\n\n.. image:: https://badge.fury.io/py/xlsx_streaming.svg\n    :target: http://badge.fury.io/py/xlsx_streaming\n.. image:: https://travis-ci.org/Polyconseil/xlsx_streaming.svg?branch=master\n    :target: https://travis-ci.org/Polyconseil/xlsx_streaming\n\n``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.\n\nThe full documentation can be found on readthedocs_.\n\nBug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_.\n\nRunning the tests\n-----------------\n\nAs simple as::\n\n    python setup.py test\n\n.. _readthedocs: http://xlsx-streaming.readthedocs.io/en/latest/\n.. _issue: https://github.com/Polyconseil/xlsx_streaming/issues/new\n.. _pull request: https://github.com/Polyconseil/xlsx_streaming/compare/\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "Export your data as an xlsx stream",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Polyconseil/xlsx_streaming/"
    },
    "split_keywords": [
        "xlsx",
        "excel",
        "streaming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "459fa844026daf2710316dc1d7ddbcac626891281bec27abf358ff43f189d88d",
                "md5": "935e47f1c985d7b9757f734b0c05d500",
                "sha256": "a70b67a3e0b0d93488c6982b4c7a46bb9a43c72b56a2d4dfa8536298fda9570e"
            },
            "downloads": -1,
            "filename": "xlsx_streaming-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "935e47f1c985d7b9757f734b0c05d500",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29395,
            "upload_time": "2024-01-15T14:33:01",
            "upload_time_iso_8601": "2024-01-15T14:33:01.729025Z",
            "url": "https://files.pythonhosted.org/packages/45/9f/a844026daf2710316dc1d7ddbcac626891281bec27abf358ff43f189d88d/xlsx_streaming-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e209fc8f003b9257f8c858ed0b29be048ba2a857e82fd2446be4ef7ebd11b57a",
                "md5": "e91e0ec7e9cc36cb354a998d35492e41",
                "sha256": "30ac596b383d496c051c339894b5f06779539d1897cdbc3f2b3c247a5cfba28e"
            },
            "downloads": -1,
            "filename": "xlsx_streaming-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e91e0ec7e9cc36cb354a998d35492e41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31330,
            "upload_time": "2024-01-15T14:33:03",
            "upload_time_iso_8601": "2024-01-15T14:33:03.543979Z",
            "url": "https://files.pythonhosted.org/packages/e2/09/fc8f003b9257f8c858ed0b29be048ba2a857e82fd2446be4ef7ebd11b57a/xlsx_streaming-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 14:33:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Polyconseil",
    "github_project": "xlsx_streaming",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "xlsx-streaming"
}
        
Elapsed time: 0.17174s