xl2thrift


Namexl2thrift JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttp://github.com/ohthepain/xl2thrift
SummaryConverts xlsx files into thrift files that can be deserialized in many programming languages
upload_time2024-05-02 18:16:38
maintainerNone
docs_urlNone
authorPaul Wilkinson
requires_pythonNone
licenseMIT
keywords thrift config
VCS
bugtrack_url
requirements setuptools pytest thrift openpyxl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uses thrift-generated python reflection classes to match spreadsheet data with your thrift file. You can then load the resulting blob in any language supported by thrift.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/ohthepain/xl2thrift",
    "name": "xl2thrift",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "thrift config",
    "author": "Paul Wilkinson",
    "author_email": "paul@thisco.co",
    "download_url": "https://files.pythonhosted.org/packages/32/f0/33c59b83d2ad5ca77633b77458efcccdebc6c5fff8531f27674aedf0f981/xl2thrift-0.0.8.tar.gz",
    "platform": null,
    "description": "Uses thrift-generated python reflection classes to match spreadsheet data with your thrift file. You can then load the resulting blob in any language supported by thrift.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Converts xlsx files into thrift files that can be deserialized in many programming languages",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "http://github.com/ohthepain/xl2thrift"
    },
    "split_keywords": [
        "thrift",
        "config"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32f033c59b83d2ad5ca77633b77458efcccdebc6c5fff8531f27674aedf0f981",
                "md5": "02a39b076a08d5b381947759610fae56",
                "sha256": "6824276b86ea086b2299e8e00ab130c33398cccf47d4715ef6ccb308be794aec"
            },
            "downloads": -1,
            "filename": "xl2thrift-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "02a39b076a08d5b381947759610fae56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12954,
            "upload_time": "2024-05-02T18:16:38",
            "upload_time_iso_8601": "2024-05-02T18:16:38.882549Z",
            "url": "https://files.pythonhosted.org/packages/32/f0/33c59b83d2ad5ca77633b77458efcccdebc6c5fff8531f27674aedf0f981/xl2thrift-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 18:16:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ohthepain",
    "github_project": "xl2thrift",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "thrift",
            "specs": []
        },
        {
            "name": "openpyxl",
            "specs": []
        }
    ],
    "lcname": "xl2thrift"
}
        
Elapsed time: 0.24942s