Metadata-Version: 2.4
Name: dr-code
Version: 0.2.1
Summary: Python code preparation and evaluation toolkit
Project-URL: Repository, https://github.com/danielle-rothermel/dr-code
Project-URL: Issues, https://github.com/danielle-rothermel/dr-code/issues
Project-URL: Documentation, https://danielle-rothermel.github.io/dr-code/
Project-URL: Changelog, https://github.com/danielle-rothermel/dr-code/blob/main/packages/dr-code/CHANGELOG.md
Author-email: Danielle Rothermel <danielle.rothermel@gmail.com>
License-Expression: MIT
Requires-Python: >=3.13
Requires-Dist: dr-exec==0.1.10
Requires-Dist: dr-serialize==0.1.2
Requires-Dist: dr-store==0.2.3
Requires-Dist: numpy<3,>=2.1
Requires-Dist: polars>=1.43.2
Requires-Dist: pydantic>=2.13.4
Requires-Dist: python-minifier==3.2.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: typer>=0.26.7
Requires-Dist: zstandard>=0.25.0
Description-Content-Type: text/markdown

# dr-code

Python code preparation and evaluation toolkit.

Install the core package from PyPI, then add workspace addons such as
`drc-humaneval`, `drc-synthetic`, and `drc-generation-corpus` from the
repository when you need benchmark-specific adapters.

- [Documentation](https://danielle-rothermel.github.io/dr-code/)
- [Repository](https://github.com/danielle-rothermel/dr-code)
- [Changelog](./CHANGELOG.md)
