narpyn


Namenarpyn JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryA Python API library for NARS
upload_time2023-07-12 14:24:15
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords ai nars
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NARpyn

> A Python API library for NARS

<div align="center">

<img src="https://raw.githubusercontent.com/ntoxeg/narpyn/main/logo.png" alt="NARpyn logo" width="500" role="img">

|         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CI/CD   | [![CI - Test](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml) [![CD - Build](https://github.com/ntoxeg/narpyn/actions/workflows/build.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/build.yml) [![CI - Coverage](https://raw.githubusercontent.com/ntoxeg/narpyn/gh-pages/coverage.svg?raw=true)](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml)                                                                                                                                                                                                                                                                                          |
| Docs    | [![Docs - Release](https://github.com/ntoxeg/narpyn/actions/workflows/docs-release.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/docs-release.yml) [![Docs - Dev](https://github.com/ntoxeg/narpyn/actions/workflows/docs-dev.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/docs-dev.yml)                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/narpyn?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/narpyn/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/narpyn?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/narpyn/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/narpyn.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/narpyn/)                                                                                                                                                                                                                                                                                                                        |
| Meta    | [![Pre-commit enabled](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://spdx.org/licenses/) |

</div>

Currently supported backends include OpenNARS for Applications (ONA).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "narpyn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "ai,nars",
    "author": "",
    "author_email": "Adrian Borucki <ab@synthillect.ai>",
    "download_url": "https://files.pythonhosted.org/packages/0b/5f/162b1e1b12c0ae0edb4d62676f69c7dab644494e62460880731e2fb6d38c/narpyn-0.2.0.tar.gz",
    "platform": null,
    "description": "# NARpyn\n\n> A Python API library for NARS\n\n<div align=\"center\">\n\n<img src=\"https://raw.githubusercontent.com/ntoxeg/narpyn/main/logo.png\" alt=\"NARpyn logo\" width=\"500\" role=\"img\">\n\n|         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| CI/CD   | [![CI - Test](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml) [![CD - Build](https://github.com/ntoxeg/narpyn/actions/workflows/build.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/build.yml) [![CI - Coverage](https://raw.githubusercontent.com/ntoxeg/narpyn/gh-pages/coverage.svg?raw=true)](https://github.com/ntoxeg/narpyn/actions/workflows/test.yml)                                                                                                                                                                                                                                                                                          |\n| Docs    | [![Docs - Release](https://github.com/ntoxeg/narpyn/actions/workflows/docs-release.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/docs-release.yml) [![Docs - Dev](https://github.com/ntoxeg/narpyn/actions/workflows/docs-dev.yml/badge.svg)](https://github.com/ntoxeg/narpyn/actions/workflows/docs-dev.yml)                                                                                                                                                                                                                                                                                                                                                                                                                               |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/narpyn?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/narpyn/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/narpyn?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/narpyn/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/narpyn.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/narpyn/)                                                                                                                                                                                                                                                                                                                        |\n| Meta    | [![Pre-commit enabled](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://spdx.org/licenses/) |\n\n</div>\n\nCurrently supported backends include OpenNARS for Applications (ONA).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python API library for NARS",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://ntoxeg.github.io/narpyn/",
        "Source": "https://github.com/ntoxeg/narpyn",
        "Sponsor": "https://github.com/sponsors/ntoxeg",
        "Tracker": "https://github.com/ntoxeg/narpyn/issues"
    },
    "split_keywords": [
        "ai",
        "nars"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c690187e96bf89c4531e1d68cdf3d52eb3c35800c8e1d5ee20bfb1834897c845",
                "md5": "0a8dce6eae9cb97593ec1288f1ca1d57",
                "sha256": "a799efe21a278949a9f52d86d5e2dc0442864a840517d3f9dabd8cb747aed94d"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-macosx_10_16_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a8dce6eae9cb97593ec1288f1ca1d57",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 78521,
            "upload_time": "2023-07-12T14:23:51",
            "upload_time_iso_8601": "2023-07-12T14:23:51.809577Z",
            "url": "https://files.pythonhosted.org/packages/c6/90/187e96bf89c4531e1d68cdf3d52eb3c35800c8e1d5ee20bfb1834897c845/narpyn-0.2.0-cp310-cp310-macosx_10_16_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6fc30f7ee7fec1bf583b8fcbfdc025924a010107d3bcf837e82239ce7bd9bdc",
                "md5": "e45a5fbba8f4304706e0e7999de116e1",
                "sha256": "186a55a6aa36df982c8e558da4b0a7c5f37fc682b801ca2316b6b753966c2ebd"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e45a5fbba8f4304706e0e7999de116e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 137642,
            "upload_time": "2023-07-12T14:23:53",
            "upload_time_iso_8601": "2023-07-12T14:23:53.873879Z",
            "url": "https://files.pythonhosted.org/packages/d6/fc/30f7ee7fec1bf583b8fcbfdc025924a010107d3bcf837e82239ce7bd9bdc/narpyn-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a0aab372fc81a9fa003439f6390e04582dd0914e48b8868e1e877324dc0e68b",
                "md5": "8c9cee27a79246350538d2aeea152c85",
                "sha256": "d49fe899fc24b093636fbb31210b0eb3eaf61e8c1d985743f8fc5870852f184c"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8c9cee27a79246350538d2aeea152c85",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 141774,
            "upload_time": "2023-07-12T14:23:55",
            "upload_time_iso_8601": "2023-07-12T14:23:55.569550Z",
            "url": "https://files.pythonhosted.org/packages/2a/0a/ab372fc81a9fa003439f6390e04582dd0914e48b8868e1e877324dc0e68b/narpyn-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47e5d4c9bb6fa99a6ef6f2989621037bc5d681ff3e1bc146236fe316b76a33b3",
                "md5": "94b63c3fad19c4b7534caff3dc0624c6",
                "sha256": "f3b1e2ff359f7633a22a0e1494a12090873bc94d3dadf4cd895d08379ecac747"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94b63c3fad19c4b7534caff3dc0624c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 138948,
            "upload_time": "2023-07-12T14:23:57",
            "upload_time_iso_8601": "2023-07-12T14:23:57.621170Z",
            "url": "https://files.pythonhosted.org/packages/47/e5/d4c9bb6fa99a6ef6f2989621037bc5d681ff3e1bc146236fe316b76a33b3/narpyn-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d60aae296d64864eadfd195f2cd60d5bbd3dd849a856881db918bb268d9264b9",
                "md5": "22f4be7a27e0b1c79579109457e1035c",
                "sha256": "8fbb58f3fbf0db586428305255ff1fc07c9ed29d6416138c54f0aeea7a1b9826"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "22f4be7a27e0b1c79579109457e1035c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 133017,
            "upload_time": "2023-07-12T14:23:59",
            "upload_time_iso_8601": "2023-07-12T14:23:59.231791Z",
            "url": "https://files.pythonhosted.org/packages/d6/0a/ae296d64864eadfd195f2cd60d5bbd3dd849a856881db918bb268d9264b9/narpyn-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4617105024728bab106129b2b1265e8a4bf7fbfc93040c1d1e5c3fccea40f34",
                "md5": "d5b57964e563c8dfb8c6486df26281cb",
                "sha256": "57e9ddb781f81d454de05d70c6af578879471ef986baadf529ba38f8c98cf400"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "d5b57964e563c8dfb8c6486df26281cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 137042,
            "upload_time": "2023-07-12T14:24:00",
            "upload_time_iso_8601": "2023-07-12T14:24:00.918775Z",
            "url": "https://files.pythonhosted.org/packages/c4/61/7105024728bab106129b2b1265e8a4bf7fbfc93040c1d1e5c3fccea40f34/narpyn-0.2.0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04d5a6695ac1d6115ef2aa204883e3dc072dcaef7eb377c7653229a812700f57",
                "md5": "64f1f9844fd01746c8981d173bed4232",
                "sha256": "9eddd843cb6c787f1ad77c45ef60dea18f6708bc8c470b972cb289159bd63c77"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64f1f9844fd01746c8981d173bed4232",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 133884,
            "upload_time": "2023-07-12T14:24:02",
            "upload_time_iso_8601": "2023-07-12T14:24:02.707152Z",
            "url": "https://files.pythonhosted.org/packages/04/d5/a6695ac1d6115ef2aa204883e3dc072dcaef7eb377c7653229a812700f57/narpyn-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999bf5fbc77263428dbea0db8855113842bb81388d43ad6e70c53a3658205b27",
                "md5": "bb3f3ee818406fd7dcf63101dae08543",
                "sha256": "1556a6a3c0480b07c5291b3e938ba5af6627116217726548a95d526a372f3215"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-macosx_10_16_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb3f3ee818406fd7dcf63101dae08543",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 77907,
            "upload_time": "2023-07-12T14:24:04",
            "upload_time_iso_8601": "2023-07-12T14:24:04.011102Z",
            "url": "https://files.pythonhosted.org/packages/99/9b/f5fbc77263428dbea0db8855113842bb81388d43ad6e70c53a3658205b27/narpyn-0.2.0-cp311-cp311-macosx_10_16_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cdfe5a6d3c68147dffd4677345f019e404824d4d0830588edb59a0825d6d458",
                "md5": "dd8e12da24a008fd7ddad95d7f04f83c",
                "sha256": "a9354d72cb7c53753f450e17d84af8a9be5859aca6bbda7151f63c5b8f616387"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dd8e12da24a008fd7ddad95d7f04f83c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 137695,
            "upload_time": "2023-07-12T14:24:05",
            "upload_time_iso_8601": "2023-07-12T14:24:05.379461Z",
            "url": "https://files.pythonhosted.org/packages/7c/df/e5a6d3c68147dffd4677345f019e404824d4d0830588edb59a0825d6d458/narpyn-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "812566df15cd3cff3c3ba41bff3c19eda4cf447ae4907ad62f47300c11795e14",
                "md5": "2da50cee06776b2eeccae6672ed7b10d",
                "sha256": "4a1eb58102e780a966e22208862fc7c9c7e7dcc92b0b4b16a2263dc9fcfdd066"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2da50cee06776b2eeccae6672ed7b10d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 141217,
            "upload_time": "2023-07-12T14:24:06",
            "upload_time_iso_8601": "2023-07-12T14:24:06.962749Z",
            "url": "https://files.pythonhosted.org/packages/81/25/66df15cd3cff3c3ba41bff3c19eda4cf447ae4907ad62f47300c11795e14/narpyn-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf400767bcd807665ef17a00538a9b407b33b37ef2dd17a4d4ca26c88489de4b",
                "md5": "ea9cf13dbc1898a8666824591d3fbe95",
                "sha256": "4052d1600c361de6b7759668dc80b1a462dfe656d23c2e626c2d46128d65eea0"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea9cf13dbc1898a8666824591d3fbe95",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 139220,
            "upload_time": "2023-07-12T14:24:08",
            "upload_time_iso_8601": "2023-07-12T14:24:08.543473Z",
            "url": "https://files.pythonhosted.org/packages/cf/40/0767bcd807665ef17a00538a9b407b33b37ef2dd17a4d4ca26c88489de4b/narpyn-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "330c8886a5b59654fc3db273dfca1382f27d29abc4132471222b15f41c89a45c",
                "md5": "c10ae02363a40095f089320ffdfa6e51",
                "sha256": "a5a7f2515816c15056b5ccaff7050c734ae64eff72880e2ef315b154bdda27af"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c10ae02363a40095f089320ffdfa6e51",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 132860,
            "upload_time": "2023-07-12T14:24:09",
            "upload_time_iso_8601": "2023-07-12T14:24:09.844553Z",
            "url": "https://files.pythonhosted.org/packages/33/0c/8886a5b59654fc3db273dfca1382f27d29abc4132471222b15f41c89a45c/narpyn-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02cad348f4b2a331b37291f1e2923593d98a04d7760c2146da1b8da5ef908f86",
                "md5": "95c6ad8c39396015a38be4c10ef623ef",
                "sha256": "30284ade980089fbcd85ddb6a35d63e81e2e37337e5894e6b3d63c11c660852f"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "95c6ad8c39396015a38be4c10ef623ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 136354,
            "upload_time": "2023-07-12T14:24:11",
            "upload_time_iso_8601": "2023-07-12T14:24:11.420343Z",
            "url": "https://files.pythonhosted.org/packages/02/ca/d348f4b2a331b37291f1e2923593d98a04d7760c2146da1b8da5ef908f86/narpyn-0.2.0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "011737d2ecdf697f4a441ea5738252858f5431495f656d6290269d30bce42add",
                "md5": "e6e651523bc881214e316963543efec5",
                "sha256": "6dad69c12dc3079eeeffe622bc4232adcdb7648696dc21be21dc1fcc8e9dcc1d"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6e651523bc881214e316963543efec5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 133769,
            "upload_time": "2023-07-12T14:24:12",
            "upload_time_iso_8601": "2023-07-12T14:24:12.629628Z",
            "url": "https://files.pythonhosted.org/packages/01/17/37d2ecdf697f4a441ea5738252858f5431495f656d6290269d30bce42add/narpyn-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a8c12e0b7cc62346bfb0ddf3fd147c807dff252a5825e2b576a07b6ef0faeff",
                "md5": "07afd7484d308c7d99b1b2750f362e10",
                "sha256": "537f8801bf0cffe53d04ce9cb08ed54878f66bb4eb87e7e45f8a1de2c21e3427"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07afd7484d308c7d99b1b2750f362e10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9527,
            "upload_time": "2023-07-12T14:24:13",
            "upload_time_iso_8601": "2023-07-12T14:24:13.684571Z",
            "url": "https://files.pythonhosted.org/packages/1a/8c/12e0b7cc62346bfb0ddf3fd147c807dff252a5825e2b576a07b6ef0faeff/narpyn-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b5f162b1e1b12c0ae0edb4d62676f69c7dab644494e62460880731e2fb6d38c",
                "md5": "ec4a8b4a0d79a027e3b4c48303fbe805",
                "sha256": "99ebf7221446349ed9e5fb7e0cff981731c22392478b936a628d8ffa6f080ad2"
            },
            "downloads": -1,
            "filename": "narpyn-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec4a8b4a0d79a027e3b4c48303fbe805",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 53073,
            "upload_time": "2023-07-12T14:24:15",
            "upload_time_iso_8601": "2023-07-12T14:24:15.305403Z",
            "url": "https://files.pythonhosted.org/packages/0b/5f/162b1e1b12c0ae0edb4d62676f69c7dab644494e62460880731e2fb6d38c/narpyn-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 14:24:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ntoxeg",
    "github_project": "narpyn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "narpyn"
}
        
Elapsed time: 0.08617s