Metadata-Version: 2.1
Name: webloc
Version: 2019.4.16
Summary: read/write .webloc files
Home-page: https://github.com/looking-for-a-job/webloc.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/pyversions/webloc.svg?longCache=True)](https://pypi.org/project/webloc/)
        
        #### Installation
        ```bash
        $ [sudo] pip install webloc
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `webloc.read(path)` |return webloc url
        `webloc.write(path, url)` |write url to webloc file
        
        #### Executable modules
        usage|`__doc__`
        -|-
        `python -m webloc [url]` |read/write webloc url
        
        #### Scripts usage
        ```bash
        usage: webloc path [url]
        ```
        
        #### Examples
        ```python
        >>> import webloc
        >>> webloc.write("path.webloc","https://www.google.com/")
        >>> webloc.read("path.webloc")
        'https://www.google.com/'
        ```
        
        ```bash
        $ python -m webloc "path.webloc" "https://www.github.com/"
        $ python -m webloc "path.webloc"
        https://www.github.com/
        ```
        
        ```bash
        $ webloc file.webloc https://github.com/
        $ webloc file.webloc
        https://github.com/
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: webloc
Platform: UNKNOWN
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
