Metadata-Version: 2.1
Name: eulith_web3
Version: 0.27.0
Summary: A Web3.py compatible wrapper library for Eulith clients
Author-email: Eulith Team <kristian@eulith.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: web3 <7.0,>=5.31.1
Requires-Dist: boto3
Requires-Dist: asn1
Requires-Dist: uuid
Requires-Dist: requests
Requires-Dist: hexbytes
Requires-Dist: cytoolz
Requires-Dist: botocore
Requires-Dist: fireblocks-sdk
Requires-Dist: websocket-client
Requires-Dist: ledgerblue
Requires-Dist: trezor

# Welcome To Eulith Client
Please find our docs at https://docs.eulith.com

---

## Setup for Linux 22.04

~~~
sudo apt update -qq
sudo apt install -qq -y python3 python3-pip
pip3 install pyproject.toml
pip3 install web3
pip3 install pytest
export PATH=$PATH:$HOME/.local/bin   ; echo consider adding this to .bashrc
~~~

## Running tests

~~~
pytest
~~~

or if you use a different URL for where to find the eulith call server
~~~
EULITH_URL=http://192.168.244.44:7777/v0 pytest
~~~
