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. seadex includes optional dependencies that enable additional features. You can install these extras alongside the core library.

    • To enable the SeaDexTorrent class, which handles .torrent files:

      pip install "seadex[torrent]"
      
    • To enable the CLI:

      • With pipx or uv (recommended for CLIs):

        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.