Metadata-Version: 2.1
Name: mac-comment
Version: 2019.4.13
Summary: macOS Finder comments
Home-page: https://github.com/looking-for-a-job/mac-comment.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/mac-comment.svg?longCache=True)](https://pypi.org/project/mac-comment/)
        
        #### Installation
        ```bash
        $ [sudo] pip install mac-comment
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `mac_comment.read(path)` |return string with Finder comment
        `mac_comment.write(path, comment=None)` |write Finder comment
        
        #### Executable modules
        usage|`__doc__`
        -|-
        `python -m comment path [comment]` |read/write Finder comment
        
        #### Examples
        ```python
        >>> import mac_comment
        >>> mac_comment.write(__file__,"comment")
        >>> mac_comment.read(__file__)
        'comment'
        ```
        
        ```bash
        $ python -m mac_comment ~ "CLI works too"
        $ python -m mac_comment ~
        CLI works too
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: comment
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
Description-Content-Type: text/markdown
