Metadata-Version: 2.1
Name: write
Version: 2020.7.1
Summary: UNKNOWN
Home-page: https://github.com/andrewp-as-is/write.py
License: Unlicense
Description: <!--
        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>
Keywords: write file
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
