Metadata-Version: 2.3
Name: hyperdrivetypes
Version: 1.0.20.13
Summary: Python type definitions for the Hyperdrive smart contracts and integrations.
Author-email: Dylan Paiton <dylan@delv.tech>, Matthew Brown <matt@delv.tech>, Sheng Lundquist <sheng@delv.tech>
Requires-Python: >=3.10, <=3.11
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Requires-Dist: pypechain>=0.0.48
Requires-Dist: fixedpointmath
Requires-Dist: hyperdrivetypes[dev] ; extra == "all"
Requires-Dist: pyright>=1.1.384 ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Provides-Extra: all
Provides-Extra: dev

# hyperdrivetypes

Python type definitions for [Hyperdrive](https://docs-delv.gitbook.io/hyperdrive).
These were generated using [pypechain](https://github.com/delvtech/pypechain).

## Install

```
pip install hyperdrivetypes
```

Now you can import hyperdrive contracts directly into python, e.g. `from hyperdrivetypes import IHyperdriveContract`.
