{ "info": { "author": "W. Trevor King", "author_email": "wking@tremily.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "FFT_tools: unitary FFTs and power spectra for real data.\n\nThis package wraps NumPy's fft module to produce unitary transforms\nand power spectra of real numbers in one dimension. See the code for\nthe technical details.\n\nInstallation\n============\n\nPackages\n--------\n\nGentoo\n~~~~~~\n\nI've packaged FFT-tools for Gentoo. You need layman_ and my `wtk\noverlay`_. Install with::\n\n # emerge -av app-portage/layman\n # layman --add wtk\n # emerge -av dev-python/FFT-tools\n\nDependencies\n------------\n\nIf you're installing by hand or packaging pycomedi for another\ndistribution, you'll need the following dependencies:\n\n======= ============ ================\nPackage Debian_ Gentoo_\n======= ============ ================\nNumPy_ python-numpy dev-python/numpy\n======= ============ ================\n\nInstalling by hand\n------------------\n\nFFT-tools is available as a Git_ repository::\n\n $ git clone git://tremily.us/FFT-tools.git\n\nSee the homepage_ for details. To install the checkout, run the\nstandard::\n\n $ python setup.py install\n\nBuilding the HTML docs\n----------------------\n\nThe module objects are documented in the `NumPy/SciPy documentation\nstyle`_. You should be able to build this documentation with Sphinx_\nand the numpydoc_ extension. I haven't been able to get numpydoc\nworking cleanly, but you can still build a decent version of the docs\nfrom the ``doc`` subdirectory with::\n\n $ make SPHINXBUILD=sphinx-build-2.7 dirhtml\n\nThis documentation is available on `Read the Docs`_.\n\nUsage\n=====\n\nSee the tests in ``FFT_tools.py`` for simple examples.\n\nTesting\n=======\n\nRun internal unit tests using Nose_::\n\n $ nosetests --with-doctest --doctest-tests -vv FFT_tools.py\n\nIf you want to plot the test results (useful for debugging), you'll\nneed to install matplotlib_ and set ``TEST_PLOTS`` to ``True`` in\n``FFT_tools.py`` before invoking Nose.\n\nLicence\n=======\n\nThis project is distributed under the `GNU General Public License\nVersion 3`_ or greater.\n\n\n.. _layman: http://layman.sourceforge.net/\n.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay\n.. _Debian: http://www.debian.org/\n.. _Gentoo: http://www.gentoo.org/\n.. _NumPy: http://numpy.scipy.org/\n.. _Git: http://git-scm.com/\n.. _homepage: http://blog.tremily.us/posts/FFT-tools/\n.. _matplotlib: http://matplotlib.sourceforge.net/\n.. _NumPy/SciPy documentation style:\n https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt\n.. _Sphinx: http://sphinx-doc.org/\n.. _numpydoc: https://github.com/numpy/numpy/tree/master/doc/sphinxext\n.. _Read the Docs: https://fft-tools.readthedocs.org/en/latest/\n.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/\n.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt", "description_content_type": null, "docs_url": null, "download_url": "http://git.tremily.us/?p=FFT-tools.git;a=snapshot;h=0.5;sf=tgz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blog.tremily.us/posts/FFT-tools/", "keywords": null, "license": "GNU General Public License (GPL)", "maintainer": null, "maintainer_email": null, "name": "FFT-tools", "package_url": "https://pypi.org/project/FFT-tools/", "platform": "all", "project_url": "https://pypi.org/project/FFT-tools/", "project_urls": { "Download": "http://git.tremily.us/?p=FFT-tools.git;a=snapshot;h=0.5;sf=tgz", "Homepage": "http://blog.tremily.us/posts/FFT-tools/" }, "release_url": "https://pypi.org/project/FFT-tools/0.5/", "requires_dist": null, "requires_python": null, "summary": "Wrap NumpPy's FFT routines to reduce clutter.", "version": "0.5" }, "last_serial": 784226, "releases": { "0.2": [], "0.3": [ { "comment_text": "", "digests": { "md5": "2c8c4f605cda90b50da1477913774c68", "sha256": "d6a666ec57c1844b44200e1a54e3ae09d7d1b293be1864ba78208787e9f0b23f" }, "downloads": -1, "filename": "FFT-tools-0.3.tar.gz", "has_sig": true, "md5_digest": "2c8c4f605cda90b50da1477913774c68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20033, "upload_time": "2012-07-22T18:05:47", "url": "https://files.pythonhosted.org/packages/92/e6/bf0c166f9ba25ea32388362efc10d75b6553851b0e2c0e5e78c4f20e4f40/FFT-tools-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b14a3aac37dd3fdd740dd627e0b4728c", "sha256": "ee49d11def18302583ebfb49a9f62b384096de11d733b447d5c5426c7d5a677b" }, "downloads": -1, "filename": "FFT-tools-0.4.tar.gz", "has_sig": false, "md5_digest": "b14a3aac37dd3fdd740dd627e0b4728c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21070, "upload_time": "2012-11-18T23:10:59", "url": "https://files.pythonhosted.org/packages/69/7e/38b18b9241bf38afb2dca0b72379f1371d97fa1d3f242e905b8087a98690/FFT-tools-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "48f179c7b9cc9a0e684cfdd4625b3b5e", "sha256": "810aad15c6872e01e45fd0d5eafca964c79a41700bc67973c43f07f87d48be29" }, "downloads": -1, "filename": "FFT-tools-0.5.tar.gz", "has_sig": false, "md5_digest": "48f179c7b9cc9a0e684cfdd4625b3b5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22475, "upload_time": "2012-11-19T09:09:05", "url": "https://files.pythonhosted.org/packages/00/8b/b70cfe72a191983bca14e19b6c99fed8e3e84619b02e78cda084d356ac0e/FFT-tools-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48f179c7b9cc9a0e684cfdd4625b3b5e", "sha256": "810aad15c6872e01e45fd0d5eafca964c79a41700bc67973c43f07f87d48be29" }, "downloads": -1, "filename": "FFT-tools-0.5.tar.gz", "has_sig": false, "md5_digest": "48f179c7b9cc9a0e684cfdd4625b3b5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22475, "upload_time": "2012-11-19T09:09:05", "url": "https://files.pythonhosted.org/packages/00/8b/b70cfe72a191983bca14e19b6c99fed8e3e84619b02e78cda084d356ac0e/FFT-tools-0.5.tar.gz" } ] }