vsdfft


Namevsdfft JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryCollection of Discrete/Fast Fourier Transform VapourSynth functions
upload_time2024-06-17 09:24:58
maintainerSetsugen no ao
docs_urlNone
authorSetsugen no ao
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements VapourSynth numpy pyFFTW
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vs-dfft

Collection of Discrete/Fast Fourier Transform VapourSynth functions

## How to use

```py
from vsdfft import FFTSpectrum

src = ...

spectrum = FFTSpectrum(src)
```

You can install [CuPy](https://docs.cupy.dev/en/stable/install.html) if you have an nvidia GPU to have a 5x speedup.

## How to install

Install `vsdfft` with the following command:

```sh
pip install vsdfft
```

Or if you want the latest git version, install it with this command:

```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dfft.git
```

<br>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vsdfft",
    "maintainer": "Setsugen no ao",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "setsugen@setsugen.dev",
    "keywords": null,
    "author": "Setsugen no ao",
    "author_email": "setsugen@setsugen.dev",
    "download_url": "https://files.pythonhosted.org/packages/89/ad/d443cb84d5289c2820577994fc55880896baf114d52f8c5d3d139d012d5c/vsdfft-1.1.2.tar.gz",
    "platform": null,
    "description": "# vs-dfft\n\nCollection of Discrete/Fast Fourier Transform VapourSynth functions\n\n## How to use\n\n```py\nfrom vsdfft import FFTSpectrum\n\nsrc = ...\n\nspectrum = FFTSpectrum(src)\n```\n\nYou can install [CuPy](https://docs.cupy.dev/en/stable/install.html) if you have an nvidia GPU to have a 5x speedup.\n\n## How to install\n\nInstall `vsdfft` with the following command:\n\n```sh\npip install vsdfft\n```\n\nOr if you want the latest git version, install it with this command:\n\n```sh\npip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dfft.git\n```\n\n<br>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of Discrete/Fast Fourier Transform VapourSynth functions",
    "version": "1.1.2",
    "project_urls": {
        "Contact": "https://discord.gg/XTpc6Fa9eB",
        "Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-dfft"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34bf5b06e933489fdfee015f2a0f3afa1bf0b10bce83112c891aaaaff1c134bd",
                "md5": "b23b55f6151871b59d0ad2b0623afabb",
                "sha256": "af331b10cad1fa26ded92a29cca96467586faa94b966147f3aa7cdbcf4a3aa4e"
            },
            "downloads": -1,
            "filename": "vsdfft-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b23b55f6151871b59d0ad2b0623afabb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5451,
            "upload_time": "2024-06-17T09:24:57",
            "upload_time_iso_8601": "2024-06-17T09:24:57.015906Z",
            "url": "https://files.pythonhosted.org/packages/34/bf/5b06e933489fdfee015f2a0f3afa1bf0b10bce83112c891aaaaff1c134bd/vsdfft-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89add443cb84d5289c2820577994fc55880896baf114d52f8c5d3d139d012d5c",
                "md5": "01cc8e5d065bc766988f55b65401b90c",
                "sha256": "ee0916ebe6b23cb2de90dde38db0b75de2f91f387b3310047123fe60d283035d"
            },
            "downloads": -1,
            "filename": "vsdfft-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "01cc8e5d065bc766988f55b65401b90c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5011,
            "upload_time": "2024-06-17T09:24:58",
            "upload_time_iso_8601": "2024-06-17T09:24:58.294550Z",
            "url": "https://files.pythonhosted.org/packages/89/ad/d443cb84d5289c2820577994fc55880896baf114d52f8c5d3d139d012d5c/vsdfft-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 09:24:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jaded-Encoding-Thaumaturgy",
    "github_project": "vs-dfft",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "VapourSynth",
            "specs": [
                [
                    ">=",
                    "68"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22.3"
                ]
            ]
        },
        {
            "name": "pyFFTW",
            "specs": [
                [
                    ">=",
                    "0.13.0"
                ]
            ]
        }
    ],
    "lcname": "vsdfft"
}
        
Elapsed time: 0.25660s