mysqltsv


Namemysqltsv JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/mysqltsv
SummaryTSV Reader for the MySQL dialect.
upload_time2016-01-30 18:40:15
maintainerNone
docs_urlhttps://pythonhosted.org/mysqltsv/
authorAaron Halfaker
requires_pythonNone
licenseThe MIT License (MIT) Copyright (c) 2014 Aaron Halfaker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MySQL TSV

This library provides functionality for reading and producing MySQL compatible
Tab-seperated values files.

Installation: `pip install mysqltsv`

## Documentation
See http://pythonhosted.org/mysqltsv

## Authors
Aaron Halfaker:
* `http://halfaker.info`
            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/mysqltsv",
    "name": "mysqltsv",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/mysqltsv/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Aaron Halfaker",
    "author_email": "aaron.halfaker@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/53/0951afa1db49c654dc85892a5f68704b1656b59471eac6848368f543bc0b/mysqltsv-0.0.7.tar.gz",
    "platform": "UNKNOWN",
    "description": "# MySQL TSV\n\nThis library provides functionality for reading and producing MySQL compatible\nTab-seperated values files.\n\nInstallation: `pip install mysqltsv`\n\n## Documentation\nSee http://pythonhosted.org/mysqltsv\n\n## Authors\nAaron Halfaker:\n* `http://halfaker.info`",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)\n\nCopyright (c) 2014 Aaron Halfaker\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.",
    "summary": "TSV Reader for the MySQL dialect.",
    "version": "0.0.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "built for Linux-3.16.0-59-generic-x86_64-with-glibc2.9",
            "digests": {
                "md5": "56043ec9e39db74a221ac0eea82e2f74",
                "sha256": "e61e9b289156f882dd5f727ac17e413fb54ae4f9e965efb866909bffbc99292f"
            },
            "downloads": -1,
            "filename": "mysqltsv-0.0.7.linux-x86_64.tar.gz",
            "has_sig": false,
            "md5_digest": "56043ec9e39db74a221ac0eea82e2f74",
            "packagetype": "bdist_dumb",
            "python_version": "any",
            "requires_python": null,
            "size": 13782,
            "upload_time": "2016-01-30T18:40:56",
            "upload_time_iso_8601": "2016-01-30T18:40:56.312079Z",
            "url": "https://files.pythonhosted.org/packages/cc/0a/737a8ccde9bc22e5d854f5dd34d8479e672cae7c90cba4e98ca31ae76a59/mysqltsv-0.0.7.linux-x86_64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "cc4f7cdebc74e2f97b5c53f0b32eb0d2",
                "sha256": "ab327ad8d9923c9c52919af9af7a162b2dbef2c6027e9e2f87ff333016547369"
            },
            "downloads": -1,
            "filename": "mysqltsv-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "cc4f7cdebc74e2f97b5c53f0b32eb0d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7364,
            "upload_time": "2016-01-30T18:40:15",
            "upload_time_iso_8601": "2016-01-30T18:40:15.431022Z",
            "url": "https://files.pythonhosted.org/packages/57/53/0951afa1db49c654dc85892a5f68704b1656b59471eac6848368f543bc0b/mysqltsv-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-01-30 18:40:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mysqltsv"
}
        
Elapsed time: 0.14936s