mazeflow


Namemazeflow JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryMazes games
upload_time2024-02-10 12:51:26
maintainer
docs_urlNone
authorLI Yihai
requires_python
license
keywords python maze breath-first search depth-first search a*-search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
```
mazepy
├── LICENSE.md
├── README.md
├── __init__.py
├── frontier.py
├── generator.py
├── lib
│   └── __init__.py
└── search.py

2 directories, 7 files
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mazeflow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,maze,breath-first search,depth-first search,A*-search",
    "author": "LI Yihai",
    "author_email": "<parleywong98@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/13/79/f9f63630104e11e467a35ae2111e175e9ad1a7acfca29bb98afe981be7f7/mazeflow-0.0.3.tar.gz",
    "platform": null,
    "description": "\n```\nmazepy\n\u251c\u2500\u2500 LICENSE.md\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 __init__.py\n\u251c\u2500\u2500 frontier.py\n\u251c\u2500\u2500 generator.py\n\u251c\u2500\u2500 lib\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 __init__.py\n\u2514\u2500\u2500 search.py\n\n2 directories, 7 files\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Mazes games",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "python",
        "maze",
        "breath-first search",
        "depth-first search",
        "a*-search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88d0cd2b728faffdeb2aba9c67a6eb6d1a2aece3557f2d97cb482222971dd9b5",
                "md5": "be8ec52cf38c4e88092ca52bc74ead7b",
                "sha256": "965f59516f4ff830cd1ffa9b9187679fd61aebe42a77d43ceeec47c341400c26"
            },
            "downloads": -1,
            "filename": "mazeflow-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be8ec52cf38c4e88092ca52bc74ead7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6339,
            "upload_time": "2024-02-10T12:51:24",
            "upload_time_iso_8601": "2024-02-10T12:51:24.513008Z",
            "url": "https://files.pythonhosted.org/packages/88/d0/cd2b728faffdeb2aba9c67a6eb6d1a2aece3557f2d97cb482222971dd9b5/mazeflow-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1379f9f63630104e11e467a35ae2111e175e9ad1a7acfca29bb98afe981be7f7",
                "md5": "b70827611cdb5e8056623a4df8deb71c",
                "sha256": "698366688ac374e2301d9ed3c2c3e949050f989945ce516af5ae6eb2f633e435"
            },
            "downloads": -1,
            "filename": "mazeflow-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b70827611cdb5e8056623a4df8deb71c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5247,
            "upload_time": "2024-02-10T12:51:26",
            "upload_time_iso_8601": "2024-02-10T12:51:26.039678Z",
            "url": "https://files.pythonhosted.org/packages/13/79/f9f63630104e11e467a35ae2111e175e9ad1a7acfca29bb98afe981be7f7/mazeflow-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 12:51:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mazeflow"
}
        
Elapsed time: 0.17482s