Skip to content

Home


Logo

Python wrapper for the SeaDex API

PyPI - Version PyPI - Python Version License PyPI - Types

GitHub Workflow Status GitHub Workflow Status Codecov

Table Of Contents

About

Python wrapper for the SeaDex API.

Installation

seadex is available on PyPI, and can be installed using pip.

  1. To install the core library:

    pip install seadex
    
  2. To install with the CLI tools:

    • With pipx or uv (recommended)

      pipx install "seadex[cli]"
      
      uv tool install "seadex[cli]"
      

    • With pip

      pip install "seadex[cli]"
      

License

Distributed under the MIT License. See LICENSE for more information.