Metadata-Version: 2.1
Name: llfmt
Version: 2024.1.23
Summary: Simple tool for formatting code for LLMs.
Home-page: https://github.com/mhconradt/llfmt
Author: Max Conradt
License: Apache License, Version 2.0
Project-URL: Documentation, https://github.com/mhconradt/llfmt/blob/main/README.md
Project-URL: Issues, https://github.com/mhconradt/llfmt/issues
Project-URL: Changelog, https://github.com/mhconradt/llfmt/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: twine ; extra == 'test'

# Installation

```shell
pip install code-prompt
```

# Usage

```shell
codeprompt file1.py *pattern2*.py directory3/**.py ...
```
