/hundred_keks

Python client for the hundred x exchange

Primary LanguagePython

Hundred Keks 🤪

This is a fork of 8baller's 100x Python Client hundred-x.

I focused on updating everything to latest, which makes it more likely to break.

Differences include:

  • uses my fork of py-eip712-structs (see changes)
  • use of uv instead of poetry
  • test with python up to 3.12
  • no longer support python 3.9
  • test on ubuntu-latest
  • fewer direct dependencies
  • fewer lint tools (ruff replaces black, isort, flake8, and pylint)
  • only pytest for testing (no tox)

Installation

clone the repo
uv pip install -e .