writio


Namewritio JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA file reading and writing library for `.csv`, `.yaml`, `.json`, and `.pickle` files. You probably shouldn't use this.
upload_time2024-07-30 07:37:25
maintainerNone
docs_urlNone
authorFlorian Matter
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # writio

A file reading and writing library for `.csv`, `.yaml`, and `.json` files. You probably shouldn't use this.

[![Tests](https://img.shields.io/github/actions/workflow/status/fmatter/writio/tests.yml?label=tests)](https://github.com/fmatter/writio/actions/workflows/tests.yml)
![Versions](https://img.shields.io/pypi/pyversions/writio)
[![PyPI](https://img.shields.io/pypi/v/writio.svg)](https://pypi.org/project/writio)
![License](https://img.shields.io/github/license/fmatter/writio)

```python
from writio import load, dump

dic = load("dict.yaml")
dump(dic, "dict.json")
dic = load("dict.json")
df = load("table.csv")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "writio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Florian Matter",
    "author_email": "flmt@mailbox.org",
    "download_url": "https://files.pythonhosted.org/packages/67/cf/79cf64f716100e1469251f5bd853ee06a0da57a39ac464755ddbf9724ea4/writio-0.1.2.tar.gz",
    "platform": null,
    "description": "# writio\n\nA file reading and writing library for `.csv`, `.yaml`, and `.json` files. You probably shouldn't use this.\n\n[![Tests](https://img.shields.io/github/actions/workflow/status/fmatter/writio/tests.yml?label=tests)](https://github.com/fmatter/writio/actions/workflows/tests.yml)\n![Versions](https://img.shields.io/pypi/pyversions/writio)\n[![PyPI](https://img.shields.io/pypi/v/writio.svg)](https://pypi.org/project/writio)\n![License](https://img.shields.io/github/license/fmatter/writio)\n\n```python\nfrom writio import load, dump\n\ndic = load(\"dict.yaml\")\ndump(dic, \"dict.json\")\ndic = load(\"dict.json\")\ndf = load(\"table.csv\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A file reading and writing library for `.csv`, `.yaml`, `.json`, and `.pickle` files. You probably shouldn't use this.",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d96a4fb1840a0dab46a21173baeada5cce70ad4834c768709d4195d4385c44a4",
                "md5": "5ed8eb4ab0607b6d0f78e84951bf948e",
                "sha256": "3e2c2a6a74eb07b7ebf2ea92c4089a59582ce4f77d05d973afb8d48b18ebaea0"
            },
            "downloads": -1,
            "filename": "writio-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ed8eb4ab0607b6d0f78e84951bf948e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 3449,
            "upload_time": "2024-07-30T07:37:23",
            "upload_time_iso_8601": "2024-07-30T07:37:23.853957Z",
            "url": "https://files.pythonhosted.org/packages/d9/6a/4fb1840a0dab46a21173baeada5cce70ad4834c768709d4195d4385c44a4/writio-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67cf79cf64f716100e1469251f5bd853ee06a0da57a39ac464755ddbf9724ea4",
                "md5": "cd3245231851d5704ebf851c48ef75c1",
                "sha256": "24cbb5ce5908727eaa6b2dea4ba9b73d1807779b6f6d4a67108127aa1203d88f"
            },
            "downloads": -1,
            "filename": "writio-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cd3245231851d5704ebf851c48ef75c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 3057,
            "upload_time": "2024-07-30T07:37:25",
            "upload_time_iso_8601": "2024-07-30T07:37:25.117460Z",
            "url": "https://files.pythonhosted.org/packages/67/cf/79cf64f716100e1469251f5bd853ee06a0da57a39ac464755ddbf9724ea4/writio-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-30 07:37:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "writio"
}
        
Elapsed time: 0.83122s