pynyaa


Namepynyaa JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryTurn nyaa.si torrent pages into neat Python objects
upload_time2024-09-23 04:31:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseThis is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org>
keywords anime nyaa nyaa.si python torrent
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/pynyaa">
    <img src="https://raw.githubusercontent.com/Ravencentric/pynyaa/main/docs/assets/logo.png" alt="Logo" width="400">
  </a>
  <p align="center">
    Turn nyaa.si torrent pages into neat Python objects
    <br/>
    <br/>
  </p>
</p>

<div align="center">

<a href="https://pypi.org/project/pynyaa/"><img src="https://img.shields.io/pypi/v/pynyaa" alt="PyPI - Version" ></a>
<img src="https://img.shields.io/pypi/pyversions/pynyaa" alt="PyPI - Python Version">
<img src="https://img.shields.io/github/license/Ravencentric/pynyaa" alt="License">
<img src="https://www.mypy-lang.org/static/mypy_badge.svg" alt="Checked with mypy">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">

<img src="https://img.shields.io/github/actions/workflow/status/Ravencentric/pynyaa/release.yml?" alt="GitHub Workflow Status">
<img src="https://img.shields.io/github/actions/workflow/status/Ravencentric/pynyaa/test.yml?label=tests" alt="GitHub Workflow Status">
<a href="https://codecov.io/gh/Ravencentric/pynyaa"><img src="https://codecov.io/gh/Ravencentric/pynyaa/graph/badge.svg?token=9LZ2I4LDYT"/></a>

</div>

## Table Of Contents

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

## About

- Supports both sync and async.
- Provides easy access to every field except comments (comments are useless).
- Parses both the nyaa page itself and it's accompanying `.torrent` file.

## Installation

`pynyaa` is available on [PyPI](https://pypi.org/project/pynyaa/), so you can simply use [pip](https://github.com/pypa/pip) to install it.

```sh
pip install pynyaa
```

# Docs

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

## License

Distributed under the [Unlicense](https://choosealicense.com/licenses/unlicense/) License. See [UNLICENSE](https://github.com/Ravencentric/pynyaa/blob/main/UNLICENSE) for more information.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pynyaa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "anime, nyaa, nyaa.si, python, torrent",
    "author": null,
    "author_email": "Ravencentric <me@ravencentric.cc>",
    "download_url": "https://files.pythonhosted.org/packages/1b/28/e9e3aedaa717b3f65a5254ef720d9918f799b8f6d76c2653362159280284/pynyaa-2.0.0.tar.gz",
    "platform": null,
    "description": "<br/>\n<p align=\"center\">\n  <a href=\"https://github.com/Ravencentric/pynyaa\">\n    <img src=\"https://raw.githubusercontent.com/Ravencentric/pynyaa/main/docs/assets/logo.png\" alt=\"Logo\" width=\"400\">\n  </a>\n  <p align=\"center\">\n    Turn nyaa.si torrent pages into neat Python objects\n    <br/>\n    <br/>\n  </p>\n</p>\n\n<div align=\"center\">\n\n<a href=\"https://pypi.org/project/pynyaa/\"><img src=\"https://img.shields.io/pypi/v/pynyaa\" alt=\"PyPI - Version\" ></a>\n<img src=\"https://img.shields.io/pypi/pyversions/pynyaa\" alt=\"PyPI - Python Version\">\n<img src=\"https://img.shields.io/github/license/Ravencentric/pynyaa\" alt=\"License\">\n<img src=\"https://www.mypy-lang.org/static/mypy_badge.svg\" alt=\"Checked with mypy\">\n<img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n\n<img src=\"https://img.shields.io/github/actions/workflow/status/Ravencentric/pynyaa/release.yml?\" alt=\"GitHub Workflow Status\">\n<img src=\"https://img.shields.io/github/actions/workflow/status/Ravencentric/pynyaa/test.yml?label=tests\" alt=\"GitHub Workflow Status\">\n<a href=\"https://codecov.io/gh/Ravencentric/pynyaa\"><img src=\"https://codecov.io/gh/Ravencentric/pynyaa/graph/badge.svg?token=9LZ2I4LDYT\"/></a>\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\n- Supports both sync and async.\n- Provides easy access to every field except comments (comments are useless).\n- Parses both the nyaa page itself and it's accompanying `.torrent` file.\n\n## Installation\n\n`pynyaa` is available on [PyPI](https://pypi.org/project/pynyaa/), so you can simply use [pip](https://github.com/pypa/pip) to install it.\n\n```sh\npip install pynyaa\n```\n\n# Docs\n\nCheckout the complete documentation [here](https://pynyaa.ravencentric.cc/).\n\n## License\n\nDistributed under the [Unlicense](https://choosealicense.com/licenses/unlicense/) License. See [UNLICENSE](https://github.com/Ravencentric/pynyaa/blob/main/UNLICENSE) for more information.",
    "bugtrack_url": null,
    "license": "This is free and unencumbered software released into the public domain.  Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.  In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  For more information, please refer to <https://unlicense.org>",
    "summary": "Turn nyaa.si torrent pages into neat Python objects",
    "version": "2.0.0",
    "project_urls": {
        "Documentation": "https://pynyaa.ravencentric.cc",
        "Homepage": "https://pynyaa.ravencentric.cc",
        "Repository": "https://github.com/Ravencentric/pynyaa"
    },
    "split_keywords": [
        "anime",
        " nyaa",
        " nyaa.si",
        " python",
        " torrent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cb6026bc95701c25be558993d5c901f16e9728c703ebb4e9070568c9b6826fb",
                "md5": "1c6fcf8995ae44ac807b3a59b675e890",
                "sha256": "00c80fe8e82e2c2d0126108f3a3621539a5f13dcdcfb44359a89d70df3112501"
            },
            "downloads": -1,
            "filename": "pynyaa-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c6fcf8995ae44ac807b3a59b675e890",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15129,
            "upload_time": "2024-09-23T04:31:28",
            "upload_time_iso_8601": "2024-09-23T04:31:28.748978Z",
            "url": "https://files.pythonhosted.org/packages/3c/b6/026bc95701c25be558993d5c901f16e9728c703ebb4e9070568c9b6826fb/pynyaa-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b28e9e3aedaa717b3f65a5254ef720d9918f799b8f6d76c2653362159280284",
                "md5": "a6f665ddc0490ceb48c273d786dc1fd2",
                "sha256": "e80010af7bb3739cbd1543d1f91ecf24b82d39463c95519bde56551fea719f88"
            },
            "downloads": -1,
            "filename": "pynyaa-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a6f665ddc0490ceb48c273d786dc1fd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 799468,
            "upload_time": "2024-09-23T04:31:30",
            "upload_time_iso_8601": "2024-09-23T04:31:30.318081Z",
            "url": "https://files.pythonhosted.org/packages/1b/28/e9e3aedaa717b3f65a5254ef720d9918f799b8f6d76c2653362159280284/pynyaa-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 04:31:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ravencentric",
    "github_project": "pynyaa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pynyaa"
}
        
Elapsed time: 0.27581s