Metadata-Version: 2.5
Name: pydeltacode
Version: 0.2.1
Summary: Optimise your code for runtime performance, loc or peak memory on demand inside your script and compare LLM suggestions against your code. Solutions are tested end-to-end against the function calls executed and results are stored locally for manual verification. This package is designed to retain benefits of AI refactoring but keep an engineer friendly workflow.
Project-URL: Homepage, https://www.deltacode.org
Project-URL: Documentation, https://www.deltacode.org
Author-email: Kyle Winkler <kylewinkler@deltacode.com.au>
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: anthropic>=0.80
Requires-Dist: fpdf2>=2.8
Requires-Dist: mcp>=1.2
Requires-Dist: openai>=1.0
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

DeltaCode is the proof layer for AI-written Python. Your agent writes the code,
DeltaCode independently tests each candidate against real function calls and
compares runtime, lines of code, peak memory and output correctness. The
original and rewritten scripts, along with their results, are stored locally
as documented evidence, allowing you to verify whether a rewrite is actually
better. Use DeltaCode with coding agents directly inside your IDE.

**📖 Full documentation: [www.deltacode.org](https://www.deltacode.org)**

## License

Proprietary — the full license text is included with the package (`LICENSE`).
