Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.12 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.12 KB

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. 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]"

Docs

Checkout the complete documentation here.

License

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