FFHT-non-official


NameFFHT-non-official JSON
Version 1.2.7 PyPI version JSON
download
home_pagehttps://github.com/FALCONN-LIB/FFHT
SummaryFast implementation of the Fast Hadamard Transform (FHT)
upload_time2023-05-19 12:21:08
maintainer
docs_urlNone
authorIlya Razenshteyn, Ludwig Schmidt
requires_python
licenseMIT
keywords fast fourier hadamard transform butterfly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
FFHT-non-official
=================

This is a description of my package using reStructuredText syntax.

Installation
------------

To install the package, use pip:

.. code-block:: bash

    pip install FFHT-non-official

Usage
-----

Here's an example of how to use the package:

.. code-block:: python

    import ffht-non-official

    # code example


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FALCONN-LIB/FFHT",
    "name": "FFHT-non-official",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "fast Fourier Hadamard transform butterfly",
    "author": "Ilya Razenshteyn, Ludwig Schmidt",
    "author_email": "falconn.lib@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/61/cbe921e5fd6daab6752707011e3cc31cfa67cd8da9754093db9fefd651df/FFHT-non-official-1.2.7.tar.gz",
    "platform": null,
    "description": "\nFFHT-non-official\n=================\n\nThis is a description of my package using reStructuredText syntax.\n\nInstallation\n------------\n\nTo install the package, use pip:\n\n.. code-block:: bash\n\n    pip install FFHT-non-official\n\nUsage\n-----\n\nHere's an example of how to use the package:\n\n.. code-block:: python\n\n    import ffht-non-official\n\n    # code example\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fast implementation of the Fast Hadamard Transform (FHT)",
    "version": "1.2.7",
    "project_urls": {
        "Homepage": "https://github.com/FALCONN-LIB/FFHT"
    },
    "split_keywords": [
        "fast",
        "fourier",
        "hadamard",
        "transform",
        "butterfly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "513dcac389d7a2c31f82f4da1db5932d5c4333cf1f0061bf4162efed94fa5631",
                "md5": "b356268bdc5b0e9d064df07dea8f023e",
                "sha256": "5faebca616f5a031e27f29ee7f943b13a04f3242ddede5023b06f0480e1c3eaa"
            },
            "downloads": -1,
            "filename": "FFHT_non_official-1.2.7-cp39-cp39-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b356268bdc5b0e9d064df07dea8f023e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 88018,
            "upload_time": "2023-05-19T12:21:07",
            "upload_time_iso_8601": "2023-05-19T12:21:07.672423Z",
            "url": "https://files.pythonhosted.org/packages/51/3d/cac389d7a2c31f82f4da1db5932d5c4333cf1f0061bf4162efed94fa5631/FFHT_non_official-1.2.7-cp39-cp39-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a861cbe921e5fd6daab6752707011e3cc31cfa67cd8da9754093db9fefd651df",
                "md5": "d02100c2d2e625281bbf7c1c8e1aa28d",
                "sha256": "ab5dbd69d2460d527f0e6c3f78f0218434ad7cd5bd68d1ca44ba61543a19f973"
            },
            "downloads": -1,
            "filename": "FFHT-non-official-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d02100c2d2e625281bbf7c1c8e1aa28d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 83867,
            "upload_time": "2023-05-19T12:21:08",
            "upload_time_iso_8601": "2023-05-19T12:21:08.951952Z",
            "url": "https://files.pythonhosted.org/packages/a8/61/cbe921e5fd6daab6752707011e3cc31cfa67cd8da9754093db9fefd651df/FFHT-non-official-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-19 12:21:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FALCONN-LIB",
    "github_project": "FFHT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ffht-non-official"
}
        
Elapsed time: 0.07316s