ai-lab-fat


Nameai-lab-fat JSON
Version 4.0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/ai_lab_fat
SummaryA package for solving the Travelling Salesman Problem
upload_time2024-11-19 19:08:03
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ai_lab_fat

A Python package to solve the Travelling Salesman Problem (TSP).

## Installation

To install the package, use `pip`:

```bash
pip install ai_lab_fat

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/ai_lab_fat",
    "name": "ai-lab-fat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/86/26/83717311889d363e1c99b1cb9484b5e0952fd6462287d13d72509c744367/ai_lab_fat-4.0.1.tar.gz",
    "platform": null,
    "description": "# ai_lab_fat\r\n\r\nA Python package to solve the Travelling Salesman Problem (TSP).\r\n\r\n## Installation\r\n\r\nTo install the package, use `pip`:\r\n\r\n```bash\r\npip install ai_lab_fat\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for solving the Travelling Salesman Problem",
    "version": "4.0.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/ai_lab_fat"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f0df34e0ae60378f33d1dd1e3fb54fb1bcf427605b3cf291421eced646cd5fe",
                "md5": "15cca6f624612a8452d38ef0aa0a82f9",
                "sha256": "0a9b359fba8d187616dbff75e5fc9def9425f5c184f4642c9aefaf24b9e51076"
            },
            "downloads": -1,
            "filename": "ai_lab_fat-4.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15cca6f624612a8452d38ef0aa0a82f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7352,
            "upload_time": "2024-11-19T19:08:01",
            "upload_time_iso_8601": "2024-11-19T19:08:01.630933Z",
            "url": "https://files.pythonhosted.org/packages/8f/0d/f34e0ae60378f33d1dd1e3fb54fb1bcf427605b3cf291421eced646cd5fe/ai_lab_fat-4.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862683717311889d363e1c99b1cb9484b5e0952fd6462287d13d72509c744367",
                "md5": "e7e1201a6a62f16c2e04ba5a3879597f",
                "sha256": "d48a68be71e5fd1ba5b4103c4309ec4e7ec5f9b9090f8593b756b36472ad5c3d"
            },
            "downloads": -1,
            "filename": "ai_lab_fat-4.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e7e1201a6a62f16c2e04ba5a3879597f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7450,
            "upload_time": "2024-11-19T19:08:03",
            "upload_time_iso_8601": "2024-11-19T19:08:03.028324Z",
            "url": "https://files.pythonhosted.org/packages/86/26/83717311889d363e1c99b1cb9484b5e0952fd6462287d13d72509c744367/ai_lab_fat-4.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 19:08:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "ai_lab_fat",
    "github_not_found": true,
    "lcname": "ai-lab-fat"
}
        
Elapsed time: 0.41077s