{ "info": { "author": "Coloring Graphs lab, Univeristy of Richmond", "author_email": "aalok.sathe@richmond.edu", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "## coloring-graphs\n[![pipeline status](https://aalok-sathe.gitlab.io/coloring-graphs/build.svg?v=1754377482206216982)](https://gitlab.com/aalok-sathe/coloring-graphs/)\n\na coloring graphs library written in C++ for speedy computation and wrapped in\nPython for ease of development and extension!\n\n### what\nthis library provides support to construct graphs, their coloring graphs, and\nbiconnected component metagraphs.\na coloring graph is a graph representing all the valid colorings of a graph.\neach vertex of a coloring graph represents a coloring of the base graph.\ntwo colorings are considered adjacent if they differ in only one vertex's color.\n\nin this project, we represent a coloring as an integer, which, when converted to\nbase k (for a k-coloring), is a number of length |V| and represents the vertex-wise\ncolors [0,k) for each vertex.\n\nthe library is under development, being written using Python and C/C++.\nthe web application uses the library to provide useful GUI for quick drawing and\ngraph construction.\nin the future, we plan to develop a supplemental subsection of the library containing\nuseful graph algorithms and ability to run simulations to test structural graph theoretic\nconjectures about graph coloring and coloring graphs.\nfor documentation, feel free to take a look inside `libcolgraph/` and read the docstrings.\nfor questions, reach out.\n\n### screenshot of the web GUI\n\n [Clockwise]\n A 7 vertex BaseGraph that is a hexagon with a central vertex and a missing 'spoke'\n leads to a quite complex ColoringGraph with k=4 colors. You can see the formation of\n polyps at the edges. The structure of the resultant ColoringGraph is shown in the\n Meta ColoringGraph produced by a run of modified Tarjan's algorithm for biconnected\n components. The central 'mothership' can be seen, adjacent to which there are cut\n vertices, and finally the stray singular coloring vertices at the tips of polyps.\n\n \n\n for a static demo, go to the project's [gitlab pages](https://aalok-sathe.gitlab.io/coloring-graphs/index.html). \n\n### usage\n- as a module\n\n plot a BaseGraph, its ColoringGraph, and the Meta\n ColoringGraph generated by Tarjans. you would need to\n have a graph formatted in an adjacency matrix file.\n opens plots in new browser windows.\n\n basic usage:\n ```\n colgraphplot [INPUT_GRAPH]\n ---\n usage: colgraphplot [-h] [-k COLORS] [-v] [--no-bg] [--no-cg] [--no-mbg]\n [--no-mcg]\n INPUT_GRAPH\n\n positional arguments:\n INPUT_GRAPH read in BaseGraph from adjacency matrix file\n\n optional arguments:\n -h, --help show this help message and exit\n -k COLORS, --colors COLORS\n number of colors to use to create ColoringGraph [default: 3]\n -v, --verbosity set output verbosity\n --no-bg hide BaseGraph?\n --no-cg hide ColoringGraph?\n --no-mbg hide meta BaseGraph?\n --no-mcg hide meta ColoringGraph?\n ```\n\n launch web GUI:\n ```\n colgraphweb\n ---\n usage: colgraphweb [-h] [-i INPUT_FILE] [-k COLORS] [-n] [-v] [-p PORT]\n\n optional arguments:\n -h, --help show this help message and exit\n -i INPUT_FILE, --input-file INPUT_FILE\n read in BaseGraph from adjacency matrix file\n -k COLORS, --colors COLORS\n number of colors to use to create ColoringGraph [default: 3]\n -n, --new open a blank canvas?\n -v, --verbosity set output verbosity\n -p PORT, --port PORT port on localhost to launch GUI on [default: 5000]\n ```\n\n\n\n- as a library\n\n ```python\n import libcolgraph\n\n bg = libcolgraph.BaseGraph()\n bg.load_txt('./in/hexmod.in')\n\n cg = bg.build_coloring_graph(4)\n\n print('bg {} led to a cg {}'.format(bg, cg))\n\n for v in cg.get_vertices():\n # do something\n pass\n ```\n\n\n### installation\n\n- for installation from source\n refer to [detailed install instructions](INSTALL.md)\n\n\n- [pypi](https://pypi.org/project/libcolgraph/)\n\n ```bash\n python3 -m pip install libcolgraph [--user] [--upgrade]\n ```\n\n things to note:\n - currently a binary wheel is available only for [`manylinux`](https://www.python.org/dev/peps/pep-0513/)\n distributions e.g. centOS, Debian family, RedHat family, etc.\n - if your distribution is not `manylinux`-supported, then pip\n will need to compile locally using `swig` and `setuptools`.\n in that case, make sure you have `setuptools` and\n [swig](http://www.swig.org/download.html) installed, as they\n will be needed for compilation.\n - in the future we will release wheels for MacOS as well. these\n might not be as frequently maintained, however, so your best\n bet would be to compile locally using `swig`.\n\n\n### contribute\n\nsee [contributing guide](CONTRIBUTING.md)\n\n### help\n\nfull documentation coming soon\n\n\n### who\n\nColoring Graphs lab, University of Richmond. Multiple contributors.\n(C) 2017-2019", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aalok-sathe/coloring-graphs.git", "keywords": "", "license": "LGPL-3", "maintainer": "", "maintainer_email": "", "name": "libcolgraph", "package_url": "https://pypi.org/project/libcolgraph/", "platform": "", "project_url": "https://pypi.org/project/libcolgraph/", "project_urls": { "Homepage": "https://github.com/aalok-sathe/coloring-graphs.git" }, "release_url": "https://pypi.org/project/libcolgraph/0.0.5.post1/", "requires_dist": null, "requires_python": ">=3.4", "summary": "this library provides support to construct graphs and their coloring graphs. a coloring graph is a metagraph representing all the valid colorings of a graph. each vertex of a coloring graph represents a coloring of the base graph.", "version": "0.0.5.post1" }, "last_serial": 5797484, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9db3195e8769b297cf512217ed787f04", "sha256": "f96ed02c3473ccdd9c2fa2a52afc2c6ee4007ce00c1a5247d0a001993d5b91b8" }, "downloads": -1, "filename": "libcolgraph-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9db3195e8769b297cf512217ed787f04", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6649, "upload_time": "2019-05-25T20:12:55", "url": "https://files.pythonhosted.org/packages/36/a7/bb66e715be3c182761eb0806a9866f59d14ce141b34ae256c0d2bd125617/libcolgraph-0.0.1.tar.gz" } ], "0.0.1.post1": [ { "comment_text": "", "digests": { "md5": "2a1b153551f1edf2bcff1ec1ebdb8a08", "sha256": "a73fce16086abf819785eb6857addef4511bdd4c91462cfe72a0c46d2b08b6a4" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post1.tar.gz", "has_sig": false, "md5_digest": "2a1b153551f1edf2bcff1ec1ebdb8a08", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 6743, "upload_time": "2019-05-25T20:38:44", "url": "https://files.pythonhosted.org/packages/66/23/27da6894e2869023abeb3b8afb7645e24b08fb0b7881f1568dc3c1690144/libcolgraph-0.0.1.post1.tar.gz" } ], "0.0.1.post2": [ { "comment_text": "", "digests": { "md5": "4af3eb04a428e90dcb6f97dd13a757cc", "sha256": "29596a731196b6b0ff057b376bfa739da7a0214a7fbe8f6f8d226fbf0124c308" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post2.tar.gz", "has_sig": false, "md5_digest": "4af3eb04a428e90dcb6f97dd13a757cc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 6768, "upload_time": "2019-05-26T05:00:33", "url": "https://files.pythonhosted.org/packages/51/cc/d66c41546b4279c633a30978eaf61b407f7601784272745ca877f0154a97/libcolgraph-0.0.1.post2.tar.gz" } ], "0.0.1.post3": [ { "comment_text": "", "digests": { "md5": "8f2a9f5c155d242895a56f9fddb075cd", "sha256": "f2ec5e78cd6b04707bd064b3c770036e96144e72254395b01a632dbf5bd242fc" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8f2a9f5c155d242895a56f9fddb075cd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=3.4", "size": 104835, "upload_time": "2019-05-26T05:38:21", "url": "https://files.pythonhosted.org/packages/9e/8b/f682ea4d2548508334836de7e668a58bbd2533fb37d5edb9d463f73f8f05/libcolgraph-0.0.1.post3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "43af8cdb8aa474b4ecf3cfd71f15989e", "sha256": "189d45f1aa629a57bb0d9f289748f3470fd40bcfa5b18a9ba9814641fa54d8dc" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post3.tar.gz", "has_sig": false, "md5_digest": "43af8cdb8aa474b4ecf3cfd71f15989e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 6770, "upload_time": "2019-05-26T05:38:19", "url": "https://files.pythonhosted.org/packages/4c/84/407bc36e2bb84c1248c94ce830fbc1ee0147d234b929db65786a3fd05cd3/libcolgraph-0.0.1.post3.tar.gz" } ], "0.0.1.post4": [ { "comment_text": "", "digests": { "md5": "ae559a69ce3f784ab5c0642679b12f3b", "sha256": "f9bbdf940414c08ad4142b00987d744553576d130ac04dc4e38616abb01c8a3d" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post4-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ae559a69ce3f784ab5c0642679b12f3b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=3.4", "size": 105021, "upload_time": "2019-05-26T06:18:33", "url": "https://files.pythonhosted.org/packages/97/cf/38644614359ca4d0f94e7fff88672ef048c7d25eccfd059c9fcbbeed4fdb/libcolgraph-0.0.1.post4-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d37f59ef8afa3b3a92c591afbdfa7dbb", "sha256": "9b06ecee7418dd20f950d1decc88e764c2fe824bdda165937abb81b3ed3bf5bf" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post4.tar.gz", "has_sig": false, "md5_digest": "d37f59ef8afa3b3a92c591afbdfa7dbb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 7447, "upload_time": "2019-05-26T06:18:31", "url": "https://files.pythonhosted.org/packages/c7/af/9263ad2b4947cf03de5a670db9c6271e6e68451f4dc0de92253a33a22438/libcolgraph-0.0.1.post4.tar.gz" } ], "0.0.1.post5": [ { "comment_text": "", "digests": { "md5": "76b4d8bd1ea9ef6ae742d61df1bbc1e3", "sha256": "8fb76510763430fdc8bf060ac44db58af776787efb9e74f8cf48391299302652" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post5.tar.gz", "has_sig": false, "md5_digest": "76b4d8bd1ea9ef6ae742d61df1bbc1e3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 8051, "upload_time": "2019-05-26T06:48:25", "url": "https://files.pythonhosted.org/packages/26/7a/59774a4a014285f535abc16343aed3566d84d3bfe88600534d5248cb67b6/libcolgraph-0.0.1.post5.tar.gz" } ], "0.0.1.post6": [ { "comment_text": "", "digests": { "md5": "d3e781bb7cf47703ad45982b6f58b37d", "sha256": "54034e34a7f6f0795f13be61c5d54d0b74557a760b894cce10fd3554492c7541" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post6-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d3e781bb7cf47703ad45982b6f58b37d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=3.4", "size": 104827, "upload_time": "2019-05-26T07:04:11", "url": "https://files.pythonhosted.org/packages/08/31/0de78cd91cfc1bae48b34dff91582cd21b0d5be7eeaf5489217f5df4be41/libcolgraph-0.0.1.post6-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "166403cb1ef4347b334358e7161b1a08", "sha256": "38bf27ed2178c4c4b253adfd7b03dda1d7f00f3491fb5f479b80da5f7b4e7ec7" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post6.tar.gz", "has_sig": false, "md5_digest": "166403cb1ef4347b334358e7161b1a08", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 8026, "upload_time": "2019-05-26T07:04:09", "url": "https://files.pythonhosted.org/packages/48/de/891488ef90b90443f3b5e18e412476d11b9b6e39dcfebdbe9da70ef205df/libcolgraph-0.0.1.post6.tar.gz" } ], "0.0.1.post7": [ { "comment_text": "", "digests": { "md5": "c72db02c719a3052f66db46f22c531af", "sha256": "114a3ecb43807c1e72eef44110d6b61097fba3a9848644c43cfc47435b12ed80" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post7-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c72db02c719a3052f66db46f22c531af", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=3.4", "size": 104844, "upload_time": "2019-05-26T07:26:07", "url": "https://files.pythonhosted.org/packages/eb/ce/e5166eca4a065d4110dbc3761704e03f3458d52012725d7bfe20628f7ab8/libcolgraph-0.0.1.post7-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "67298de81cd1e20626b5d2fec27a1eb2", "sha256": "957b2f801ba5af2c4c0143ee066d2699b0490a5482cdbff6c0762c96ef0018c1" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post7.tar.gz", "has_sig": false, "md5_digest": "67298de81cd1e20626b5d2fec27a1eb2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 8053, "upload_time": "2019-05-26T07:26:06", "url": "https://files.pythonhosted.org/packages/5b/ec/62976d0c892756e5ce7baf8dd3901bb2b45012001435e1c1a4af34bb9be5/libcolgraph-0.0.1.post7.tar.gz" } ], "0.0.1.post8": [ { "comment_text": "", "digests": { "md5": "86f4b7bb27d245df9f234ee8ea6558bf", "sha256": "51c445eac74059fd8776b1af65a8b6cf851c15bd4033d60ede23fe78718b9edc" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "86f4b7bb27d245df9f234ee8ea6558bf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 181846, "upload_time": "2019-05-29T20:15:23", "url": "https://files.pythonhosted.org/packages/5c/7e/14b7898bfd18f6b146c3a94e32e966965f4c503e5b3ccc372f75522ac817/libcolgraph-0.0.1.post8-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5b279b5d77d96040f4308bbba5054935", "sha256": "08457b147f43936eee55e2f80ec91c1d40056e9162d4caba0401815cae82ee3d" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post8.tar.gz", "has_sig": false, "md5_digest": "5b279b5d77d96040f4308bbba5054935", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 8428, "upload_time": "2019-05-29T20:15:21", "url": "https://files.pythonhosted.org/packages/a9/44/9501b3ed055748c517344bc0c3e125274c1457dbd86f1b45e7b293673565/libcolgraph-0.0.1.post8.tar.gz" } ], "0.0.1.post9": [ { "comment_text": "", "digests": { "md5": "20e559c048797809f103639b3e534c19", "sha256": "a81bac4b64059935880dff347d737e98aa73545558e9eb9df1af2daa69c342d9" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "20e559c048797809f103639b3e534c19", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 383463, "upload_time": "2019-06-11T19:59:40", "url": "https://files.pythonhosted.org/packages/9a/41/db17578fbd6462f011eaeea8c63f5c787447b002bce710784308da2f8110/libcolgraph-0.0.1.post9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7f84fe4aa9f84e59d3794d23b0324c0e", "sha256": "cf4dc1dbcd39bff071a0cfcf2e696d2f66439d56e1ca8959581cb8b3e3afa763" }, "downloads": -1, "filename": "libcolgraph-0.0.1.post9.tar.gz", "has_sig": false, "md5_digest": "7f84fe4aa9f84e59d3794d23b0324c0e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 11129, "upload_time": "2019-06-11T19:59:37", "url": "https://files.pythonhosted.org/packages/c9/cd/f18f70b046c484f23bc9517573b2d75291dd3e612df022e7163b5415294e/libcolgraph-0.0.1.post9.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "35ba59aa2eedca1dfa45d83547a07faa", "sha256": "25747cbe67cdcb01d7c3c0989cef3b7c2952cfa1e5cddb88797c320f98ef7111" }, "downloads": -1, "filename": "libcolgraph-0.0.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "35ba59aa2eedca1dfa45d83547a07faa", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 642397, "upload_time": "2019-06-17T18:25:49", "url": "https://files.pythonhosted.org/packages/9e/f2/ab7145d09e059556f4668f956002adb91282561cf3c001a903afbb86e27a/libcolgraph-0.0.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "41233e21d7352bf739d5fea5b73783b3", "sha256": "5098d7c8149fd4518cc6322dcd7bc4780ccbf1e7751f3adad50e1e9df2745e75" }, "downloads": -1, "filename": "libcolgraph-0.0.2.tar.gz", "has_sig": false, "md5_digest": "41233e21d7352bf739d5fea5b73783b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 16193, "upload_time": "2019-06-17T18:25:47", "url": "https://files.pythonhosted.org/packages/42/03/bb8cdb7fdb1e487de5ef1a4f76e9e961c030925b3880866c468c7604c1e0/libcolgraph-0.0.2.tar.gz" } ], "0.0.2.post1": [ { "comment_text": "", "digests": { "md5": "55c0dfe4dbbfaae05a46edb43fbb688f", "sha256": "01bbb11100c50c0301fbbd91a1a1137f9e3422d67a728e12a785effdf5b6e750" }, "downloads": -1, "filename": "libcolgraph-0.0.2.post1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "55c0dfe4dbbfaae05a46edb43fbb688f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 644134, "upload_time": "2019-06-17T20:01:29", "url": "https://files.pythonhosted.org/packages/20/30/6efec5d88331551d04b433be6f088e8901f500d8a1e8440137384a1afea2/libcolgraph-0.0.2.post1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "594ca71ded408dc519f756b42c29a0e0", "sha256": "7e5643939ef50bc845fd181a134f39b6643a3d586a880e5a157d6b963ecb6897" }, "downloads": -1, "filename": "libcolgraph-0.0.2.post1.tar.gz", "has_sig": false, "md5_digest": "594ca71ded408dc519f756b42c29a0e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 17579, "upload_time": "2019-06-17T20:01:27", "url": "https://files.pythonhosted.org/packages/98/87/09b7c62b7329c0708a09e087d94f124535eba2c87afe929baf3337997329/libcolgraph-0.0.2.post1.tar.gz" } ], "0.0.2.post2": [ { "comment_text": "", "digests": { "md5": "60ff6a983511db93441b8531b0621f80", "sha256": "60e936b137dae04be4aaf08ab88c5c21ed65b5a905ae417af396bf9e4c5ea52e" }, "downloads": -1, "filename": "libcolgraph-0.0.2.post2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "60ff6a983511db93441b8531b0621f80", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 645781, "upload_time": "2019-06-17T20:30:47", "url": "https://files.pythonhosted.org/packages/aa/99/33b99da7746105a452649210356a34eb1aca2b87647ddfe95425fc8c2925/libcolgraph-0.0.2.post2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1be829c43c6802c1f59e196eaaee151c", "sha256": "a47053c0b9a56edc452dee30fa437ca0fe39d1a185adcd46d9ef15eb4fc894f1" }, "downloads": -1, "filename": "libcolgraph-0.0.2.post2.tar.gz", "has_sig": false, "md5_digest": "1be829c43c6802c1f59e196eaaee151c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 17807, "upload_time": "2019-06-17T20:30:45", "url": "https://files.pythonhosted.org/packages/a9/9a/f2fa62e41b47813afd07c405b23d197ac40717fd5e24d82cc9bd20d1aa41/libcolgraph-0.0.2.post2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0bf589904e54957aced5bf774bb6445d", "sha256": "d5271658a0d100bfd0d72b81666d807b220656c671db9b1b04b1db73f51b444f" }, "downloads": -1, "filename": "libcolgraph-0.0.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0bf589904e54957aced5bf774bb6445d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 667860, "upload_time": "2019-06-23T01:07:09", "url": "https://files.pythonhosted.org/packages/e3/69/3dfec49f34350f8c2ee65c2470d133dc87afbaa2568d3e98ecee1eb6fc96/libcolgraph-0.0.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b56b622e53a4cbbec75733c18e783fb8", "sha256": "14ca98f8fc41b57b5c2f18bfc7d3d73aebce1e7cfe99c0d621e0fb1f1e04deba" }, "downloads": -1, "filename": "libcolgraph-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b56b622e53a4cbbec75733c18e783fb8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 23206, "upload_time": "2019-06-23T01:07:06", "url": "https://files.pythonhosted.org/packages/8a/fb/c974820aad76fe9f61d8a7718f0749c8cb84753367c02853fbf56feaaee6/libcolgraph-0.0.3.tar.gz" } ], "0.0.3.post1": [ { "comment_text": "", "digests": { "md5": "a6fbb2e28876c967d2507daa27c99038", "sha256": "d9a151b0a377d566893763b0dc11e5fc450f3d06b3465219d84e805198fb9547" }, "downloads": -1, "filename": "libcolgraph-0.0.3.post1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a6fbb2e28876c967d2507daa27c99038", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 638612, "upload_time": "2019-06-23T06:02:31", "url": "https://files.pythonhosted.org/packages/2c/f5/166a7d029dbbd89170f8a76ad683366d6e2cbf9a2775a047509f21cb9c6e/libcolgraph-0.0.3.post1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d90e6c74e4b2d352b53aa18de1799379", "sha256": "1042049f508abcaa4c58df763ca0a8340b6a0eeb1bc0f8e35a9913b7469915da" }, "downloads": -1, "filename": "libcolgraph-0.0.3.post1.tar.gz", "has_sig": false, "md5_digest": "d90e6c74e4b2d352b53aa18de1799379", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 25649, "upload_time": "2019-06-23T06:02:29", "url": "https://files.pythonhosted.org/packages/f5/db/3254d6d8688779c5ead15aad6eee70021293e6575533cfeb51731fb50444/libcolgraph-0.0.3.post1.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "614c9d20d6abf4bf894f91e42dbc6509", "sha256": "82d0d57a7bf46bbda88035fff44b303484a8761450e5c080b45f5540a4d8a173" }, "downloads": -1, "filename": "libcolgraph-0.0.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "614c9d20d6abf4bf894f91e42dbc6509", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 743944, "upload_time": "2019-07-08T11:04:32", "url": "https://files.pythonhosted.org/packages/30/63/02eac6b72c79293533124a198f8b929969d8952c939ec0626079b76b1a58/libcolgraph-0.0.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "edb7f922659236f97b89421a40da7db5", "sha256": "4cbe91d0d39b1f2d4a1a8b357cb70ecd9f1156fe701e24bfe1915bc0fcffae9a" }, "downloads": -1, "filename": "libcolgraph-0.0.4.tar.gz", "has_sig": false, "md5_digest": "edb7f922659236f97b89421a40da7db5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 33012, "upload_time": "2019-07-08T11:04:30", "url": "https://files.pythonhosted.org/packages/72/9f/a422dae7b6e9cf017c8cf9b978a4beb5882125ef5a27689ed1586314e071/libcolgraph-0.0.4.tar.gz" } ], "0.0.4.post1": [ { "comment_text": "", "digests": { "md5": "cd02c3dec314947c52656cb79c376b11", "sha256": "436f2542cde545ac73183cad7a0f385ec0adfa99f04fe8e70b4211ca97cfbde4" }, "downloads": -1, "filename": "libcolgraph-0.0.4.post1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cd02c3dec314947c52656cb79c376b11", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 1199665, "upload_time": "2019-07-09T14:11:17", "url": "https://files.pythonhosted.org/packages/02/d4/1e41f44f3a4405849f3e777a8f1055581399085ff602fd7d319649c93cf6/libcolgraph-0.0.4.post1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3223694d5c1380953bfc921daee83d93", "sha256": "299f3d0caf04f7300cf31cb4d925691cc0282755575425355da8c9a5077584fd" }, "downloads": -1, "filename": "libcolgraph-0.0.4.post1.tar.gz", "has_sig": false, "md5_digest": "3223694d5c1380953bfc921daee83d93", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 34105, "upload_time": "2019-07-09T14:11:14", "url": "https://files.pythonhosted.org/packages/1d/6a/2ea2515498ce339c2c17049c7a9e85575403b0867d2dedf4976081abcb6d/libcolgraph-0.0.4.post1.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "bf5a28a3363f4f3766299703192175b7", "sha256": "1f7aaa14e8801f2cfb1d519d668289f1cedaaf9784c92baf47b08935e49ad83c" }, "downloads": -1, "filename": "libcolgraph-0.0.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bf5a28a3363f4f3766299703192175b7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 1212254, "upload_time": "2019-07-19T13:02:40", "url": "https://files.pythonhosted.org/packages/4c/63/33d92aed195ceec832c74f4560cc06de1a1bf7b50270985af97c20cc4778/libcolgraph-0.0.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e344bf26baf95c30eebd60a73741101d", "sha256": "8da942e38fb6f97d805cb69d5e14bb3bbf7eef7702964c52edca68312b3fe2c7" }, "downloads": -1, "filename": "libcolgraph-0.0.5.tar.gz", "has_sig": false, "md5_digest": "e344bf26baf95c30eebd60a73741101d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 40339, "upload_time": "2019-07-19T13:02:38", "url": "https://files.pythonhosted.org/packages/14/4a/42f213b9f73bfefc3d5dc88cd76b677f2f87b313473280a286e54fa3ec27/libcolgraph-0.0.5.tar.gz" } ], "0.0.5.post1": [ { "comment_text": "", "digests": { "md5": "26cecbb662bcd68b023d78d8d430d363", "sha256": "5078ad5e0563729436390905a53a01e63eb180f7c14f4a3d3d526248fd745221" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "26cecbb662bcd68b023d78d8d430d363", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 1215275, "upload_time": "2019-08-25T02:09:10", "url": "https://files.pythonhosted.org/packages/d0/1e/4a30d986900c24b075f3bb40063fc4762d6fc2842721474fc208d66ef9ff/libcolgraph-0.0.5.post1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a1dadc2aef7f074117e0a766aa9c077b", "sha256": "50abb4a4c25c8d66ed53ccb5ff6d78b7b9c60a59a9fbe221385d30770b69fcfa" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a1dadc2aef7f074117e0a766aa9c077b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.4", "size": 297323, "upload_time": "2019-09-07T21:20:29", "url": "https://files.pythonhosted.org/packages/a8/f6/552f4fac0a069a3c88ce5993e16d77dc0fb30ad033b2c855e6ba4ed4fa77/libcolgraph-0.0.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4dd633b2d9011f919b2ef039792c9a97", "sha256": "c0084300f81a0f044a01ad6064a271f7176be0228537494f454d17f8c346f454" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1.tar.gz", "has_sig": false, "md5_digest": "4dd633b2d9011f919b2ef039792c9a97", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 38626, "upload_time": "2019-08-25T02:09:07", "url": "https://files.pythonhosted.org/packages/4a/d9/9fc10f38a36985a49c85a57a922651044d4da717bfe4405058e89dcba52b/libcolgraph-0.0.5.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "26cecbb662bcd68b023d78d8d430d363", "sha256": "5078ad5e0563729436390905a53a01e63eb180f7c14f4a3d3d526248fd745221" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "26cecbb662bcd68b023d78d8d430d363", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.4", "size": 1215275, "upload_time": "2019-08-25T02:09:10", "url": "https://files.pythonhosted.org/packages/d0/1e/4a30d986900c24b075f3bb40063fc4762d6fc2842721474fc208d66ef9ff/libcolgraph-0.0.5.post1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a1dadc2aef7f074117e0a766aa9c077b", "sha256": "50abb4a4c25c8d66ed53ccb5ff6d78b7b9c60a59a9fbe221385d30770b69fcfa" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a1dadc2aef7f074117e0a766aa9c077b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.4", "size": 297323, "upload_time": "2019-09-07T21:20:29", "url": "https://files.pythonhosted.org/packages/a8/f6/552f4fac0a069a3c88ce5993e16d77dc0fb30ad033b2c855e6ba4ed4fa77/libcolgraph-0.0.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4dd633b2d9011f919b2ef039792c9a97", "sha256": "c0084300f81a0f044a01ad6064a271f7176be0228537494f454d17f8c346f454" }, "downloads": -1, "filename": "libcolgraph-0.0.5.post1.tar.gz", "has_sig": false, "md5_digest": "4dd633b2d9011f919b2ef039792c9a97", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 38626, "upload_time": "2019-08-25T02:09:07", "url": "https://files.pythonhosted.org/packages/4a/d9/9fc10f38a36985a49c85a57a922651044d4da717bfe4405058e89dcba52b/libcolgraph-0.0.5.post1.tar.gz" } ] }