table-compositor


Nametable-compositor JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/InvestmentSystems/table-compositor
SummaryLibrary to render table-like data structure into XLSX and other formats.
upload_time2023-10-30 18:19:48
maintainer
docs_urlNone
authorGuru Devanla
requires_python
licenseMIT
keywords pandas excel writer table
VCS
bugtrack_url
requirements pandas numpy openpyxl xlsxwriter Pygments sphinx-jinja sphinx_rtd_theme static-frame
Travis-CI
coveralls test coverage No coveralls.
            The table-compositor library provides the API to render data stored in table-like data structures. Currently the library supports rendering data available in a Panda’s DataFrames. The DataFrame layout is used as the table layout(including single and multi hierarchical columns/indices) by the library. The table layout is rendered directly on to an XLSX sheet or to a HTML page. Styling and layout attributes can be used to render colorful XLSX or HTML reports. The library also supports rendering of multiple dataframes into a single XLSX sheet or HTML page. The objective of the library is to be able to use the DataFrame as the API to configure the style and layout properties of the report. Callback functions are provided to customize all styling properties. The nice thing about the callback functions are that the style properties are set on cells indexed with index/column values available in the original dataframe used during rendering.

Code: https://github.com/InvestmentSystems/table-compositor

Docs: http://table-compositor.readthedocs.io

Packages: https://pypi.python.org/pypi/table-compositor
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/InvestmentSystems/table-compositor",
    "name": "table-compositor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pandas excel writer table",
    "author": "Guru Devanla",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/36/d7/193398658a099d3d86960b392bed5f3c24321776550c04bd12afbc5960fd/table-compositor-1.2.1.tar.gz",
    "platform": null,
    "description": "The table-compositor library provides the API to render data stored in table-like data structures. Currently the library supports rendering data available in a Panda\u2019s DataFrames. The DataFrame layout is used as the table layout(including single and multi hierarchical columns/indices) by the library. The table layout is rendered directly on to an XLSX sheet or to a HTML page. Styling and layout attributes can be used to render colorful XLSX or HTML reports. The library also supports rendering of multiple dataframes into a single XLSX sheet or HTML page. The objective of the library is to be able to use the DataFrame as the API to configure the style and layout properties of the report. Callback functions are provided to customize all styling properties. The nice thing about the callback functions are that the style properties are set on cells indexed with index/column values available in the original dataframe used during rendering.\n\nCode: https://github.com/InvestmentSystems/table-compositor\n\nDocs: http://table-compositor.readthedocs.io\n\nPackages: https://pypi.python.org/pypi/table-compositor",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library to render table-like data structure into XLSX and other formats.",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/InvestmentSystems/table-compositor"
    },
    "split_keywords": [
        "pandas",
        "excel",
        "writer",
        "table"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36d7193398658a099d3d86960b392bed5f3c24321776550c04bd12afbc5960fd",
                "md5": "bf1e2209fba69e6fca5ff888a0697c15",
                "sha256": "ef930e89c120eb056befb33f233b27bf6a15b560a696341179d4b58cceb63f24"
            },
            "downloads": -1,
            "filename": "table-compositor-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bf1e2209fba69e6fca5ff888a0697c15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26597,
            "upload_time": "2023-10-30T18:19:48",
            "upload_time_iso_8601": "2023-10-30T18:19:48.125198Z",
            "url": "https://files.pythonhosted.org/packages/36/d7/193398658a099d3d86960b392bed5f3c24321776550c04bd12afbc5960fd/table-compositor-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 18:19:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InvestmentSystems",
    "github_project": "table-compositor",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.4.4"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.24.2"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "2.5.4"
                ]
            ]
        },
        {
            "name": "xlsxwriter",
            "specs": [
                [
                    ">=",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    ">=",
                    "2.7.4"
                ]
            ]
        },
        {
            "name": "sphinx-jinja",
            "specs": [
                [
                    ">=",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "sphinx_rtd_theme",
            "specs": [
                [
                    ">=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "static-frame",
            "specs": [
                [
                    ">=",
                    "0.8.14"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "table-compositor"
}
        
Elapsed time: 0.14374s