anthropic==0.117.0
# The official Python library for the anthropic API
$ pip install anthropic
downloads/wk
42,186,040
license
MIT
version
0.117.0
python
>=3.9
What is anthropic?
The anthropic package is the official Python library for interacting with Anthropic's API, allowing developers to integrate Claude, Anthropic's AI assistant, into their Python applications. Developers use it to send prompts to Claude and receive text responses, enabling use cases like content generation, analysis, question answering, and other AI-powered features. It handles the underlying HTTP communication and response parsing, so developers can work with the API without managing low-level details.
Links