Metadata-Version: 2.1
Name: mac-comment
Version: 2020.12.3
Summary: macOS Finder comments
Home-page: https://github.com/andrewp-as-is/mac-comment.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/mac-comment.svg?maxAge=3600)](https://pypi.org/project/mac-comment/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mac-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://readme42.com/">readme42.com</a>
        </p>
Keywords: comment
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
