x4xl


Namex4xl JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA small package utility that easily wraps Excel importation into Pandas Dataframes
upload_time2023-01-17 16:02:27
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords excel export import pandas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # x4xl

## A simple tool to ease import/export operation to and from Excel

x4xl is simple toolset that wraps an import/export workflow from excel into Pandas Dataframe objects and vice-versa.
It is composed of two main routines:
```
loadExcelSheet(file, sheet, parsef)

saveExcelSheet(file, sheet, parsef)
```

x4d3sign @ 2023
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "x4xl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "excel,export,import,pandas",
    "author": "",
    "author_email": "Luis Xavier <luisrosaxavier@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/2f/ec238fef58764b545bacadb93857a45fb71f09eaf0f2cac389aa314783c4/x4xl-0.0.2.tar.gz",
    "platform": null,
    "description": "# x4xl\n\n## A simple tool to ease import/export operation to and from Excel\n\nx4xl is simple toolset that wraps an import/export workflow from excel into Pandas Dataframe objects and vice-versa.\nIt is composed of two main routines:\n```\nloadExcelSheet(file, sheet, parsef)\n\nsaveExcelSheet(file, sheet, parsef)\n```\n\nx4d3sign @ 2023",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small package utility that easily wraps Excel importation into Pandas Dataframes",
    "version": "0.0.2",
    "split_keywords": [
        "excel",
        "export",
        "import",
        "pandas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0e99be316949472a83193128f7d6a935f8e5c3cddbf8753d144582e74d88f68",
                "md5": "4cdaa7960aa337902a7beb811313bbde",
                "sha256": "aef8720bcf8f220e798b5ec759cfb1dc7d31c4184d068356810dcf92d555193e"
            },
            "downloads": -1,
            "filename": "x4xl-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cdaa7960aa337902a7beb811313bbde",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3186,
            "upload_time": "2023-01-17T16:02:25",
            "upload_time_iso_8601": "2023-01-17T16:02:25.498350Z",
            "url": "https://files.pythonhosted.org/packages/b0/e9/9be316949472a83193128f7d6a935f8e5c3cddbf8753d144582e74d88f68/x4xl-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e2fec238fef58764b545bacadb93857a45fb71f09eaf0f2cac389aa314783c4",
                "md5": "4480735dfef18c72271cc2f8f676cdda",
                "sha256": "83519ca608c51b400aada87f0774282a696f0eeffc53bf1d662b7d1335f058d0"
            },
            "downloads": -1,
            "filename": "x4xl-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4480735dfef18c72271cc2f8f676cdda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2430,
            "upload_time": "2023-01-17T16:02:27",
            "upload_time_iso_8601": "2023-01-17T16:02:27.231818Z",
            "url": "https://files.pythonhosted.org/packages/0e/2f/ec238fef58764b545bacadb93857a45fb71f09eaf0f2cac389aa314783c4/x4xl-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 16:02:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "x4xl"
}
        
Elapsed time: 0.03345s