Metadata-Version: 2.4
Name: mdnewline
Version: 0.1.3
Summary: Command line tool to add line breaks after sentences in markdown files for better git diffs
Author-email: Russell Poldrack <poldrack@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/poldrack/mdnewline.git
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest>=8.4.1
Dynamic: license-file

This is a simple command line tool with one purpose: It takes a markdown file that has been written with 
each paragraph on a single line (i.e. no newlines between sentences) and returns a the same file with
newlines added between each sentence.  The use case is when one generates text for uploading to a 
blog site, but then wants the text committed to the repository to have one sentence per line for 
easier diffing.  

This app was generated using Claude Code.  See the CLAUDE.md file for the full generation instructions.
