Metadata-Version: 2.4
Name: swelibx
Version: 0.1.0
Summary: A library for software engineering with LLMs.
Author-email: Lei Zhang <jameszhang2880@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: unidiff
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# swelib

swelib is a lightweight Python library for processing software engineering data tailored for training large language models (LLMs). It focuses on structured code edits such as Git patches and search/replace diffs.

## Installation

```bash
pip install swelib
```

## License

This project is licensed under the MIT License.
