{ "info": { "author": "Pramod Kotipalli - School of Interactive Computing - Georgia Institute of Technology", "author_email": "pramodk@gatech.edu", "bugtrack_url": null, "classifiers": [], "description": "# Traveling Salesperson Problem - Solutions in Python\n\nhttps://api.travis-ci.org/p13i/Traveling-Salesman-Problem.svg?branch=master\n\n## Installation with `pip`\n\n```bash\npip install gt-tsp\n```\n\n## Developer installation\n\n```bash\ngit clone https://github.com/p13i/Traveling-Salesperson-Problem.git gt-tsp\ncd gt-tsp\npython3 -m venv venv\nsource venv/bin/activate\nbash ./bin/install.sh\n```\n\n## Testing\n\nCare has been taken to develop unit tests and ensure this code follows PEP8 conventions and type checking. Use `flake8` for coding style and type checking. Type checking with `mypy` is only supported in Python 3.5+ so please install that version before continuing.\n\n```bash\nbash ./bin/test.sh\n```\n\n## Publishing\n\n```bash\npython setup.py sdist\npython setup.py sdist upload\n```\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/p13i/Traveling-Salesman-Problem", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gt-tsp", "package_url": "https://pypi.org/project/gt-tsp/", "platform": "", "project_url": "https://pypi.org/project/gt-tsp/", "project_urls": { "Homepage": "https://github.com/p13i/Traveling-Salesman-Problem" }, "release_url": "https://pypi.org/project/gt-tsp/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Traveling Salesperson Problem - Solutions in Python", "version": "1.0.0" }, "last_serial": 5139757, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "22083d652cb48c3d1a141bba1197c769", "sha256": "190eaf4785533a10f998d0414334047435f0c6ff50616719a4ddcb9f6b4df944" }, "downloads": -1, "filename": "gt-tsp-0.0.1.tar.gz", "has_sig": false, "md5_digest": "22083d652cb48c3d1a141bba1197c769", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3344, "upload_time": "2018-02-22T05:35:00", "url": "https://files.pythonhosted.org/packages/07/89/ea1fb5f51f0d73014e1121376a4275455d0078c6b7c13fa25461e8dfeca6/gt-tsp-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "500c596fde0886bc6cdf5b9b302ea249", "sha256": "e7ff932dac0ba85440cb9b977ec79f000c44043f26ffc50e362e2633a8af25fd" }, "downloads": -1, "filename": "gt-tsp-0.0.2.tar.gz", "has_sig": false, "md5_digest": "500c596fde0886bc6cdf5b9b302ea249", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3356, "upload_time": "2018-02-22T16:00:09", "url": "https://files.pythonhosted.org/packages/b1/38/6101fb1f96f5e00bf7c934b7c1e7db0597a3674e42752d160e273ae95266/gt-tsp-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ee326bd3d8c88fe9f1aa515c3691a51a", "sha256": "d4ba9fb7fcf2e48a3723f382d5f9737bdc1a6b8ffb1a7870f358ec56493a781b" }, "downloads": -1, "filename": "gt-tsp-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ee326bd3d8c88fe9f1aa515c3691a51a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3361, "upload_time": "2018-02-22T16:08:26", "url": "https://files.pythonhosted.org/packages/46/ef/35cd429a5249afa1dfd7d9d13a560f908f1342f6520a82d492832f908230/gt-tsp-0.0.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "03e579d347d7e4a29464dd10ad34a01a", "sha256": "5b033f241650132c66927769642c2156bda9acab7e8ad9b8c1b17ab6aaa09642" }, "downloads": -1, "filename": "gt-tsp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "03e579d347d7e4a29464dd10ad34a01a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3403, "upload_time": "2019-04-14T03:00:27", "url": "https://files.pythonhosted.org/packages/a7/9a/7ee90a4d0c60992dbd68fb3a9f6feebd039777c9b5b186d42697df1873b1/gt-tsp-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03e579d347d7e4a29464dd10ad34a01a", "sha256": "5b033f241650132c66927769642c2156bda9acab7e8ad9b8c1b17ab6aaa09642" }, "downloads": -1, "filename": "gt-tsp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "03e579d347d7e4a29464dd10ad34a01a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3403, "upload_time": "2019-04-14T03:00:27", "url": "https://files.pythonhosted.org/packages/a7/9a/7ee90a4d0c60992dbd68fb3a9f6feebd039777c9b5b186d42697df1873b1/gt-tsp-1.0.0.tar.gz" } ] }