write


Namewrite JSON
Version 2020.12.3 PyPI version JSON
download
home_pagehttps://github.com/andrewp-as-is/write.py
Summary
upload_time2020-12-03 20:43:19
maintainer
docs_urlNone
author
requires_python
licenseUnlicense
keywords write file
VCS
bugtrack_url
requirements mkdir
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
https://readme42.com
-->


[![](https://img.shields.io/pypi/v/write.svg?maxAge=3600)](https://pypi.org/project/write/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)

### Installation
```bash
$ [sudo] pip install write
```

#### Examples
```python
>>> import write

>>> write.write("not-existing-folder/file",'string')
>>> open("not-existing-folder/file").read()
'string'
```

<p align="center">
    <a href="https://readme42.com/">readme42.com</a>
</p>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andrewp-as-is/write.py",
    "name": "write",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "write file",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/94/bd491a5548f734a5e38994647292a73ae6f633753ac3c12824f06d1b7031/write-2020.12.3.tar.gz",
    "platform": "",
    "description": "<!--\nhttps://readme42.com\n-->\n\n\n[![](https://img.shields.io/pypi/v/write.svg?maxAge=3600)](https://pypi.org/project/write/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n\n### Installation\n```bash\n$ [sudo] pip install write\n```\n\n#### Examples\n```python\n>>> import write\n\n>>> write.write(\"not-existing-folder/file\",'string')\n>>> open(\"not-existing-folder/file\").read()\n'string'\n```\n\n<p align=\"center\">\n    <a href=\"https://readme42.com/\">readme42.com</a>\n</p>",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "",
    "version": "2020.12.3",
    "split_keywords": [
        "write",
        "file"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "32d3f9b20c8854b1bebbfa3bf3d6e012",
                "sha256": "ab53f74dd66ededa8dc3e32623e194d72fa78c1fdbe24ae30099de86398b17d4"
            },
            "downloads": -1,
            "filename": "write-2020.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "32d3f9b20c8854b1bebbfa3bf3d6e012",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1503,
            "upload_time": "2020-12-03T20:43:19",
            "upload_time_iso_8601": "2020-12-03T20:43:19.824393Z",
            "url": "https://files.pythonhosted.org/packages/53/94/bd491a5548f734a5e38994647292a73ae6f633753ac3c12824f06d1b7031/write-2020.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-03 20:43:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "andrewp-as-is",
    "github_project": "write.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "mkdir",
            "specs": []
        }
    ],
    "lcname": "write"
}
        
Elapsed time: 0.02159s