wakamex / hundred_keks

Python client for the hundred x exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Python client for the hundred x exchange


Languages

Language:Python 95.9%Language:Dockerfile 2.6%Language:Makefile 1.6%