nfft


Namenfft JSON
Version 0.1 PyPI version JSON
download
home_pagehttp://github.com/jakevdp/nfft/
Summarynfft: pure-python nonuniform fast Fourier transform
upload_time2017-04-13 18:39:46
maintainerNone
docs_urlNone
authorJake VanderPlas
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            nfft
====
nfft is a pure-python implementation of the nonuniform fast Fourier transform.
Its performance is comparable to that of [pynfft](https://pypi.python.org/pypi/pyNFFT),
but it contains no compiled code and requires no links to external C libraries:
it depends only on [numpy](http://numpy.org) and [scipy](http://scipy.org).

For more information and links to usage examples, please see the
repository README_.

.. _README: https://github.com/jakevdp/nfft/blob/master/README.md

License
=======
``nfft`` is licensed under the terms of the MIT license. See the file
"LICENSE" for information on the history of this software, terms & conditions
for usage, and a DISCLAIMER OF ALL WARRANTIES.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/jakevdp/nfft/",
    "name": "nfft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jake VanderPlas",
    "author_email": "jakevdp@uw.edu",
    "download_url": "https://files.pythonhosted.org/packages/e4/e7/be3ef5cfe8b95f640a24077688d67c700305415d6f9da1c9b90772d2102a/nfft-0.1.tar.gz",
    "platform": "OS Independent",
    "description": "nfft\n====\nnfft is a pure-python implementation of the nonuniform fast Fourier transform.\nIts performance is comparable to that of [pynfft](https://pypi.python.org/pypi/pyNFFT),\nbut it contains no compiled code and requires no links to external C libraries:\nit depends only on [numpy](http://numpy.org) and [scipy](http://scipy.org).\n\nFor more information and links to usage examples, please see the\nrepository README_.\n\n.. _README: https://github.com/jakevdp/nfft/blob/master/README.md\n\nLicense\n=======\n``nfft`` is licensed under the terms of the MIT license. See the file\n\"LICENSE\" for information on the history of this software, terms & conditions\nfor usage, and a DISCLAIMER OF ALL WARRANTIES.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "nfft: pure-python nonuniform fast Fourier transform",
    "version": "0.1",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://github.com/jakevdp/nfft/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4e7be3ef5cfe8b95f640a24077688d67c700305415d6f9da1c9b90772d2102a",
                "md5": "34ff2530b92db55dc85cb6009dc9198d",
                "sha256": "ab62ed1b756bcd392c65803dd2f10454add979b405c32972e0d5339e2c3cd11c"
            },
            "downloads": -1,
            "filename": "nfft-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "34ff2530b92db55dc85cb6009dc9198d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6358,
            "upload_time": "2017-04-13T18:39:46",
            "upload_time_iso_8601": "2017-04-13T18:39:46.878389Z",
            "url": "https://files.pythonhosted.org/packages/e4/e7/be3ef5cfe8b95f640a24077688d67c700305415d6f9da1c9b90772d2102a/nfft-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-04-13 18:39:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakevdp",
    "github_project": "nfft",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nfft"
}
        
Elapsed time: 0.19221s