Metadata-Version: 2.1
Name: e2b
Version: 0.7.4
Summary: E2B SDK that give agents cloud environments
Home-page: https://e2b.dev/
License: MIT
Author: e2b
Author-email: hello@e2b.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aenum (>=3.1.11)
Requires-Dist: aiohttp (>=3.8.4)
Requires-Dist: async-timeout (>=4.0.3,<5.0.0)
Requires-Dist: janus (>=1.0.0,<2.0.0)
Requires-Dist: jsonrpcclient (>=4.0.3,<5.0.0)
Requires-Dist: pydantic
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: urllib3 (>=1.25.3)
Requires-Dist: websockets (>=11.0.3,<12.0.0)
Project-URL: Bug Tracker, https://github.com/e2b-dev/e2b/issues
Project-URL: Repository, https://github.com/e2b-dev/e2b/tree/main/packages/python-sdk
Description-Content-Type: text/markdown

<h1 align="center">
<span style="font-size:48px;"><b>E2B Python SDK</b></span>
</h1>

<h4 align="center">
  <a href="https://e2b.dev/docs">Docs</a> |
  <a href="https://e2b.dev">Website</a> |
  <a href="https://discord.gg/U7KEcGErtQ">Discord</a> |
  <a href="https://twitter.com/e2b_dev">Twitter</a>
</h4>

<h4 align="center">
  <a href="https://discord.gg/U7KEcGErtQ">
    <img src="https://img.shields.io/badge/chat-on%20Discord-blue" alt="Discord community server" />
  </a>
  <a href="https://twitter.com/e2b_dev">
    <img src="https://img.shields.io/twitter/follow/infisical?label=Follow" alt="e2b Twitter" />
  </a>
</h4>

[E2B](https://e2b.dev) (_english2bits_) is a cloud operating system for AI agents. 

With a single line of our SDK, you can give your AI agent a sandboxed cloud environment where your agent can do any of the following:
- Run any code
- Run any terminal command
- Install dependencies and programs
- Use filesystem
- Upload and download files
- Access the internet
- Start a web server that's accessible from the internet
- Clone git repositories
- Start any process (even long-running such as a database)

This just a few examples of what can be done with our agent cloud environments.

**Our SDK works with any AI agent (no matter what framework, you're using), and without the need to manage any infrastructure.**

## Getting Started & Documentation

Visit [docs](https://e2b.dev/docs) to get started with the SDK.

### Installation
```bash
pip install e2b
```

