feyn


Namefeyn JSON
Version 3.2.0 PyPI version JSON
download
home_page
SummaryFeyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models.
upload_time2024-02-26 14:46:13
maintainer
docs_urlNone
author
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": "",
    "name": "feyn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Abzu <support@abzu.ai>",
    "download_url": "",
    "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.2.0",
    "project_urls": {
        "Documentation": "https://docs.abzu.ai",
        "Homepage": "https://abzu.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "922ba713ad5293caaabfe39e1f093035128b10a02c315594a3811f981b45c1b2",
                "md5": "571c4bb327f56631a919577f0b0f0ee5",
                "sha256": "c8e674e12285c099e57b8309fbbe7a63c10cb193c9bb118ceade9df666d9cd5a"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "571c4bb327f56631a919577f0b0f0ee5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 224305,
            "upload_time": "2024-02-26T14:46:13",
            "upload_time_iso_8601": "2024-02-26T14:46:13.984298Z",
            "url": "https://files.pythonhosted.org/packages/92/2b/a713ad5293caaabfe39e1f093035128b10a02c315594a3811f981b45c1b2/feyn-3.2.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "118f41d2e32069fbb82f316dc38b5f9fb94c66ef2bb3726731d3629b0440e792",
                "md5": "622cadde6b9110eda49d947fb4d65c9c",
                "sha256": "5c58fe632886ff21cf3575d633f27fbd802f09f303ef42890e8471fc36d5bc05"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "622cadde6b9110eda49d947fb4d65c9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 224231,
            "upload_time": "2024-02-26T14:46:17",
            "upload_time_iso_8601": "2024-02-26T14:46:17.170241Z",
            "url": "https://files.pythonhosted.org/packages/11/8f/41d2e32069fbb82f316dc38b5f9fb94c66ef2bb3726731d3629b0440e792/feyn-3.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63639a1f6510f7b28312c2413b0e3bff944e870f6fb2972e233d51b2ab84e942",
                "md5": "0ed4d090829e3c37620ed53eaf98a20e",
                "sha256": "8f5dd50fe1d536c301792ab7b72c3e855eea52a05f574680cfb985d37e5cd414"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ed4d090829e3c37620ed53eaf98a20e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 318834,
            "upload_time": "2024-02-26T14:46:19",
            "upload_time_iso_8601": "2024-02-26T14:46:19.518633Z",
            "url": "https://files.pythonhosted.org/packages/63/63/9a1f6510f7b28312c2413b0e3bff944e870f6fb2972e233d51b2ab84e942/feyn-3.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a7597b62171e76964552e1bb829c02ce04167e2b09c4be9e6aa1456b062a75e",
                "md5": "2859773121744cca0fb77d66097b5e0b",
                "sha256": "44cc7de34a23cca2d39775f2f8cd2e7177820a27a1f5da4a2534f8e2c9d02729"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2859773121744cca0fb77d66097b5e0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 227890,
            "upload_time": "2024-02-26T14:46:21",
            "upload_time_iso_8601": "2024-02-26T14:46:21.586662Z",
            "url": "https://files.pythonhosted.org/packages/4a/75/97b62171e76964552e1bb829c02ce04167e2b09c4be9e6aa1456b062a75e/feyn-3.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa2e5ed7559d6a6fd3c97653bb0a851152ee5c7ea9251329fdf629b6d1eb5c2",
                "md5": "2edb0f84615107736a2a5e16bdd9190c",
                "sha256": "de1fade36185b3faa30fa0cea9e1d2693efed4eae584febf8075bab654aec9b8"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2edb0f84615107736a2a5e16bdd9190c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 224306,
            "upload_time": "2024-02-26T14:46:23",
            "upload_time_iso_8601": "2024-02-26T14:46:23.376155Z",
            "url": "https://files.pythonhosted.org/packages/2a/a2/e5ed7559d6a6fd3c97653bb0a851152ee5c7ea9251329fdf629b6d1eb5c2/feyn-3.2.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "925375f792fc0f3ce878a3f34f23e7188d191788a0863862c151fdb418f8733d",
                "md5": "fa8c8a376c96f006ee3cb23be598ad61",
                "sha256": "50c4fd360c58a4963feb2f43953fdd5ff99f6b1802edd3b1b654aeb1b6900f7e"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fa8c8a376c96f006ee3cb23be598ad61",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 224292,
            "upload_time": "2024-02-26T14:46:25",
            "upload_time_iso_8601": "2024-02-26T14:46:25.348761Z",
            "url": "https://files.pythonhosted.org/packages/92/53/75f792fc0f3ce878a3f34f23e7188d191788a0863862c151fdb418f8733d/feyn-3.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee57eae21213d876e1b53216ff1ea0495b9faf1f0198a45c200a8cb0d7215656",
                "md5": "df941a082d059d8cbf6df5b9c3aeed30",
                "sha256": "4a7304314658faab7f0bc211429159f2646654b94f65d949e7da3b924ee01f63"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df941a082d059d8cbf6df5b9c3aeed30",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 324758,
            "upload_time": "2024-02-26T14:46:27",
            "upload_time_iso_8601": "2024-02-26T14:46:27.765621Z",
            "url": "https://files.pythonhosted.org/packages/ee/57/eae21213d876e1b53216ff1ea0495b9faf1f0198a45c200a8cb0d7215656/feyn-3.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37c0aff4d01e07056ed082fccc179ac735bb80004164ee4d10d8d90807890a42",
                "md5": "c693044d8115e88ebce4ff3ab23c2ef2",
                "sha256": "51f268430172d06dcab2a8190413c735c398d9483bacb31ba6be331cab4e3152"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c693044d8115e88ebce4ff3ab23c2ef2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 227891,
            "upload_time": "2024-02-26T14:46:29",
            "upload_time_iso_8601": "2024-02-26T14:46:29.560296Z",
            "url": "https://files.pythonhosted.org/packages/37/c0/aff4d01e07056ed082fccc179ac735bb80004164ee4d10d8d90807890a42/feyn-3.2.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18d0d426a3c2a261d8c29954144926d5d1038df8ed0588334dc861afae8ab842",
                "md5": "18fdd243f3ee46181ebe690fca4fcda3",
                "sha256": "8457e70c0c0bbbac448a731ef91b62b372a545395258b744e9c61943ac2e4620"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18fdd243f3ee46181ebe690fca4fcda3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 224352,
            "upload_time": "2024-02-26T14:46:31",
            "upload_time_iso_8601": "2024-02-26T14:46:31.293392Z",
            "url": "https://files.pythonhosted.org/packages/18/d0/d426a3c2a261d8c29954144926d5d1038df8ed0588334dc861afae8ab842/feyn-3.2.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c76f656e1e969c9e049433d6c78986aec25e754b6dd1bf9db1639c96ed3e89cd",
                "md5": "1e734be484eda89ecdfeda74f55c27c9",
                "sha256": "013628e0c9dc0ad1f5a36ac5ab493c4469b0eb923604a6ff98a5ec83674cc8a9"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e734be484eda89ecdfeda74f55c27c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 224308,
            "upload_time": "2024-02-26T14:46:33",
            "upload_time_iso_8601": "2024-02-26T14:46:33.644888Z",
            "url": "https://files.pythonhosted.org/packages/c7/6f/656e1e969c9e049433d6c78986aec25e754b6dd1bf9db1639c96ed3e89cd/feyn-3.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f0cf79c432927ff2f03afa36120f907b9c1099e9a82dbb684a6a7bce7506539",
                "md5": "c469a1dfc0b7cb8379cc78d5fa14692a",
                "sha256": "d6416a8d52da26d72df460a7df671e8011b0b5d2d08dabaeb49c4fbb59546ed5"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c469a1dfc0b7cb8379cc78d5fa14692a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 325275,
            "upload_time": "2024-02-26T14:46:36",
            "upload_time_iso_8601": "2024-02-26T14:46:36.233410Z",
            "url": "https://files.pythonhosted.org/packages/6f/0c/f79c432927ff2f03afa36120f907b9c1099e9a82dbb684a6a7bce7506539/feyn-3.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d32db91f8216ae7dba24fe7b884f9dab976880756006ebb890a41f6f3f28fa9",
                "md5": "46acb2a449f79e71f0565b437908b8d5",
                "sha256": "79c87cd709d3594012d0267e5c784b1a8efa2e71fb9f96763381d147034e0c2c"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46acb2a449f79e71f0565b437908b8d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 228004,
            "upload_time": "2024-02-26T14:46:38",
            "upload_time_iso_8601": "2024-02-26T14:46:38.486192Z",
            "url": "https://files.pythonhosted.org/packages/3d/32/db91f8216ae7dba24fe7b884f9dab976880756006ebb890a41f6f3f28fa9/feyn-3.2.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd3be9240a1caf4bdb376b6af35fc52929bfe03eb2ad15a091504f16133749ee",
                "md5": "939b3affa6005756981577a3e71899f5",
                "sha256": "f273d5efc7c22361546bd4364c4f5fac75707495ab559d7a190ac1281b014216"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "939b3affa6005756981577a3e71899f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 224302,
            "upload_time": "2024-02-26T14:46:40",
            "upload_time_iso_8601": "2024-02-26T14:46:40.979419Z",
            "url": "https://files.pythonhosted.org/packages/fd/3b/e9240a1caf4bdb376b6af35fc52929bfe03eb2ad15a091504f16133749ee/feyn-3.2.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebe46924eb280b95bdf353c0b50a60e6a621a57881a0cf6ee553ff404ef5a4da",
                "md5": "22eb73a8be184e0cd58c83459fe5d759",
                "sha256": "f457649583109fc70026e2ddd0d499cc95a50ade5a2fb432da19b49f6d55b032"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "22eb73a8be184e0cd58c83459fe5d759",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 224276,
            "upload_time": "2024-02-26T14:46:42",
            "upload_time_iso_8601": "2024-02-26T14:46:42.893579Z",
            "url": "https://files.pythonhosted.org/packages/eb/e4/6924eb280b95bdf353c0b50a60e6a621a57881a0cf6ee553ff404ef5a4da/feyn-3.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af05470accfd1da196a7f488d92bb565e6899747f610b48e135b286453009568",
                "md5": "dc3430202f991c41d6718d2036c86e5d",
                "sha256": "9dbccea0212d533ef157d1cf45dbd99fd45bffbc5ff233ab27582380655ef503"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc3430202f991c41d6718d2036c86e5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 320370,
            "upload_time": "2024-02-26T14:46:44",
            "upload_time_iso_8601": "2024-02-26T14:46:44.739733Z",
            "url": "https://files.pythonhosted.org/packages/af/05/470accfd1da196a7f488d92bb565e6899747f610b48e135b286453009568/feyn-3.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad5607cb426f82e10b04d691eaa361223cca6ba6cfdc5aec8d920fca44959513",
                "md5": "7c166dea024804dc58e011c8cd931d89",
                "sha256": "623a390ba278a54a379d3ee90b45ed6245f3fe23027194aa60067043ffbab4eb"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "7c166dea024804dc58e011c8cd931d89",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 223911,
            "upload_time": "2024-02-26T14:46:46",
            "upload_time_iso_8601": "2024-02-26T14:46:46.407297Z",
            "url": "https://files.pythonhosted.org/packages/ad/56/07cb426f82e10b04d691eaa361223cca6ba6cfdc5aec8d920fca44959513/feyn-3.2.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adb0c7d1ac9cfa85b1b3d92968354954a605ffa618d9c520fb25a81618d4db19",
                "md5": "46691f252f7904ca2fd408a17efe8b08",
                "sha256": "33d886c629774b7b53b88de7adb9a3dc5d2a6cc5657613707adbe024ecfb23f0"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46691f252f7904ca2fd408a17efe8b08",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 227981,
            "upload_time": "2024-02-26T14:46:48",
            "upload_time_iso_8601": "2024-02-26T14:46:48.093843Z",
            "url": "https://files.pythonhosted.org/packages/ad/b0/c7d1ac9cfa85b1b3d92968354954a605ffa618d9c520fb25a81618d4db19/feyn-3.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97a050739a83df83e6803fda0aca2dbdb0e9db251873c1b36a99c620321c192b",
                "md5": "392a2f8e35ae388030f9308418d18935",
                "sha256": "10f2726e591c48417e050b000230a73a99ea6d120919516375f5a0aa48994f79"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "392a2f8e35ae388030f9308418d18935",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 224275,
            "upload_time": "2024-02-26T14:46:49",
            "upload_time_iso_8601": "2024-02-26T14:46:49.836647Z",
            "url": "https://files.pythonhosted.org/packages/97/a0/50739a83df83e6803fda0aca2dbdb0e9db251873c1b36a99c620321c192b/feyn-3.2.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eacf2a2542723ad33fec07f4de2e2e928f798aee8d89a63dee7a3351b70f9fe3",
                "md5": "1e57cfca69c089a5fe587a7ae3787d03",
                "sha256": "aba907e985fb3f35689684b18261232bf88bcad5e4f294deafa44064f7499142"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e57cfca69c089a5fe587a7ae3787d03",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 224212,
            "upload_time": "2024-02-26T14:46:51",
            "upload_time_iso_8601": "2024-02-26T14:46:51.749153Z",
            "url": "https://files.pythonhosted.org/packages/ea/cf/2a2542723ad33fec07f4de2e2e928f798aee8d89a63dee7a3351b70f9fe3/feyn-3.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7f35fea0139fb5a862d300819ad8425d21758990e2e90ef354a981405a34c08",
                "md5": "1d013ac48761409085dc987f30c56129",
                "sha256": "3b569ff0d006b98b04910adddfbf9e6ec3bd816e74a4be375ce4c869a58fcef9"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d013ac48761409085dc987f30c56129",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 317719,
            "upload_time": "2024-02-26T14:46:53",
            "upload_time_iso_8601": "2024-02-26T14:46:53.714135Z",
            "url": "https://files.pythonhosted.org/packages/b7/f3/5fea0139fb5a862d300819ad8425d21758990e2e90ef354a981405a34c08/feyn-3.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27f027af623785ba6a03dbf9f265db1526241d429c17216ca6f0658cf434bedb",
                "md5": "7da84ceda6375a94c76f382145d32ab6",
                "sha256": "84c5c1c3b280670b3a6e70262f5a293805a680afb7cfce81d425f654c5081898"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "7da84ceda6375a94c76f382145d32ab6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 223869,
            "upload_time": "2024-02-26T14:46:55",
            "upload_time_iso_8601": "2024-02-26T14:46:55.501316Z",
            "url": "https://files.pythonhosted.org/packages/27/f0/27af623785ba6a03dbf9f265db1526241d429c17216ca6f0658cf434bedb/feyn-3.2.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e21eb6195b191bde6e5a8cf1da609ca1b59539eecc5b841494b2cc02ab0c5231",
                "md5": "391c0386237cdcdf76cb0603065c81dc",
                "sha256": "0689e37ea241e35a62d67d560c759bc97fc29eeb798a33eadf3c47f040f9ab72"
            },
            "downloads": -1,
            "filename": "feyn-3.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "391c0386237cdcdf76cb0603065c81dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 227905,
            "upload_time": "2024-02-26T14:46:57",
            "upload_time_iso_8601": "2024-02-26T14:46:57.200453Z",
            "url": "https://files.pythonhosted.org/packages/e2/1e/b6195b191bde6e5a8cf1da609ca1b59539eecc5b841494b2cc02ab0c5231/feyn-3.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 14:46:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "feyn"
}
        
Elapsed time: 0.22909s