Skip to main content

Claude-Powered Python Performance Optimizer

Project description

                 Achilles Logo   


Achilles: LLM-powered Python performance optimizer

How to use Achilles

Install Achilles using the following command:

uv add achilles-optimizer

Once Achilles is installed, you can optimize a python executable using the following command:

uv run achilles optimize your_python_file.py --your_python_args

If you've already ran Achilles once, you can benchmark it against the non-optimized python code with the following command:

uv run achilles benchmark your_python_file.py --your_python_args

To run a python executable using achillles, just type the following command:

uv run achilles run your_python_file.py --your_python_args

Additional Information

Requirements

  • Python 3.13 or later
  • uv package manager
  • An Anthropic API key (Claude)

Environment Setup

You can set up your Anthropic API key in one of two ways:

  1. Set the ANTHROPIC_API_KEY environment variable
  2. Create a .env file in your project directory with the following content:
    ANTHROPIC_API_KEY=your_api_key_here
    

How It Works

Achilles uses Claude to analyze your Python code and optimize its performance by:

  • Identifying bottlenecks through profiling
  • Implementing optimizations automatically in C++
  • Importing these optimizations at runtime

Command Reference

Command Description
uv run achilles optimize <file.py> Analyzes and optimizes your Python file
uv run achilles benchmark <file.py> Compares optimized vs. original performance
uv run achilles run <file.py> Runs your Python file with Achilles

Contributing

Contributions are welcome! Feel free to submit issues or pull requests on GitHub.

License

This project is open source. See the repository for license details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

achilles_optimizer-0.1.5.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

achilles_optimizer-0.1.5-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file achilles_optimizer-0.1.5.tar.gz.

File metadata

  • Download URL: achilles_optimizer-0.1.5.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for achilles_optimizer-0.1.5.tar.gz
Algorithm Hash digest
SHA256 41c21581f5f45becb937dfdce65c1d23513a7601c16f74bce9721d9cb68143d8
MD5 59b237f40e0addbd2d74055015f32be6
BLAKE2b-256 7967a2fda9c6d83dd606af0eb076b44ded07138d92a5fa6d21ea875680988180

See more details on using hashes here.

File details

Details for the file achilles_optimizer-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for achilles_optimizer-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9ddf7c1c19293d75bc1f1733b2af83819ef970699bd1056e8a8e494a6effdb60
MD5 6b48c075b42d8a70951a79ac7b1965c8
BLAKE2b-256 cb4cf5804c853af32f1e92823d420339d7fab9382b556e9fe22f45211fe13927

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page