excel-worker


Nameexcel-worker JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryA small excel package
upload_time2023-09-23 14:20:58
maintainer
docs_urlNone
authorJohn
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Small package for working with excel files

useful functions for working with excel files:
- data storage
- formatting
- merging files

## Examples
```
from excel_worker import Excel

ex = Excel()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "excel-worker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "John",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/40/2d/646ce4236b86149c78e8314194288af2f312c3bfba7278c8fc0fbedad70b/excel-worker-0.0.4.tar.gz",
    "platform": null,
    "description": "# Small package for working with excel files\r\n\r\nuseful functions for working with excel files:\r\n- data storage\r\n- formatting\r\n- merging files\r\n\r\n## Examples\r\n```\r\nfrom excel_worker import Excel\r\n\r\nex = Excel()\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small excel package",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c9ee18fc80331418a44ec35d8b5e9fdfa13f450e0363fd0dab6691e9e655c65",
                "md5": "b3141281b4c50145b820d57e8cdada12",
                "sha256": "87018bd4d8cab3947dc7b0286807f3f4fb02c9488dff029c488a343ec70022ec"
            },
            "downloads": -1,
            "filename": "excel_worker-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3141281b4c50145b820d57e8cdada12",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5662,
            "upload_time": "2023-09-23T14:20:57",
            "upload_time_iso_8601": "2023-09-23T14:20:57.156975Z",
            "url": "https://files.pythonhosted.org/packages/0c/9e/e18fc80331418a44ec35d8b5e9fdfa13f450e0363fd0dab6691e9e655c65/excel_worker-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "402d646ce4236b86149c78e8314194288af2f312c3bfba7278c8fc0fbedad70b",
                "md5": "39df498afc648c0d6ec2c82cc30ab263",
                "sha256": "b7a73208f2b29e42716ceeaa738e24622063f65cd2ba9baae562e1dd0530ba89"
            },
            "downloads": -1,
            "filename": "excel-worker-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "39df498afc648c0d6ec2c82cc30ab263",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5079,
            "upload_time": "2023-09-23T14:20:58",
            "upload_time_iso_8601": "2023-09-23T14:20:58.587466Z",
            "url": "https://files.pythonhosted.org/packages/40/2d/646ce4236b86149c78e8314194288af2f312c3bfba7278c8fc0fbedad70b/excel-worker-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-23 14:20:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "excel-worker"
}
        
Elapsed time: 0.12516s