polars-game-of-life


Namepolars-game-of-life JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA polars plugin to showcase some features of the plugin system.
upload_time2024-07-10 16:43:06
maintainerNone
docs_urlNone
authorBruno Conde Kind
requires_python>=3.11
licenseNone
keywords conway life rust python polars plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Game of Life

This is a polars plugin to show and explore some of the things one can achieve by writing plugins.

Polars (and DataFrames in general) were not made for this - it's just a proof of concept.

For an example of life running in a dataframe, [see `run.py`](run.py):

```bash
python run.py -i input/input03.txt -d 0.02
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "polars-game-of-life",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "conway, life, rust, python, polars, plugin",
    "author": "Bruno Conde Kind",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9e/c0/6280cf51e2b357fc8e457e9693cf6d19c40f5f1115fbc48d8537d6963e66/polars_game_of_life-0.1.0.tar.gz",
    "platform": null,
    "description": "# Game of Life\n\nThis is a polars plugin to show and explore some of the things one can achieve by writing plugins.\n\nPolars (and DataFrames in general) were not made for this - it's just a proof of concept.\n\nFor an example of life running in a dataframe, [see `run.py`](run.py):\n\n```bash\npython run.py -i input/input03.txt -d 0.02\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A polars plugin to showcase some features of the plugin system.",
    "version": "0.1.0",
    "project_urls": {
        "Bug-Tracker": "https://github.com/condekind/life_polars_plugin/issues",
        "Documentation": "https://github.com/condekind/life_polars_plugin",
        "Homepage": "https://github.com/condekind/life_polars_plugin",
        "Repository": "https://github.com/condekind/life_polars_plugin"
    },
    "split_keywords": [
        "conway",
        " life",
        " rust",
        " python",
        " polars",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "804a4ad9d787568b4e86a452f599fd277b6ca50cab22e5541f3b7019eaea77f5",
                "md5": "74dabe9dcc9fc60eb0300328bf564951",
                "sha256": "2a5115e6c8eee67e6ae050b7aac18339dc5cd126b0d6ebc34e51832d3f136b92"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0-cp38-abi3-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "74dabe9dcc9fc60eb0300328bf564951",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.11",
            "size": 3270145,
            "upload_time": "2024-07-10T16:42:55",
            "upload_time_iso_8601": "2024-07-10T16:42:55.714797Z",
            "url": "https://files.pythonhosted.org/packages/80/4a/4ad9d787568b4e86a452f599fd277b6ca50cab22e5541f3b7019eaea77f5/polars_game_of_life-0.1.0-cp38-abi3-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11cc4052d1b20639492d7dd4dfea58987905d8e2627fc6c04840b696494d3db4",
                "md5": "368fcd394fa5f3b7e8a86439ea51a4cd",
                "sha256": "8f6137db117791d5a34bfca40d4a49e9197084a2d9fb0fa14fb5773682f58ef2"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0-cp38-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "368fcd394fa5f3b7e8a86439ea51a4cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.11",
            "size": 3010892,
            "upload_time": "2024-07-10T16:42:57",
            "upload_time_iso_8601": "2024-07-10T16:42:57.749359Z",
            "url": "https://files.pythonhosted.org/packages/11/cc/4052d1b20639492d7dd4dfea58987905d8e2627fc6c04840b696494d3db4/polars_game_of_life-0.1.0-cp38-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "092fe347d03d603b33bd2a979adc4d667f4cded1a62d71646d39bc1da7b608c3",
                "md5": "da1b4135673d01c217e9342fa2cd17b3",
                "sha256": "760f9a79ece82b7b06860eb3bf9a50a6707f6a6b7e31d75655497a4b487c9d41"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "da1b4135673d01c217e9342fa2cd17b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.11",
            "size": 4076068,
            "upload_time": "2024-07-10T16:43:01",
            "upload_time_iso_8601": "2024-07-10T16:43:01.178553Z",
            "url": "https://files.pythonhosted.org/packages/09/2f/e347d03d603b33bd2a979adc4d667f4cded1a62d71646d39bc1da7b608c3/polars_game_of_life-0.1.0-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c10689910df6dd6c9e11fb9d25a1f14d7f3fa6d7637bf52c42a4507a3f7de20e",
                "md5": "c1f3ccfc10bf31a2fdcba6dbf0fba37f",
                "sha256": "10e30a161802b6dcce2c072177c9bc4d8acde8bd2c6803e1aa875eb19c720d1f"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1f3ccfc10bf31a2fdcba6dbf0fba37f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.11",
            "size": 3839775,
            "upload_time": "2024-07-10T16:43:03",
            "upload_time_iso_8601": "2024-07-10T16:43:03.222925Z",
            "url": "https://files.pythonhosted.org/packages/c1/06/89910df6dd6c9e11fb9d25a1f14d7f3fa6d7637bf52c42a4507a3f7de20e/polars_game_of_life-0.1.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "462668cfef41e45973689cf7d5dbf57a26fd64cf2775f2c805bf60612785f424",
                "md5": "97734244fca5ca55b5eb6f538bfd821b",
                "sha256": "0766add1da3ede2004e4e87e22a9bac0ad9e0db146a2c6c4210dc5542c2354c2"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0-cp38-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "97734244fca5ca55b5eb6f538bfd821b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.11",
            "size": 3085961,
            "upload_time": "2024-07-10T16:43:05",
            "upload_time_iso_8601": "2024-07-10T16:43:05.212306Z",
            "url": "https://files.pythonhosted.org/packages/46/26/68cfef41e45973689cf7d5dbf57a26fd64cf2775f2c805bf60612785f424/polars_game_of_life-0.1.0-cp38-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ec06280cf51e2b357fc8e457e9693cf6d19c40f5f1115fbc48d8537d6963e66",
                "md5": "3e6c29e92bb54bb5e0145eb8847f572b",
                "sha256": "34653d4337d3649d8796e8cec6e7f8a0d36fac56d4cc1bf6bc14c717d33400bb"
            },
            "downloads": -1,
            "filename": "polars_game_of_life-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3e6c29e92bb54bb5e0145eb8847f572b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 22550,
            "upload_time": "2024-07-10T16:43:06",
            "upload_time_iso_8601": "2024-07-10T16:43:06.569544Z",
            "url": "https://files.pythonhosted.org/packages/9e/c0/6280cf51e2b357fc8e457e9693cf6d19c40f5f1115fbc48d8537d6963e66/polars_game_of_life-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 16:43:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "condekind",
    "github_project": "life_polars_plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "polars-game-of-life"
}
        
Elapsed time: 4.89502s