Skip to content

Ravencentric/seadex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Python wrapper for the SeaDex API.

PyPI - Version PyPI - Python Version License PyPI - Types

GitHub Workflow Status (with event) GitHub Actions 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]"

Docs

Checkout the complete documentation here.

License

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