Metadata-Version: 2.4
Name: write
Version: 2019.4.13
Home-page: https://github.com/looking-for-a-job/write.py
Keywords: write file
Description-Content-Type: text/markdown
Requires-Dist: mkdir
Requires-Dist: public
Requires-Dist: setuptools

<!--
https://pypi.org/project/readme-generator/
https://pypi.org/project/python-readme-generator/
-->

[![](https://img.shields.io/pypi/pyversions/write.svg?longCache=True)](https://pypi.org/project/write/)

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

#### Functions
function|`__doc__`
-|-
`write.write(path, content)` |write content to file. Creates directory if it doesn't exist

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

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

<p align="center">
    <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
</p>
