Name | feyn JSON |
Version |
3.4.0
JSON |
| download |
home_page | None |
Summary | Feyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models. |
upload_time | 2024-06-04 08:42:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | CC 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.0",
"project_urls": {
"Documentation": "https://docs.abzu.ai",
"Homepage": "https://abzu.ai"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a83c4004508840e7da049b2aee98e11550c6f4ca5dc98d3eef6ef8c411edb191",
"md5": "37d049afa5b185b8c7108faa998e28f7",
"sha256": "7cf8294a5ce88c07354c1b8ab981706892b017aa4b9423c89b8c962032cef4f5"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp310-cp310-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "37d049afa5b185b8c7108faa998e28f7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 234589,
"upload_time": "2024-06-04T08:42:08",
"upload_time_iso_8601": "2024-06-04T08:42:08.513947Z",
"url": "https://files.pythonhosted.org/packages/a8/3c/4004508840e7da049b2aee98e11550c6f4ca5dc98d3eef6ef8c411edb191/feyn-3.4.0-cp310-cp310-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6b3b32c90f14ba78100941098b617f760f8fea87ec9676a815286beba4f41329",
"md5": "d452c717e256bfc35d868a04c5f94271",
"sha256": "0c2c80951b4f68ab198dac9fe890c7cabd15aaaae2ff0ce75b20dd2b95032047"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d452c717e256bfc35d868a04c5f94271",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 234580,
"upload_time": "2024-06-04T08:42:11",
"upload_time_iso_8601": "2024-06-04T08:42:11.162857Z",
"url": "https://files.pythonhosted.org/packages/6b/3b/32c90f14ba78100941098b617f760f8fea87ec9676a815286beba4f41329/feyn-3.4.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c33ddd87c20cf4c6b52a3a7f431748626bd13ef10085704d48804c2cba552a4",
"md5": "1f6de8cab2602a35ccc19cd465a17052",
"sha256": "cfb0be57fb561e650c8945cd1f9c3e3b3c85e8531f8c474c5453c8f66a8cc089"
},
"downloads": -1,
"filename": "feyn-3.4.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": "1f6de8cab2602a35ccc19cd465a17052",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 326242,
"upload_time": "2024-06-04T08:42:12",
"upload_time_iso_8601": "2024-06-04T08:42:12.997384Z",
"url": "https://files.pythonhosted.org/packages/3c/33/ddd87c20cf4c6b52a3a7f431748626bd13ef10085704d48804c2cba552a4/feyn-3.4.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": "582513ed9ac16f999e0372e5c5abec7a4c78676e5967c6f1f6428679edea5314",
"md5": "7059ef4942326d3c70ee43d71f8933f5",
"sha256": "e56e8f33500b74bd7e58833da8a42923fd4d3f62a75753411e3eb40d27663bad"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "7059ef4942326d3c70ee43d71f8933f5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 238082,
"upload_time": "2024-06-04T08:42:14",
"upload_time_iso_8601": "2024-06-04T08:42:14.852270Z",
"url": "https://files.pythonhosted.org/packages/58/25/13ed9ac16f999e0372e5c5abec7a4c78676e5967c6f1f6428679edea5314/feyn-3.4.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea8956befc72fb4a43f0f15871a6757b61047e92283c79a0d23e7b78beb65232",
"md5": "76f8b646c626b5ce2ec088927276b63a",
"sha256": "1ede9f382eab2bf693a188494c8cd1ba59f48b998acf56f10cab41e6bb79cfb1"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp311-cp311-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "76f8b646c626b5ce2ec088927276b63a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 234592,
"upload_time": "2024-06-04T08:42:16",
"upload_time_iso_8601": "2024-06-04T08:42:16.831823Z",
"url": "https://files.pythonhosted.org/packages/ea/89/56befc72fb4a43f0f15871a6757b61047e92283c79a0d23e7b78beb65232/feyn-3.4.0-cp311-cp311-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04c16250919a0666123a39449c55edecbc2322d0c02f9a7925571f60b0a41941",
"md5": "b9a890b558ea359f024a883583223993",
"sha256": "6aadf1eeddb3e970b97144b986d2e810c3b2b4c80d4d6b35b32e43a4cb7c9cd0"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b9a890b558ea359f024a883583223993",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 234613,
"upload_time": "2024-06-04T08:42:19",
"upload_time_iso_8601": "2024-06-04T08:42:19.323320Z",
"url": "https://files.pythonhosted.org/packages/04/c1/6250919a0666123a39449c55edecbc2322d0c02f9a7925571f60b0a41941/feyn-3.4.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50efea6322f2fe9a8c1e7db6af674f1f74231e106966748a98b1d0e858c5ba2b",
"md5": "ab243f412fbcb2253adbba1045d66247",
"sha256": "b2268bdee3944a3b71d20bbc5cc67b7120f08a6fc2939b419bf5186a270a2797"
},
"downloads": -1,
"filename": "feyn-3.4.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": "ab243f412fbcb2253adbba1045d66247",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 330321,
"upload_time": "2024-06-04T08:42:21",
"upload_time_iso_8601": "2024-06-04T08:42:21.164299Z",
"url": "https://files.pythonhosted.org/packages/50/ef/ea6322f2fe9a8c1e7db6af674f1f74231e106966748a98b1d0e858c5ba2b/feyn-3.4.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": "ef4874af878edab635fc651ff8d071817d5d2af1a14e78a44b7bb425db9b4723",
"md5": "2223da6c022215af84a90fd5f8004197",
"sha256": "c48a45422944b51259e4b5d9b62dce168bbf6bca389b68adb577d519678a4af1"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "2223da6c022215af84a90fd5f8004197",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 238085,
"upload_time": "2024-06-04T08:42:23",
"upload_time_iso_8601": "2024-06-04T08:42:23.181677Z",
"url": "https://files.pythonhosted.org/packages/ef/48/74af878edab635fc651ff8d071817d5d2af1a14e78a44b7bb425db9b4723/feyn-3.4.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ac2b3b8002d936e7af56f66bb40916a6c92d95e512017c6c88d97a20437398d",
"md5": "522e3902793d97241f14bc05d4278249",
"sha256": "6ae3c602bac13234c0f2b1f5f5309453d19c694217d224a8a4cd4972f74ff81b"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp312-cp312-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "522e3902793d97241f14bc05d4278249",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 234615,
"upload_time": "2024-06-04T08:42:25",
"upload_time_iso_8601": "2024-06-04T08:42:25.598091Z",
"url": "https://files.pythonhosted.org/packages/3a/c2/b3b8002d936e7af56f66bb40916a6c92d95e512017c6c88d97a20437398d/feyn-3.4.0-cp312-cp312-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5a4e28bc6cab8f3882e470cc230b4f34457fb8250d482248e3c6ad24889db57b",
"md5": "955dcdbc6ca175fb34c82212fcc424f5",
"sha256": "d0d8a77a0a2f76837e67fe82b9dfc7115c018af3247d781d671f6d7972c53e2f"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "955dcdbc6ca175fb34c82212fcc424f5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 234667,
"upload_time": "2024-06-04T08:42:27",
"upload_time_iso_8601": "2024-06-04T08:42:27.361234Z",
"url": "https://files.pythonhosted.org/packages/5a/4e/28bc6cab8f3882e470cc230b4f34457fb8250d482248e3c6ad24889db57b/feyn-3.4.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20504a0905593b094ef833b7ad6680e3b418c004a4573289360da3a6c72248a4",
"md5": "2ddf7b96e2989bec1d3ddf3e735b1abb",
"sha256": "1b15b46cdf736c04fe1863cac83d2f1c4a859d27c259623a5ce5ca90f06f4bc3"
},
"downloads": -1,
"filename": "feyn-3.4.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": "2ddf7b96e2989bec1d3ddf3e735b1abb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 331250,
"upload_time": "2024-06-04T08:42:29",
"upload_time_iso_8601": "2024-06-04T08:42:29.759166Z",
"url": "https://files.pythonhosted.org/packages/20/50/4a0905593b094ef833b7ad6680e3b418c004a4573289360da3a6c72248a4/feyn-3.4.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": "5439886b0bbb0ec729b060f0868e432d50cd0339ca7bee31ac6a58574eb61f85",
"md5": "74f90022e13a3e497ee726b6b1921ca3",
"sha256": "01c478d2a75c7ebf4f60255ab4fcffe22d76e2c670cdd66c50185f6dad516dcc"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "74f90022e13a3e497ee726b6b1921ca3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 238171,
"upload_time": "2024-06-04T08:42:32",
"upload_time_iso_8601": "2024-06-04T08:42:32.001823Z",
"url": "https://files.pythonhosted.org/packages/54/39/886b0bbb0ec729b060f0868e432d50cd0339ca7bee31ac6a58574eb61f85/feyn-3.4.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "38a162200b2d9a6a4de599654473acdb4ada81d6e2ff777d374fcafe1a17af51",
"md5": "79b9615b08db13d710bc4577ec9b4606",
"sha256": "6ef04820e203da71f30a48e3b0a574531aa7d74fd71be140899ae504a8d4b1bb"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp38-cp38-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "79b9615b08db13d710bc4577ec9b4606",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 234308,
"upload_time": "2024-06-04T08:42:34",
"upload_time_iso_8601": "2024-06-04T08:42:34.535386Z",
"url": "https://files.pythonhosted.org/packages/38/a1/62200b2d9a6a4de599654473acdb4ada81d6e2ff777d374fcafe1a17af51/feyn-3.4.0-cp38-cp38-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba5c2a48e5ccfd42ed37885981d8dc07a39d667a0afa59d2ec2f2ff9459faaa8",
"md5": "2e80028335e859fe5e6a46ef30a47b32",
"sha256": "02989eb5997e97f674e87292393a2fda4ecdedf133372295fdd519112c5e9764"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2e80028335e859fe5e6a46ef30a47b32",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 234343,
"upload_time": "2024-06-04T08:42:36",
"upload_time_iso_8601": "2024-06-04T08:42:36.555875Z",
"url": "https://files.pythonhosted.org/packages/ba/5c/2a48e5ccfd42ed37885981d8dc07a39d667a0afa59d2ec2f2ff9459faaa8/feyn-3.4.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f7954eeee0cbb1d5b94d8b8c6240a067b57c3bba59f48f1f52157a525f43bf9",
"md5": "33487de7bd862654f21319fcede36367",
"sha256": "97ecc3c7d895aa5a5b3f7d796ab57b59b14a433acd5687949ca02536ec163839"
},
"downloads": -1,
"filename": "feyn-3.4.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": "33487de7bd862654f21319fcede36367",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 330865,
"upload_time": "2024-06-04T08:42:38",
"upload_time_iso_8601": "2024-06-04T08:42:38.894902Z",
"url": "https://files.pythonhosted.org/packages/3f/79/54eeee0cbb1d5b94d8b8c6240a067b57c3bba59f48f1f52157a525f43bf9/feyn-3.4.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": "c8a04be773ba765fc9626665f364d039aae1bcbaf42b5ca98bf036f91882bea5",
"md5": "35322f7cf7cdd2fd52263442dd20977d",
"sha256": "3a8898e1275c9c0fe9014c8439700701f400d8189e3a1b7e99c267ee8f54ee15"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "35322f7cf7cdd2fd52263442dd20977d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 233928,
"upload_time": "2024-06-04T08:42:41",
"upload_time_iso_8601": "2024-06-04T08:42:41.326713Z",
"url": "https://files.pythonhosted.org/packages/c8/a0/4be773ba765fc9626665f364d039aae1bcbaf42b5ca98bf036f91882bea5/feyn-3.4.0-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "041f078f4c3fe3c029f090a9de744245fc4e2bcff5a018c3121bc1f9b34fd1de",
"md5": "576901390a0219264b54e96b8f7f7ad5",
"sha256": "531d4a9b52d9c5c3bb8d4e2ea795552847fa0a3d76fc16e7b2935caa338058d6"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "576901390a0219264b54e96b8f7f7ad5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 237975,
"upload_time": "2024-06-04T08:42:43",
"upload_time_iso_8601": "2024-06-04T08:42:43.911741Z",
"url": "https://files.pythonhosted.org/packages/04/1f/078f4c3fe3c029f090a9de744245fc4e2bcff5a018c3121bc1f9b34fd1de/feyn-3.4.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ed6b777535512bb86f170eaaa8e93c4a39d2d64a7ce512073127c9bdc4c1ca2",
"md5": "421ebc02d92fbb779e693ff1916b2bec",
"sha256": "9c4a65fb0bdf0b71cacdcd0767d4a999c42be835eed961b5d65c54abafd1b97f"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp39-cp39-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "421ebc02d92fbb779e693ff1916b2bec",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 234554,
"upload_time": "2024-06-04T08:42:45",
"upload_time_iso_8601": "2024-06-04T08:42:45.780714Z",
"url": "https://files.pythonhosted.org/packages/6e/d6/b777535512bb86f170eaaa8e93c4a39d2d64a7ce512073127c9bdc4c1ca2/feyn-3.4.0-cp39-cp39-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "613d012f35be56e54491ddfb6639c88c4d6b9e5da7d81ea14866e35f41f703d0",
"md5": "6a8108e250f9856c55c7c18c04c2df0a",
"sha256": "29cb30ac8ab0a830b2d52d499fa0a55a6d16b486f9c4ac27275636e177793384"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6a8108e250f9856c55c7c18c04c2df0a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 234567,
"upload_time": "2024-06-04T08:42:47",
"upload_time_iso_8601": "2024-06-04T08:42:47.711326Z",
"url": "https://files.pythonhosted.org/packages/61/3d/012f35be56e54491ddfb6639c88c4d6b9e5da7d81ea14866e35f41f703d0/feyn-3.4.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "440701c87989ca59dce99e462b3a31e35196e477b2d5bd77669d9e9c7225be2f",
"md5": "911e7a2bdfb3d230fda7889f32335a00",
"sha256": "ff6020804d3627ea51efb1bac3fa3e3790048865599b3d1d39ae510b83c0680e"
},
"downloads": -1,
"filename": "feyn-3.4.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": "911e7a2bdfb3d230fda7889f32335a00",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 325188,
"upload_time": "2024-06-04T08:42:49",
"upload_time_iso_8601": "2024-06-04T08:42:49.476491Z",
"url": "https://files.pythonhosted.org/packages/44/07/01c87989ca59dce99e462b3a31e35196e477b2d5bd77669d9e9c7225be2f/feyn-3.4.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": "08ff9487d01d5387c6fced96c7f01309a5fea703a42c325fb98308b4a61e40f0",
"md5": "29905fb0dfbf1cc5250194a40ead8d9b",
"sha256": "f0b17041b25ab56a6fb1e2bcdc2b1bea3976c6506dc7367f531d467d03fa92ff"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "29905fb0dfbf1cc5250194a40ead8d9b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 234027,
"upload_time": "2024-06-04T08:42:51",
"upload_time_iso_8601": "2024-06-04T08:42:51.676950Z",
"url": "https://files.pythonhosted.org/packages/08/ff/9487d01d5387c6fced96c7f01309a5fea703a42c325fb98308b4a61e40f0/feyn-3.4.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42fa44f03494bd9b0cdbc51b70670078c2de71f8e641beea99b762f4ca09a068",
"md5": "7c49dac4e863a9dbcd6bd930e4c10595",
"sha256": "d6a9e93b817c0eb4872619f204989636ba6ea5d7257acb90a2934f1d01e66279"
},
"downloads": -1,
"filename": "feyn-3.4.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "7c49dac4e863a9dbcd6bd930e4c10595",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 238085,
"upload_time": "2024-06-04T08:42:53",
"upload_time_iso_8601": "2024-06-04T08:42:53.557999Z",
"url": "https://files.pythonhosted.org/packages/42/fa/44f03494bd9b0cdbc51b70670078c2de71f8e641beea99b762f4ca09a068/feyn-3.4.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-04 08:42:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "feyn"
}