seadex


Nameseadex JSON
Version 0.7.2 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for the SeaDex API.
upload_time2025-08-05 20:32:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords anime releases.moe seadex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <br/>
<p align="center">
  <a href="https://github.com/Ravencentric/seadex">
    <img src="https://raw.githubusercontent.com/Ravencentric/seadex/refs/heads/main/docs/assets/logo.png" alt="Logo" width="200">
  </a>
  <p align="center">
    Python wrapper for the SeaDex API.
  </p>
</p>

<div align="center">

[![PyPI - Version](https://img.shields.io/pypi/v/seadex?link=https%3A%2F%2Fpypi.org%2Fproject%2Fseadex%2F)](https://pypi.org/project/seadex/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seadex)
![License](https://img.shields.io/github/license/Ravencentric/seadex)
![PyPI - Types](https://img.shields.io/pypi/types/seadex)

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Ravencentric/seadex/release.yml)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ravencentric/seadex/tests.yml?label=tests)
[![codecov](https://codecov.io/gh/Ravencentric/seadex/graph/badge.svg?token=B45ODO7TEY)](https://codecov.io/gh/Ravencentric/seadex)

</div>

## Table Of Contents

* [About](#about)
* [Installation](#installation)
* [Docs](#docs)
* [License](#license)

## About

Python wrapper for the [SeaDex API](https://releases.moe/about/).

## Installation

`seadex` is available on [PyPI](https://pypi.org/project/seadex/), and can be installed using [pip](https://pip.pypa.io/en/stable/installation/).

1. To install the core library:

    ```sh
    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:

        ```sh
        pip install "seadex[torrent]"
        ```

    - To enable the CLI:

        - With [`pipx`](https://pipx.pypa.io/stable/) or [`uv`](https://docs.astral.sh/uv/guides/tools/#installing-tools) (recommended for CLIs):

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

        - With `pip`:

            ```sh
            pip install "seadex[cli]"
            ```

## Docs

Checkout the complete documentation [here](https://ravencentric.cc/seadex//).

## License

Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See [LICENSE](https://github.com/Ravencentric/seadex/blob/main/LICENSE) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "seadex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "anime, releases.moe, seadex",
    "author": null,
    "author_email": "Ravencentric <me@ravencentric.cc>",
    "download_url": "https://files.pythonhosted.org/packages/1f/1e/4d7c38c7b3fed295e6169a483c0876d7b868ad0efafc0a7f3ffcae0f0b4a/seadex-0.7.2.tar.gz",
    "platform": null,
    "description": "<br/>\n<p align=\"center\">\n  <a href=\"https://github.com/Ravencentric/seadex\">\n    <img src=\"https://raw.githubusercontent.com/Ravencentric/seadex/refs/heads/main/docs/assets/logo.png\" alt=\"Logo\" width=\"200\">\n  </a>\n  <p align=\"center\">\n    Python wrapper for the SeaDex API.\n  </p>\n</p>\n\n<div align=\"center\">\n\n[![PyPI - Version](https://img.shields.io/pypi/v/seadex?link=https%3A%2F%2Fpypi.org%2Fproject%2Fseadex%2F)](https://pypi.org/project/seadex/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seadex)\n![License](https://img.shields.io/github/license/Ravencentric/seadex)\n![PyPI - Types](https://img.shields.io/pypi/types/seadex)\n\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Ravencentric/seadex/release.yml)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ravencentric/seadex/tests.yml?label=tests)\n[![codecov](https://codecov.io/gh/Ravencentric/seadex/graph/badge.svg?token=B45ODO7TEY)](https://codecov.io/gh/Ravencentric/seadex)\n\n</div>\n\n## Table Of Contents\n\n* [About](#about)\n* [Installation](#installation)\n* [Docs](#docs)\n* [License](#license)\n\n## About\n\nPython wrapper for the [SeaDex API](https://releases.moe/about/).\n\n## Installation\n\n`seadex` is available on [PyPI](https://pypi.org/project/seadex/), and can be installed using [pip](https://pip.pypa.io/en/stable/installation/).\n\n1. To install the core library:\n\n    ```sh\n    pip install seadex\n    ```\n\n2. `seadex` includes optional dependencies that enable additional features. You can install these extras alongside the core library.\n\n    - To enable the `SeaDexTorrent` class, which handles `.torrent` files:\n\n        ```sh\n        pip install \"seadex[torrent]\"\n        ```\n\n    - To enable the CLI:\n\n        - With [`pipx`](https://pipx.pypa.io/stable/) or [`uv`](https://docs.astral.sh/uv/guides/tools/#installing-tools) (recommended for CLIs):\n\n            ```sh\n            pipx install \"seadex[cli]\"\n            ```\n            ```sh\n            uv tool install \"seadex[cli]\"\n            ```\n\n        - With `pip`:\n\n            ```sh\n            pip install \"seadex[cli]\"\n            ```\n\n## Docs\n\nCheckout the complete documentation [here](https://ravencentric.cc/seadex//).\n\n## License\n\nDistributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See [LICENSE](https://github.com/Ravencentric/seadex/blob/main/LICENSE) for more information.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for the SeaDex API.",
    "version": "0.7.2",
    "project_urls": {
        "Documentation": "https://ravencentric.cc/seadex/",
        "Repository": "https://github.com/Ravencentric/seadex"
    },
    "split_keywords": [
        "anime",
        " releases.moe",
        " seadex"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "599897f0f8da8c7ab5a40302adf0549ea200fbbc94af41dc8c04f51fc0fab9cf",
                "md5": "eeef3199064191feba3787ff6edc55dc",
                "sha256": "cc0882403519c4f9739d5a9771b35d18c1eb504fea9bcfb29c74107b6aa2ba07"
            },
            "downloads": -1,
            "filename": "seadex-0.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eeef3199064191feba3787ff6edc55dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 21364,
            "upload_time": "2025-08-05T20:32:09",
            "upload_time_iso_8601": "2025-08-05T20:32:09.722934Z",
            "url": "https://files.pythonhosted.org/packages/59/98/97f0f8da8c7ab5a40302adf0549ea200fbbc94af41dc8c04f51fc0fab9cf/seadex-0.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f1e4d7c38c7b3fed295e6169a483c0876d7b868ad0efafc0a7f3ffcae0f0b4a",
                "md5": "9135a4d1b8a0a5b30ea789405c8a621e",
                "sha256": "6cb3a07a06a7bea21d8e5a30046d0c058fe4b6328666a1523bd92a423cffde71"
            },
            "downloads": -1,
            "filename": "seadex-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9135a4d1b8a0a5b30ea789405c8a621e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1220123,
            "upload_time": "2025-08-05T20:32:10",
            "upload_time_iso_8601": "2025-08-05T20:32:10.941898Z",
            "url": "https://files.pythonhosted.org/packages/1f/1e/4d7c38c7b3fed295e6169a483c0876d7b868ad0efafc0a7f3ffcae0f0b4a/seadex-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 20:32:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ravencentric",
    "github_project": "seadex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "seadex"
}
        
Elapsed time: 1.07577s