Metadata-Version: 2.1
Name: optimism-python
Version: 0.1.0
Summary: Unofficial Python Client for the OP-Stack
License: MIT
Author: rafalum
Author-email: rafalum@pm.me
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: web3 (==6.11.1)
Description-Content-Type: text/markdown

# Optimism-Python: Unofficial Python Client for the OP-Stack

<div align="center">
    <img src="./op.png" width=200 height=200 />
</div>


This library is a Python implementation of the [OP-Stack SDK](https://sdk.optimism.io/). It tries to mirror some of the core functionalities such as:

- providing easy access to the OP-Stack contracts
- bridging of assets from L1 to L2 (deposits) and vice-versa (withdrawls)
- creating withdrawl proofs
