feyn


Namefeyn JSON
Version 3.4.1 PyPI version JSON
download
home_pageNone
SummaryFeyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models.
upload_time2025-08-28 11:35:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCC-BY-NC-ND-4.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Feyn

## Quick start

`Feyn` is available as Python3.8+ package [through `pip`](https://pypi.org/project/feyn/). You can install it with the following command:

```bash
richard@feyn:~$ pip3 install feyn
```

Once installed, go to your preferred `Python` environment and follow along with this example.

## Running a QLattice

If you're using the community edition of a `QLattice` then you can instantiate it by:

```python
import feyn

ql = feyn.QLattice()
```

## Auto run

The quickest way to get started is to use the `auto_run` function on the `QLattice`. First we will make a classification problem with `feyn.datasets.make_classification`.

```python
from feyn.datasets import make_classification

train, test = make_classification()
models = ql.auto_run(train, output_name = 'y', kind = 'classification')
```

This returns a list of fitted models that are the best the `QLattice` has sampled, sorted by ascending loss.

## Evaluate

The model with the lowest loss is `models[0]`. We can evaluate that model with the `plot` function and it's ROC curve.

```python
best = models[0]
best.plot(train, test)
best.plot_roc_curve(test)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "feyn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Abzu <support@abzu.ai>",
    "download_url": null,
    "platform": null,
    "description": "# Feyn\n\n## Quick start\n\n`Feyn` is available as Python3.8+ package [through `pip`](https://pypi.org/project/feyn/). You can install it with the following command:\n\n```bash\nrichard@feyn:~$ pip3 install feyn\n```\n\nOnce installed, go to your preferred `Python` environment and follow along with this example.\n\n## Running a QLattice\n\nIf you're using the community edition of a `QLattice` then you can instantiate it by:\n\n```python\nimport feyn\n\nql = feyn.QLattice()\n```\n\n## Auto run\n\nThe quickest way to get started is to use the `auto_run` function on the `QLattice`. First we will make a classification problem with `feyn.datasets.make_classification`.\n\n```python\nfrom feyn.datasets import make_classification\n\ntrain, test = make_classification()\nmodels = ql.auto_run(train, output_name = 'y', kind = 'classification')\n```\n\nThis returns a list of fitted models that are the best the `QLattice` has sampled, sorted by ascending loss.\n\n## Evaluate\n\nThe model with the lowest loss is `models[0]`. We can evaluate that model with the `plot` function and it's ROC curve.\n\n```python\nbest = models[0]\nbest.plot(train, test)\nbest.plot_roc_curve(test)\n```\n",
    "bugtrack_url": null,
    "license": "CC-BY-NC-ND-4.0",
    "summary": "Feyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models.",
    "version": "3.4.1",
    "project_urls": {
        "Documentation": "https://docs.abzu.ai",
        "Homepage": "https://abzu.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dad534a237f7fb3c1ec35663216ee0cdcbbce8c389857ae0f45b979347a331fc",
                "md5": "19bde81247ac48e7821401dc912ed3dc",
                "sha256": "b72181b3922e48b03bbdc1bd7101273177096c06d14b306c8111b27be6cccb7b"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "19bde81247ac48e7821401dc912ed3dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 235630,
            "upload_time": "2025-08-28T11:35:54",
            "upload_time_iso_8601": "2025-08-28T11:35:54.676212Z",
            "url": "https://files.pythonhosted.org/packages/da/d5/34a237f7fb3c1ec35663216ee0cdcbbce8c389857ae0f45b979347a331fc/feyn-3.4.1-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9900266e875a3baa331676417ffafec1277a70859d9464de2030826b453ec1e2",
                "md5": "112c07e7348974bdfd7763e15e054f9b",
                "sha256": "ac03c4b67486533d56e62ece8b08366e382a7695bc67b78ab66049b4f3fedb29"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "112c07e7348974bdfd7763e15e054f9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 235704,
            "upload_time": "2025-08-28T11:35:57",
            "upload_time_iso_8601": "2025-08-28T11:35:57.033669Z",
            "url": "https://files.pythonhosted.org/packages/99/00/266e875a3baa331676417ffafec1277a70859d9464de2030826b453ec1e2/feyn-3.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ee5db8076ccc89cf5138c7d2584f73eb2a4b7e16d140cb0ce63da9369d259d1",
                "md5": "1a27324b9af3c37c09f602e0e8161f68",
                "sha256": "d1a2d652d427368b361f6b66e190bb15a70c64e0037f55e030e64c73410352c1"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a27324b9af3c37c09f602e0e8161f68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 327113,
            "upload_time": "2025-08-28T11:35:59",
            "upload_time_iso_8601": "2025-08-28T11:35:59.758678Z",
            "url": "https://files.pythonhosted.org/packages/5e/e5/db8076ccc89cf5138c7d2584f73eb2a4b7e16d140cb0ce63da9369d259d1/feyn-3.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64dd0e678a350d447d5187f77409d6e82f05a9ead5438ebec71832ccd5f6fed1",
                "md5": "0ceb7d5aad257eee4b5b6a1a5f2b6a44",
                "sha256": "0c2b72738c4b00dc9f108024bee1d4f034ec109ae3fc0500e9ac5537855ca0a4"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0ceb7d5aad257eee4b5b6a1a5f2b6a44",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 239575,
            "upload_time": "2025-08-28T11:36:01",
            "upload_time_iso_8601": "2025-08-28T11:36:01.373071Z",
            "url": "https://files.pythonhosted.org/packages/64/dd/0e678a350d447d5187f77409d6e82f05a9ead5438ebec71832ccd5f6fed1/feyn-3.4.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc80171530f94ed03ff2dd7e7a9a52eecce58477fa751087f0722e7289e9de98",
                "md5": "fcaedd1b8e2be8cb5f9bd4ff9317a4e6",
                "sha256": "6368d4a2ebfd34b356ce57e544c04baaf310c9f27983a48ddcdaa2135e541996"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcaedd1b8e2be8cb5f9bd4ff9317a4e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 235629,
            "upload_time": "2025-08-28T11:36:02",
            "upload_time_iso_8601": "2025-08-28T11:36:02.681046Z",
            "url": "https://files.pythonhosted.org/packages/cc/80/171530f94ed03ff2dd7e7a9a52eecce58477fa751087f0722e7289e9de98/feyn-3.4.1-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6359baf7db2c746fcc3f675a3c9c9d4f628808ef4ab7614486ba5f68079366f",
                "md5": "93e5eb484f8d88d7af1958f21ea15343",
                "sha256": "581f317b7eeec6b0352f32c1458ce74bb2a01728f730322cbf1c5332cb7857b8"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "93e5eb484f8d88d7af1958f21ea15343",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 235707,
            "upload_time": "2025-08-28T11:36:04",
            "upload_time_iso_8601": "2025-08-28T11:36:04.362798Z",
            "url": "https://files.pythonhosted.org/packages/d6/35/9baf7db2c746fcc3f675a3c9c9d4f628808ef4ab7614486ba5f68079366f/feyn-3.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af0896e071dd2341cce20aff60ab53fc4cdf3c051d34fd5370b957eb11ddaf44",
                "md5": "c0f9961b737d4df53589c86407b6f3f8",
                "sha256": "1a8dad045972bee71649e86a8eb896f448ab87bdb386f969328b5b35a1cb450a"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c0f9961b737d4df53589c86407b6f3f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 331235,
            "upload_time": "2025-08-28T11:36:06",
            "upload_time_iso_8601": "2025-08-28T11:36:06.207612Z",
            "url": "https://files.pythonhosted.org/packages/af/08/96e071dd2341cce20aff60ab53fc4cdf3c051d34fd5370b957eb11ddaf44/feyn-3.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8698dde3e00f260e8da5236f98d2b95007f4533f4eab321980342611894cdeb",
                "md5": "0663854e07798b15d27dfee329af13bf",
                "sha256": "52f245ca8aa51f623fb6bd530a556b47853e8b494e04de3f92d8fb5e794b0bdd"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0663854e07798b15d27dfee329af13bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 239581,
            "upload_time": "2025-08-28T11:36:07",
            "upload_time_iso_8601": "2025-08-28T11:36:07.914170Z",
            "url": "https://files.pythonhosted.org/packages/a8/69/8dde3e00f260e8da5236f98d2b95007f4533f4eab321980342611894cdeb/feyn-3.4.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9edd5f8f967ded8a392a386d7b3de3bedac2c323ef7414e1cb249dabe6968c28",
                "md5": "de603c92bd92cd26b50cc9be75efbd4f",
                "sha256": "396c89de748a51f3d8622eba40fb4c2eed1ce399fe30c3b306327e0c51c939f3"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de603c92bd92cd26b50cc9be75efbd4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 235622,
            "upload_time": "2025-08-28T11:36:09",
            "upload_time_iso_8601": "2025-08-28T11:36:09.241146Z",
            "url": "https://files.pythonhosted.org/packages/9e/dd/5f8f967ded8a392a386d7b3de3bedac2c323ef7414e1cb249dabe6968c28/feyn-3.4.1-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71e10a46abd2b89beff3ba227fe423399296b72eeb986f7ef94e55fb56fe534f",
                "md5": "cfd46ebcd1aef7a8106146d5d17445d2",
                "sha256": "ecd5b5efad9fa1ce633d33ffd3368ea6523d084f4bb5b4432b2d18b750234419"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cfd46ebcd1aef7a8106146d5d17445d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 235673,
            "upload_time": "2025-08-28T11:36:10",
            "upload_time_iso_8601": "2025-08-28T11:36:10.594957Z",
            "url": "https://files.pythonhosted.org/packages/71/e1/0a46abd2b89beff3ba227fe423399296b72eeb986f7ef94e55fb56fe534f/feyn-3.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1696eb571db8a879501d50857c38c3f0eea559fc79abda933e2aa425c9084202",
                "md5": "61246b816a3d9b4221ebbbbd2f5aa602",
                "sha256": "d0ef94a3130840050089b42146b616f5fa1e4d4f96307ad5ba63390a85855bc4"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61246b816a3d9b4221ebbbbd2f5aa602",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 332311,
            "upload_time": "2025-08-28T11:36:11",
            "upload_time_iso_8601": "2025-08-28T11:36:11.772816Z",
            "url": "https://files.pythonhosted.org/packages/16/96/eb571db8a879501d50857c38c3f0eea559fc79abda933e2aa425c9084202/feyn-3.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2678cc42a05f5a0a90c8f0090cba547072d3ce488825b9fcef505eae9dc7327d",
                "md5": "7b8d99015e93bf630ff997d2064c761e",
                "sha256": "c6922a7524af07458ecf39cae9e4629dd51ce5e77f0c79b5a958808ce323ecc6"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7b8d99015e93bf630ff997d2064c761e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 239604,
            "upload_time": "2025-08-28T11:36:13",
            "upload_time_iso_8601": "2025-08-28T11:36:13.415175Z",
            "url": "https://files.pythonhosted.org/packages/26/78/cc42a05f5a0a90c8f0090cba547072d3ce488825b9fcef505eae9dc7327d/feyn-3.4.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b8b1d643b1587ad0e48845cf5ba286b5db061d61dfb7c839656822b7db05022",
                "md5": "8b3962bffcddacde4469f9186a12c39f",
                "sha256": "aa9380607dacce3112fea848f54f6f0a5e543c322788403021da8f4117c5f7b2"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp313-cp313-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b3962bffcddacde4469f9186a12c39f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 235623,
            "upload_time": "2025-08-28T11:36:14",
            "upload_time_iso_8601": "2025-08-28T11:36:14.710539Z",
            "url": "https://files.pythonhosted.org/packages/6b/8b/1d643b1587ad0e48845cf5ba286b5db061d61dfb7c839656822b7db05022/feyn-3.4.1-cp313-cp313-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43bff3c92a0c34dfe5431d4ace40eaa493997161e958f68fd737713343fef0d2",
                "md5": "b0f01ceed05d02d34116b1a9673490cb",
                "sha256": "06dbdca7adb6c003f8a4ae078e9db1d713c0c36076cd95f228d167bd2078d9cd"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b0f01ceed05d02d34116b1a9673490cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 235663,
            "upload_time": "2025-08-28T11:36:16",
            "upload_time_iso_8601": "2025-08-28T11:36:16.081308Z",
            "url": "https://files.pythonhosted.org/packages/43/bf/f3c92a0c34dfe5431d4ace40eaa493997161e958f68fd737713343fef0d2/feyn-3.4.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8496f964ec6b46ed1aae134d57925c361efa52efd15249a7199aac0f07c32882",
                "md5": "8ffca2f2425200e45af8d3b81a8f0166",
                "sha256": "72ee229cf5d9c010410e92988666b4c92606fe6e41c464b57725a216ac5b345b"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ffca2f2425200e45af8d3b81a8f0166",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 330986,
            "upload_time": "2025-08-28T11:36:17",
            "upload_time_iso_8601": "2025-08-28T11:36:17.995904Z",
            "url": "https://files.pythonhosted.org/packages/84/96/f964ec6b46ed1aae134d57925c361efa52efd15249a7199aac0f07c32882/feyn-3.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6daaf2f50f9833cdd05baf9ac16b743300532aae16be693bf0fecbe921088a02",
                "md5": "73474cedb6b01c674aa48126e2e1cd88",
                "sha256": "c69ad545761f7a5b176d3ef8acec426c62e744b3d8d18be1cb8d049f3d9b7fe6"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "73474cedb6b01c674aa48126e2e1cd88",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 239605,
            "upload_time": "2025-08-28T11:36:19",
            "upload_time_iso_8601": "2025-08-28T11:36:19.162840Z",
            "url": "https://files.pythonhosted.org/packages/6d/aa/f2f50f9833cdd05baf9ac16b743300532aae16be693bf0fecbe921088a02/feyn-3.4.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "558e3f050024e6805212337698ae1ff9464a07186f57727f02afb272a575f72b",
                "md5": "82a5c6136cf167154381b9bac7f2ab42",
                "sha256": "6091d4fd0b0393661ef59681aae6bef226397096704fae6837b7442c39a949fc"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82a5c6136cf167154381b9bac7f2ab42",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 235387,
            "upload_time": "2025-08-28T11:36:20",
            "upload_time_iso_8601": "2025-08-28T11:36:20.856504Z",
            "url": "https://files.pythonhosted.org/packages/55/8e/3f050024e6805212337698ae1ff9464a07186f57727f02afb272a575f72b/feyn-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "417df0522f7858d99c98d2abb6e4df1d3be136be6528b25edf09a3f13b800f25",
                "md5": "5b491e9bd4aac0ea4278cb480fcc60a4",
                "sha256": "525b2e9215e7ab92d6cc67ac5ad22832e23bd5287926227536ac1803cf6e7a4e"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5b491e9bd4aac0ea4278cb480fcc60a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 235551,
            "upload_time": "2025-08-28T11:36:22",
            "upload_time_iso_8601": "2025-08-28T11:36:22.588833Z",
            "url": "https://files.pythonhosted.org/packages/41/7d/f0522f7858d99c98d2abb6e4df1d3be136be6528b25edf09a3f13b800f25/feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "926b054f30624ed32f9b6c2194c912133bbff81e1664ef59f0cb7982234b97e0",
                "md5": "6609a5f0a1185456a2595747aecb66af",
                "sha256": "a8385b07b672efc223ba7a28e67f113bd94c9cf366d82ab35c7937a38c16a842"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp38-cp38-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6609a5f0a1185456a2595747aecb66af",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 331839,
            "upload_time": "2025-08-28T11:36:23",
            "upload_time_iso_8601": "2025-08-28T11:36:23.718797Z",
            "url": "https://files.pythonhosted.org/packages/92/6b/054f30624ed32f9b6c2194c912133bbff81e1664ef59f0cb7982234b97e0/feyn-3.4.1-cp38-cp38-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8453bafaa5086a21cb9162be7cf6234d6596cc3b05a41dc6349a0519f8f42f0",
                "md5": "bb9c753610e81b8ca758adf20c9a404d",
                "sha256": "b55f3582d0849b8806f992fbde6adaaf283f04a475e20e4e2b671665b4275a00"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "bb9c753610e81b8ca758adf20c9a404d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 234974,
            "upload_time": "2025-08-28T11:36:24",
            "upload_time_iso_8601": "2025-08-28T11:36:24.897931Z",
            "url": "https://files.pythonhosted.org/packages/f8/45/3bafaa5086a21cb9162be7cf6234d6596cc3b05a41dc6349a0519f8f42f0/feyn-3.4.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9ad47c5dfd8abdb3e9464d14e595b24ed6c5503cbf356397403c689df67b572",
                "md5": "eb42fd5166aa065ade3ebcc27045f88f",
                "sha256": "fc46eea5705bd0db5a3cb211337e1daec1387b78cdc9983333ef099db0ad20fb"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "eb42fd5166aa065ade3ebcc27045f88f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 239515,
            "upload_time": "2025-08-28T11:36:26",
            "upload_time_iso_8601": "2025-08-28T11:36:26.217737Z",
            "url": "https://files.pythonhosted.org/packages/c9/ad/47c5dfd8abdb3e9464d14e595b24ed6c5503cbf356397403c689df67b572/feyn-3.4.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d84927e188ff1cfae61565a3bdd6b660dcc9dd89a1236987b8c4e5ca495eb06",
                "md5": "1fbd238e21a221c35e6403675cc4d713",
                "sha256": "ad92f8b0201a11e125ef218fdf417bb05978f591fdf7de288fbd4345742ec3c2"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1fbd238e21a221c35e6403675cc4d713",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 235639,
            "upload_time": "2025-08-28T11:36:27",
            "upload_time_iso_8601": "2025-08-28T11:36:27.569644Z",
            "url": "https://files.pythonhosted.org/packages/6d/84/927e188ff1cfae61565a3bdd6b660dcc9dd89a1236987b8c4e5ca495eb06/feyn-3.4.1-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9bd1d090cf4aed85aafc074f62d38b544f68e2442f39fdb2a1fc17bfacf96c9",
                "md5": "9679d3fe9cb59378f5fcb4422d84b099",
                "sha256": "f83dfe2fcf482144daa129676d246fd350bde64792062d216b83088a24b3210a"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9679d3fe9cb59378f5fcb4422d84b099",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 235770,
            "upload_time": "2025-08-28T11:36:28",
            "upload_time_iso_8601": "2025-08-28T11:36:28.849745Z",
            "url": "https://files.pythonhosted.org/packages/e9/bd/1d090cf4aed85aafc074f62d38b544f68e2442f39fdb2a1fc17bfacf96c9/feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ad7bf36a2ddac4000ad801ad9b816806012ab65ac440e85b1f0486563b3200",
                "md5": "4067d49c865b672bf69154790a7d3e66",
                "sha256": "9fa6874b0e253abbf156488b6e9e43d288890d4a624ce047aa3a792a1b4bc0b0"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4067d49c865b672bf69154790a7d3e66",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 326168,
            "upload_time": "2025-08-28T11:36:30",
            "upload_time_iso_8601": "2025-08-28T11:36:30.672646Z",
            "url": "https://files.pythonhosted.org/packages/c5/ad/7bf36a2ddac4000ad801ad9b816806012ab65ac440e85b1f0486563b3200/feyn-3.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09270761f90f14a5639583fa8ad6810ac5a0d261e202cb9bba68433b357c23e6",
                "md5": "061105fbcfc99e3373db83bf0396b563",
                "sha256": "04c1c351fdf30ac949c5609b0a305fd4567f464133f5cb67522bd389e1b90b9d"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "061105fbcfc99e3373db83bf0396b563",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 235076,
            "upload_time": "2025-08-28T11:36:32",
            "upload_time_iso_8601": "2025-08-28T11:36:32.024109Z",
            "url": "https://files.pythonhosted.org/packages/09/27/0761f90f14a5639583fa8ad6810ac5a0d261e202cb9bba68433b357c23e6/feyn-3.4.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d964bdf1fe296b5de9b93b8db6cd64b2186e2cec33997bb441522267eba018de",
                "md5": "adb411414af59fe01c9853c1e94c5ccf",
                "sha256": "8324fc3084d2828fdbe81cbf63713637ee46f1a956eca5c23e9db76a871505ef"
            },
            "downloads": -1,
            "filename": "feyn-3.4.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "adb411414af59fe01c9853c1e94c5ccf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 239612,
            "upload_time": "2025-08-28T11:36:33",
            "upload_time_iso_8601": "2025-08-28T11:36:33.331117Z",
            "url": "https://files.pythonhosted.org/packages/d9/64/bdf1fe296b5de9b93b8db6cd64b2186e2cec33997bb441522267eba018de/feyn-3.4.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 11:35:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "feyn"
}
        
Elapsed time: 0.98031s