libcsv


Namelibcsv JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryLibrary for working with csv files using Python.
upload_time2024-05-20 19:40:26
maintainerNone
docs_urlNone
authorMarko Camandioti
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libCSV - a library for reading and writing CSV tables in Python

Install using pip.

Functions:
libcsv.openTable(nameOfTable)
libcsv.writetable(nameOfTable, writeOptions)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "libcsv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Marko Camandioti",
    "author_email": "camandiotimarko@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/90/7940b8d10eecd1f4e8238b3d1a1860eea93a48552673e289f4c1087f1e45/libcsv-1.0.2.tar.gz",
    "platform": null,
    "description": "# libCSV - a library for reading and writing CSV tables in Python\n\nInstall using pip.\n\nFunctions:\nlibcsv.openTable(nameOfTable)\nlibcsv.writetable(nameOfTable, writeOptions)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library for working with csv files using Python.",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78907940b8d10eecd1f4e8238b3d1a1860eea93a48552673e289f4c1087f1e45",
                "md5": "63490e040d789a257f70ae7c124b5993",
                "sha256": "6e4bb95edee790f3b17093096e9eab862058a9407d89806040997049b6cd9011"
            },
            "downloads": -1,
            "filename": "libcsv-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "63490e040d789a257f70ae7c124b5993",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1572,
            "upload_time": "2024-05-20T19:40:26",
            "upload_time_iso_8601": "2024-05-20T19:40:26.764161Z",
            "url": "https://files.pythonhosted.org/packages/78/90/7940b8d10eecd1f4e8238b3d1a1860eea93a48552673e289f4c1087f1e45/libcsv-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 19:40:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "libcsv"
}
        
Elapsed time: 0.26340s