Metadata-Version: 2.1
Name: snekify
Version: 1.0.0
Summary: Convert text to snake case
Home-page: https://github.com/tusharsadhwani/snekify
Author: Tushar Sadhwani
Author-email: tushar.sadhwani000@gmail.com
License: UNKNOWN
Description: # snekify
        
        Convert text to snake case
        
        "Some TEXT-here" -> "some_text_here"
        
        ## Usage
        
        ```bash
        > echo 'Some TEXT-here' | snekify
        some_text_here
        
        > snekify file.txt
        this_is_the_file_contents
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
