aloy


Namealoy JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA Python package containing algorithms and data structures for AI, ML, and Robotics.
upload_time2023-10-10 23:04:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords aloy algorithms data structures ai ml robotics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aloy

The content of this repository is currently under development. Eventually, the aim is that this repository will contain a comprehensive suite of algorithms and data structures for artificial intelligence, machine learning, and autonomous robots.

## Current Ideas

- Lead-lag compensators for controllers,
- Control system demonstration and testing GUI,
    - Reimplement master's thesis design, but better!
- Genetic algorithms;
    - Support variable length chromosomes,
    - Support multiple-chromosomes.
- Particle swarm optimisation,
- The Bees algorithm,
- Optimisation test functions,
- Optimisation error surface plotting,
- Optimisation process viewer GUI,
- General reinforcement learning API,
    - Try Ray https://github.com/ray-project/ray and https://docs.ray.io/en/latest/rllib/index.html, and cleanRL https://github.com/vwxyzjn/cleanrl.
- General deep game tree and MCTS API,
- New event flow and command flow system with pub-sub style pattern for GUIs,
- New threadpool system and futures implementation,
- New thread-safe queues implementation,
- Snake game with GUI and RL,
    - Support saving options and highscores,
    - Support recoding games for use as replay and for immitation learning.
- Tetris game with GUI, curses, and RL,
    - Inspiration for GUI https://github.com/janbodnar/PyQt6-Tutorial-Examples, https://doc.qt.io/qt-6/qtwidgets-widgets-tetrix-example.html, and https://gitpress.io/u/1155/pyqt-example-tetrix,
    - Inspiration for curses https://github.com/cSquaerd/CursaTetra, https://github.com/orodley/curses-tetris/blob/master/main.py, https://codereview.stackexchange.com/questions/249326/python-3-curses-terminal-tetris, https://gitlab.com/mkhCurses/tetris-curses-python, https://github.com/adrienmalin/Terminis/tree/master.
- Pacman game with GUI and RL,
- Connect four game with GUI and deep game trees;
    - Take inspiration from http://blog.gamesolver.org/ and https://github.com/PascalPons/connect4.
    - Support playing over socket connection.
- Block breaker game using PyGame,
- Control interface for robots,
- Control and path planning simulator GUI for robots,
- More efficient data holders and multi-table data holders that you can attach to other classse and objects to capture performance statistics,
- Benchmarking tools.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aloy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Ollie Kampo <olliekampo@gmail.com>",
    "keywords": "aloy,algorithms,data structures,ai,ml,robotics",
    "author": null,
    "author_email": "Ollie Kampo <olliekampo@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c2/4a/53d319a69fbeadffc69ce2c3fd5527e42532e48f9b6dddc08a40be433efc/aloy-0.2.0.tar.gz",
    "platform": null,
    "description": "# Aloy\n\nThe content of this repository is currently under development. Eventually, the aim is that this repository will contain a comprehensive suite of algorithms and data structures for artificial intelligence, machine learning, and autonomous robots.\n\n## Current Ideas\n\n- Lead-lag compensators for controllers,\n- Control system demonstration and testing GUI,\n    - Reimplement master's thesis design, but better!\n- Genetic algorithms;\n    - Support variable length chromosomes,\n    - Support multiple-chromosomes.\n- Particle swarm optimisation,\n- The Bees algorithm,\n- Optimisation test functions,\n- Optimisation error surface plotting,\n- Optimisation process viewer GUI,\n- General reinforcement learning API,\n    - Try Ray https://github.com/ray-project/ray and https://docs.ray.io/en/latest/rllib/index.html, and cleanRL https://github.com/vwxyzjn/cleanrl.\n- General deep game tree and MCTS API,\n- New event flow and command flow system with pub-sub style pattern for GUIs,\n- New threadpool system and futures implementation,\n- New thread-safe queues implementation,\n- Snake game with GUI and RL,\n    - Support saving options and highscores,\n    - Support recoding games for use as replay and for immitation learning.\n- Tetris game with GUI, curses, and RL,\n    - Inspiration for GUI https://github.com/janbodnar/PyQt6-Tutorial-Examples, https://doc.qt.io/qt-6/qtwidgets-widgets-tetrix-example.html, and https://gitpress.io/u/1155/pyqt-example-tetrix,\n    - Inspiration for curses https://github.com/cSquaerd/CursaTetra, https://github.com/orodley/curses-tetris/blob/master/main.py, https://codereview.stackexchange.com/questions/249326/python-3-curses-terminal-tetris, https://gitlab.com/mkhCurses/tetris-curses-python, https://github.com/adrienmalin/Terminis/tree/master.\n- Pacman game with GUI and RL,\n- Connect four game with GUI and deep game trees;\n    - Take inspiration from http://blog.gamesolver.org/ and https://github.com/PascalPons/connect4.\n    - Support playing over socket connection.\n- Block breaker game using PyGame,\n- Control interface for robots,\n- Control and path planning simulator GUI for robots,\n- More efficient data holders and multi-table data holders that you can attach to other classse and objects to capture performance statistics,\n- Benchmarking tools.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package containing algorithms and data structures for AI, ML, and Robotics.",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "aloy",
        "algorithms",
        "data structures",
        "ai",
        "ml",
        "robotics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "223772beec12842ec06dffbf06c76beb013831dc58ba354ef0be4b7d67d40f2a",
                "md5": "355b99943d03de6ffab9d62cb7708c81",
                "sha256": "01d4a978ae655cea493a49827e0d043e8f83aca9c1b2b76bd8e9ae8a578d061c"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "355b99943d03de6ffab9d62cb7708c81",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1038394,
            "upload_time": "2023-10-10T23:04:03",
            "upload_time_iso_8601": "2023-10-10T23:04:03.226173Z",
            "url": "https://files.pythonhosted.org/packages/22/37/72beec12842ec06dffbf06c76beb013831dc58ba354ef0be4b7d67d40f2a/aloy-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73e4609d93a83e5c04f45a3e58c61e1b4f5c0bb4f079abbce1f9475b65aa83e1",
                "md5": "cb59a2ed45b721a65ac1497b4bb27f65",
                "sha256": "4539ed00ff7cbda5476de45135d38cd963b6f36015ea64529a712394ad8523fc"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cb59a2ed45b721a65ac1497b4bb27f65",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1029617,
            "upload_time": "2023-10-10T23:04:05",
            "upload_time_iso_8601": "2023-10-10T23:04:05.817641Z",
            "url": "https://files.pythonhosted.org/packages/73/e4/609d93a83e5c04f45a3e58c61e1b4f5c0bb4f079abbce1f9475b65aa83e1/aloy-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4dc04f6f008ba220569106ac1ed01972a69f6299bdf82e9b1f3fea3a56616df",
                "md5": "a5cef7055ead6a7224e0f2839c238e1a",
                "sha256": "6665bb33b4875245cad09a07438db7e283fc1f018a69fdaecd9081bab0c37c91"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a5cef7055ead6a7224e0f2839c238e1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1919044,
            "upload_time": "2023-10-10T23:04:07",
            "upload_time_iso_8601": "2023-10-10T23:04:07.415709Z",
            "url": "https://files.pythonhosted.org/packages/c4/dc/04f6f008ba220569106ac1ed01972a69f6299bdf82e9b1f3fea3a56616df/aloy-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41b6c707d2c52068cf4db5ae8d03d6412fd2f3fadb4fb783362d278dc9e4bfee",
                "md5": "e0e01e5eabf86ad73344187f78492364",
                "sha256": "b62d6c4e8724c9e1d47e0e2ac847be8c847f8b0c64dc5a52f08ac4462e0ce38c"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e0e01e5eabf86ad73344187f78492364",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1924352,
            "upload_time": "2023-10-10T23:04:09",
            "upload_time_iso_8601": "2023-10-10T23:04:09.265797Z",
            "url": "https://files.pythonhosted.org/packages/41/b6/c707d2c52068cf4db5ae8d03d6412fd2f3fadb4fb783362d278dc9e4bfee/aloy-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e5ab847640f131f25b6d72c01e2692d71eb774952b437c6d1890c008079f6d9",
                "md5": "319a9ea5dc9735c1b4816c5bb065d7ef",
                "sha256": "d67ef6c240920c46e753b32ce12a6336990269ea79191fc597d12e8f7c18748f"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "319a9ea5dc9735c1b4816c5bb065d7ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2032802,
            "upload_time": "2023-10-10T23:04:11",
            "upload_time_iso_8601": "2023-10-10T23:04:11.718347Z",
            "url": "https://files.pythonhosted.org/packages/9e/5a/b847640f131f25b6d72c01e2692d71eb774952b437c6d1890c008079f6d9/aloy-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff5b84fb75b747ad8b7cb7e1bf52cda9392928ff80d97a43ffc025722fbfd384",
                "md5": "ecafa70c79da81f5e78740d8f9f97362",
                "sha256": "17dcdac595a09ed8f801d80d725ffcf1bc016bc5ef6ca3105d1648d45800fb48"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ecafa70c79da81f5e78740d8f9f97362",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2096622,
            "upload_time": "2023-10-10T23:04:13",
            "upload_time_iso_8601": "2023-10-10T23:04:13.708449Z",
            "url": "https://files.pythonhosted.org/packages/ff/5b/84fb75b747ad8b7cb7e1bf52cda9392928ff80d97a43ffc025722fbfd384/aloy-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7f75d029cf7b8f610d308739afc703acb022cae1680d234a8049b01990876348",
                "md5": "d726c45d475ea4c3e35df05595160f86",
                "sha256": "c3cc8232ff4f021d744562748dceb7686c67bdf8b4b2da570364aea4764a74f3"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d726c45d475ea4c3e35df05595160f86",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1931132,
            "upload_time": "2023-10-10T23:04:15",
            "upload_time_iso_8601": "2023-10-10T23:04:15.192537Z",
            "url": "https://files.pythonhosted.org/packages/7f/75/d029cf7b8f610d308739afc703acb022cae1680d234a8049b01990876348/aloy-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b382941d0aa970f0eed00b8db4a3b8a825beeb16633444adc91b3dac6e19697e",
                "md5": "8b3bc053113f00d2fa08a2aa949d65cc",
                "sha256": "2c77ab8b0d04027fc59d17fa0bf77361c71ed4ace5575cc329e7e00d77bb2515"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8b3bc053113f00d2fa08a2aa949d65cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1942594,
            "upload_time": "2023-10-10T23:04:16",
            "upload_time_iso_8601": "2023-10-10T23:04:16.984170Z",
            "url": "https://files.pythonhosted.org/packages/b3/82/941d0aa970f0eed00b8db4a3b8a825beeb16633444adc91b3dac6e19697e/aloy-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98283e6faa4accf28caca1d3f62a406bb8dc7dbc56379ecfa9a7a8f544a77746",
                "md5": "9d970d249443dc6717a5df924b7fabed",
                "sha256": "01636dc2fa99e69d6b81c6ae1ff37a7b3103cc63f4a45d732d85d194771d3474"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "9d970d249443dc6717a5df924b7fabed",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 886836,
            "upload_time": "2023-10-10T23:04:18",
            "upload_time_iso_8601": "2023-10-10T23:04:18.253710Z",
            "url": "https://files.pythonhosted.org/packages/98/28/3e6faa4accf28caca1d3f62a406bb8dc7dbc56379ecfa9a7a8f544a77746/aloy-0.2.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e56257b9c06af2fc080005ba4649b37cf5aac00ca715dad7723433198af2bec6",
                "md5": "3b5b25201555c009313da84ae5da7532",
                "sha256": "318bf82a0bb8fc6ca8c187a454b5198bc030de8925a65db02d901a17a414a22d"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3b5b25201555c009313da84ae5da7532",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 895476,
            "upload_time": "2023-10-10T23:04:20",
            "upload_time_iso_8601": "2023-10-10T23:04:20.128016Z",
            "url": "https://files.pythonhosted.org/packages/e5/62/57b9c06af2fc080005ba4649b37cf5aac00ca715dad7723433198af2bec6/aloy-0.2.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6b52144a610a4ff091544bdfb8b5dec94334c881616526eccbda3bf70d4d281",
                "md5": "f3356681545352bf34a24e0328bab349",
                "sha256": "90baf72ebeedb08b60fe8ce3972f79f9bf0e68c4e21fa9ed44cbff88a6b67410"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f3356681545352bf34a24e0328bab349",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1918968,
            "upload_time": "2023-10-10T23:04:21",
            "upload_time_iso_8601": "2023-10-10T23:04:21.949878Z",
            "url": "https://files.pythonhosted.org/packages/f6/b5/2144a610a4ff091544bdfb8b5dec94334c881616526eccbda3bf70d4d281/aloy-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8894ae58ce3bdc80237434a96d9f07b37927dc40ecfba2afb0f8b09bafa1dd4",
                "md5": "bd7f629d2572188be178c88d59519e4a",
                "sha256": "245e1a05bd901ad5edb9955c995f11157e38c73b6a741093014887ffbabd2640"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bd7f629d2572188be178c88d59519e4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1923620,
            "upload_time": "2023-10-10T23:04:23",
            "upload_time_iso_8601": "2023-10-10T23:04:23.532953Z",
            "url": "https://files.pythonhosted.org/packages/b8/89/4ae58ce3bdc80237434a96d9f07b37927dc40ecfba2afb0f8b09bafa1dd4/aloy-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68f887f897f4ed286715718a883b779976c0c2ab2b451067137ea3ab8dd51f48",
                "md5": "93785e4c7ef3c1db9700a7c715ba1d55",
                "sha256": "c38e955af23866c4924d1322d795178dd0bb96fba9313478972528cea902416c"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "93785e4c7ef3c1db9700a7c715ba1d55",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2032925,
            "upload_time": "2023-10-10T23:04:25",
            "upload_time_iso_8601": "2023-10-10T23:04:25.082429Z",
            "url": "https://files.pythonhosted.org/packages/68/f8/87f897f4ed286715718a883b779976c0c2ab2b451067137ea3ab8dd51f48/aloy-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e8c531c5c2b8cbe8989e3004eba81f89d47ed287f828e645208b5e50489c3d1",
                "md5": "29ce43c3abd5a62a2d24256c2851b6ba",
                "sha256": "32ab77a78aa1b97742c30fd9ad6ef7cdfa73d93895c8917a8b8bed9a79e450e9"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "29ce43c3abd5a62a2d24256c2851b6ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2096344,
            "upload_time": "2023-10-10T23:04:27",
            "upload_time_iso_8601": "2023-10-10T23:04:27.071259Z",
            "url": "https://files.pythonhosted.org/packages/1e/8c/531c5c2b8cbe8989e3004eba81f89d47ed287f828e645208b5e50489c3d1/aloy-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b24a90582b01ab492ada5233e0ef9788e16c60ac293d45940f10521d3d38b924",
                "md5": "0050a6ff5ff0648fc5ed04f8cb3049f2",
                "sha256": "ebb71a3691dbcbd679bdd23520d3318639de36316d87c01e6285c23a5f35d631"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0050a6ff5ff0648fc5ed04f8cb3049f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1930989,
            "upload_time": "2023-10-10T23:04:28",
            "upload_time_iso_8601": "2023-10-10T23:04:28.971003Z",
            "url": "https://files.pythonhosted.org/packages/b2/4a/90582b01ab492ada5233e0ef9788e16c60ac293d45940f10521d3d38b924/aloy-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1eb5625849e766420e38455c3f00cbc7495230278e837371b90362686e2a0142",
                "md5": "1846aed439e97f8b625af3f5e75aed0a",
                "sha256": "3d390d0ce6cf1cef7b14a91a23eba0dfd82a852b9fdab45e04a3adefbc7f7478"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "1846aed439e97f8b625af3f5e75aed0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1943044,
            "upload_time": "2023-10-10T23:04:30",
            "upload_time_iso_8601": "2023-10-10T23:04:30.703402Z",
            "url": "https://files.pythonhosted.org/packages/1e/b5/625849e766420e38455c3f00cbc7495230278e837371b90362686e2a0142/aloy-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c24a53d319a69fbeadffc69ce2c3fd5527e42532e48f9b6dddc08a40be433efc",
                "md5": "6d9db35c3ab31250a1aeec678a0b2a59",
                "sha256": "83c1a49db7780a893f5add290e3e4802349af7da9c615fe36288fa369ec4c294"
            },
            "downloads": -1,
            "filename": "aloy-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6d9db35c3ab31250a1aeec678a0b2a59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 715943,
            "upload_time": "2023-10-10T23:04:32",
            "upload_time_iso_8601": "2023-10-10T23:04:32.242549Z",
            "url": "https://files.pythonhosted.org/packages/c2/4a/53d319a69fbeadffc69ce2c3fd5527e42532e48f9b6dddc08a40be433efc/aloy-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 23:04:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aloy"
}
        
Elapsed time: 0.12140s