🌐
PyPI
pypi.org › project › anthropic
anthropic · PyPI
The Anthropic Python library provides convenient access to the Anthropic REST API from any Python 3.9+ application.
      » pip install anthropic
    
Published   Nov 24, 2025
Version   0.75.0
🌐
PyPI
pypi.org › project › anthropic-bedrock
Anthropic Bedrock Python API library
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
PyPI Stats
pypistats.org › packages › anthropic
PyPI Download Stats
PyPI page Home page Author: None License: MIT Summary: The official Python library for the anthropic API Latest version: 0.75.0 Required dependencies: anyio | distro | docstring-parser | httpx | jiter | pydantic | sniffio | typing-extensions Optional dependencies: aiohttp | boto3 | botocore | google-auth | httpx-aiohttp Downloads last day: 582,853 Downloads last week: 7,773,241 Downloads last month: 31,265,275
🌐
PyPI
pypi.org › project › anthropic-tools
anthropic-tools · PyPI
April 25, 2024 - The anthropic-tools library simplifies the usage of Anthropics’s tool use feature. It abstracts away the complexity of parsing function signatures and docstrings by providing developers with a clean and intuitive interface.
      » pip install anthropic-tools
    
Published   Apr 25, 2024
Version   1.0.7
🌐
PyPI
pypi.org › org › Anthropic
Profile of Anthropic, PBC. · PyPI
Organization Anthropic · Last released Jun 10, 2025 · Reserved · Last released Nov 24, 2025 · The official Python library for the anthropic API · Last released Jun 10, 2025 · Reserved · Last released Dec 18, 2025 · Python SDK for Claude Code · Last released Jun 9, 2025 ·
🌐
Tessl
tessl.io › registry › tessl › pypi-anthropic › 0.66.0
tessl/[email protected] - Registry
September 15, 2025 - The official Python library for the Anthropic API, providing convenient access to Claude AI models.
🌐
PyPI
pypi.org › project › anthropic-haystack
anthropic-haystack · PyPI
An integration of Anthropic Claude models into the Haystack framework.
      » pip install anthropic-haystack
    
Find elsewhere
🌐
Libraries.io
libraries.io › pypi › langchain-anthropic
langchain-anthropic 1.0.0a4 on PyPI - Libraries.io - security & maintenance data for open source software
December 20, 2023 - An integration package connecting Anthropic and LangChain - 1.0.0a4 - a Python package on PyPI
🌐
PydanticAI
ai.pydantic.dev › install
Installation - Pydantic AI
google — installs Google Model dependency google-genai PyPI ↗ · anthropic — installs Anthropic Model dependency anthropic PyPI ↗ · groq — installs Groq Model dependency groq PyPI ↗ · mistral — installs Mistral Model dependency mistralai PyPI ↗ ·
🌐
GitHub
github.com › anthropics › anthropic-sdk-python › releases
Releases · anthropics/anthropic-sdk-python
anthropics / anthropic-sdk-python Public · Notifications · You must be signed in to change notification settings · Fork 411 · Star 2.5k · Releases · anthropics/anthropic-sdk-python · 24 Nov 20:41 · stainless-app · v0.75.0 · 2eb9415 · Compare · Filter ·
Author   anthropics
🌐
The Hacker News
thehackernews.com › home › cybersecurity news
PyPI Attack: ChatGPT, Claude Impersonators Deliver JarkaStealer via Python Libraries
November 23, 2024 - Cybersecurity researchers have discovered two malicious packages uploaded to the Python Package Index (PyPI) repository that impersonated popular artificial intelligence (AI) models like OpenAI ChatGPT and Anthropic Claude to deliver an information ...
🌐
Reddit
reddit.com › r/python › [release] syda – open source synthetic data generator with referential integrity
r/Python on Reddit: [Release] Syda – Open Source Synthetic Data Generator with Referential Integrity
June 3, 2025 -

I built Syda, a Python library for generating multi-table synthetic data with guaranteed referential integrity between tables.

Highlights:

  • Works with multiple AI providers (OpenAI, Anthropic)

  • Supports SQLAlchemy, YAML, JSON, and dict schemas

  • Enables custom generators and AI-powered document output (PDFs)

  • Ships via PyPI, fully open source

GitHub: github.com/syda-ai/syda

Docs: python.syda.ai

PyPI: pypi.org/project/syda/

Would love your feedback on how this could fit into your Python workflows!

🌐
piwheels
piwheels.org › project › open-deep-research
piwheels - open-deep-research
langchain-anthropic · langchain-community · langchain-google-vertexai · httpx · langchain-openai · langgraph-cli · azure-search-documents · pymupdf · PyPI page · pypi.org/ project/ open-deep-research · Project JSON · piwheels.org/ project/ open-deep-research/ json ·
🌐
PydanticAI
ai.pydantic.dev
Pydantic AI
from pydantic_ai import Agent agent = Agent( # (1)! 'gateway/anthropic:claude-sonnet-4-0', instructions='Be concise, reply with one sentence.', # (2)! ) result = agent.run_sync('Where does "hello world" come from?') # (3)! print(result.output) """ The first known use of "hello, world" was in a 1974 textbook about the C programming language.
🌐
PyPI
pypi.org › project › genai-apis
Client Challenge
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
FreshPorts
freshports.org › misc › py-anthropic
FreshPorts -- misc/py-anthropic: Convenient access to the Anthropic REST API via python
The Anthropic Python library provides convenient access to the Anthropic REST API from any Python application. It includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx. The REST API documentation can be found ...
🌐
Simon Willison
simonwillison.net
Simon Willison’s Weblog
One of the things that most excited me about Anthropic’s new Skills mechanism back in October is how easy it looked for other platforms to implement. A skill is just a folder with a Markdown file and some optional extra resources and scripts, so any LLM tool with the ability to navigate and ...