{ "info": { "author": "Maarten van Gompel", "author_email": "proycon@anaproy.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic" ], "description": "Colibri Core\n================\n\n.. image:: https://travis-ci.org/proycon/colibri-core.svg?branch=master\n :target: https://travis-ci.org/proycon/colibri-core\n\n.. image:: https://badge.fury.io/py/colibricore.svg\n :target: http://badge.fury.io/py/colibricore\n\n.. image:: https://zenodo.org/badge/12996232.svg\n :target: https://zenodo.org/badge/latestdoi/12996232\n\n.. image:: http://applejack.science.ru.nl/lamabadge.php/colibri-core\n :target: http://applejack.science.ru.nl/languagemachines/\n\n*by Maarten van Gompel, proycon@anaproy.nl, Radboud University Nijmegen*\n\n*Licensed under GPLv3 (See http://www.gnu.org/licenses/gpl-3.0.html)*\n\n\nColibri Core is software to quickly and efficiently count and extract patterns\nfrom large corpus data, to extract various statistics on the extracted\npatterns, and to compute relations between the extracted patterns. The employed\nnotion of pattern or construction encompasses the following categories:\n\n* **n-gram** -- *n* consecutive words\n* **skipgram** -- An abstract pattern of predetermined length with one or multiple gaps (of specific size).\n* **flexgram** -- An abstract pattern with one or more gaps of variable-size.\n\nN-gram extraction may seem fairly trivial at first, with a few lines in your\nfavourite scripting language, you can move a simple sliding window of size **n**\nover your corpus and store the results in some kind of hashmap. This trivial\napproach however makes an unnecessarily high demand on memory resources, this\noften becomes prohibitive if unleashed on large corpora. Colibri Core tries to\nminimise these space requirements in several ways:\n\n* **Compressed binary representation** -- Each word type is assigned a numeric class, which is encoded in a compact binary format in which highly frequent classes take less space than less frequent classes. Colibri core always uses this representation rather than a full string representation, both on disk and in memory.\n* **Informed iterative counting** -- Counting is performed more intelligently by iteratively processing the corpus in several passes and quickly discarding patterns that won't reach the desired occurrence threshold.\n\nSkipgram and flexgram extraction are computationally more demanding but have\nbeen implemented with similar optimisations. Skipgrams are computed by\nabstracting over n-grams, and flexgrams in turn are computed either by\nabstracting over skipgrams, or directly from n-grams on the basis of\nco-occurrence information (mutual pointwise information).\n\nAt the heart of the sofware is the notion of pattern models. The core tool, to\nbe used from the command-line, is ``colibri-patternmodeller`` which enables you\nto build pattern models, generate statistical reports, query for specific\npatterns and relations, and manipulate models.\n\nA pattern model is simply a collection of extracted patterns (any of the three\ncategories) and their counts from a specific corpus. Pattern models come in two\nvarieties:\n\n* **Unindexed Pattern Model** -- The simplest form, which simply stores the patterns and their count.\n* **Indexed Pattern Model** -- The more informed form, which retains all indices to the original corpus, at the cost of more memory/diskspace.\n\nThe Indexed Pattern Model is much more powerful, and allows more statistics and\nrelations to be inferred.\n\nThe generation of pattern models is optionally parametrised by a minimum\noccurrence threshold, a maximum pattern length, and a lower-boundary on the\ndifferent types that may instantiate a skipgram (i.e. possible fillings of the\ngaps).\n\nTechnical Details\n--------------------\n\nColibri Core is available as a collection of **standalone command-line tools**,\nas a **C++ library**, and as a **Python library**.\n\nPlease consult the full documentation at https://proycon.github.io/colibri-core\n\nInstallation instructions are here: https://proycon.github.io/colibri-core/doc/#installation\n\nPublication\n----------------------\n\nThis software is extensively described in the following peer-reviewed publication:\n\n van Gompel, M and van den Bosch, A (2016)\n Efficient n-gram, Skipgram and Flexgram Modelling with Colibri Core.\n *Journal of Open Research Software*\n 4: e30, DOI: http://dx.doi.org/10.5334/jors.105\n\nClick the link to access the publication and please cite it if you make use of\nColibri Core in your work.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "nlp computational_linguistics frequency ngram skipgram pmi cooccurrence linguistics", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "colibricore", "package_url": "https://pypi.org/project/colibricore/", "platform": "", "project_url": "https://pypi.org/project/colibricore/", "project_urls": null, "release_url": "https://pypi.org/project/colibricore/2.5.1/", "requires_dist": null, "requires_python": "", "summary": "Colibri Core is an NLP tool as well as a C++ and Python library (all included in this package) for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` which allows you to build, view, manipulate and query pattern models.", "version": "2.5.1" }, "last_serial": 5804344, "releases": { "0.5.7.1": [ { "comment_text": "", "digests": { "md5": "e0feee8c1ee3a78317acbb31a8f4b221", "sha256": "95c6d55c55491cf6fdd42bb189217bb9ea47305edede93e98d6be32d0fed3f0e" }, "downloads": -1, "filename": "colibricore-0.5.7.1.tar.gz", "has_sig": false, "md5_digest": "e0feee8c1ee3a78317acbb31a8f4b221", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 593027, "upload_time": "2015-03-20T18:13:31", "url": "https://files.pythonhosted.org/packages/81/0f/3d61719f7ccc85a0d9e1688dbdca745acc929dd1f3aa305d9b15bea9e6ad/colibricore-0.5.7.1.tar.gz" } ], "0.5.7.2": [ { "comment_text": "", "digests": { "md5": "2e83cad7a050cf28303e0cd98ac508bb", "sha256": "2d02453b298e813cd411aee8bfc6de779251f219967ed30787bdf119af10b414" }, "downloads": -1, "filename": "colibricore-0.5.7.2.tar.gz", "has_sig": false, "md5_digest": "2e83cad7a050cf28303e0cd98ac508bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 593273, "upload_time": "2015-03-20T18:18:17", "url": "https://files.pythonhosted.org/packages/72/5c/e68e4cf987066d984e6ae1294b07d94bb5c8b2e477d622dbcecd5e90a209/colibricore-0.5.7.2.tar.gz" } ], "0.5.7.3": [ { "comment_text": "", "digests": { "md5": "e7222285467ef359a88f173b1de873b1", "sha256": "fdfad2e9024eacbdf624a93aca37024b6275f464242e6bd2fa2a91b4cf357f75" }, "downloads": -1, "filename": "colibricore-0.5.7.3.tar.gz", "has_sig": false, "md5_digest": "e7222285467ef359a88f173b1de873b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 593294, "upload_time": "2015-03-20T19:22:56", "url": "https://files.pythonhosted.org/packages/e7/11/3ac6455d0e555026395eaa517fe45eea3c26c1cacd17b4c1a31bd15b6ac9/colibricore-0.5.7.3.tar.gz" } ], "0.5.7.4": [ { "comment_text": "", "digests": { "md5": "f7e73dfdbb55fa1ff170b1e0bf5f9075", "sha256": "7980906488a055382b4d539225756560a2db98566d4156d9ea74b1e68d6d3afa" }, "downloads": -1, "filename": "colibricore-0.5.7.4.tar.gz", "has_sig": false, "md5_digest": "f7e73dfdbb55fa1ff170b1e0bf5f9075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 593936, "upload_time": "2015-03-20T21:40:28", "url": "https://files.pythonhosted.org/packages/ba/19/3a143a43dd20a37ca6d6bb9bac65df5ddbf3ddf0142940d631ad057d9c8a/colibricore-0.5.7.4.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "09ff3bfcb226ee7844bd9ae528a5d243", "sha256": "72107f0585de3486004d2973d86bee1b2a9d500df9ca2b409d9586ff1aaf7529" }, "downloads": -1, "filename": "colibricore-0.5.9.tar.gz", "has_sig": false, "md5_digest": "09ff3bfcb226ee7844bd9ae528a5d243", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 597754, "upload_time": "2015-05-19T13:46:52", "url": "https://files.pythonhosted.org/packages/fb/7b/9115f21c47296f467f21fcb6b440f5db80fdf6b9d2101c08e773a5a40a7c/colibricore-0.5.9.tar.gz" } ], "0.5.9.1": [ { "comment_text": "", "digests": { "md5": "4afae9c5e50a6142b482b2c6afea97f0", "sha256": "52a087db2dcc71415e256cbfb9b58d375678d280fa13f4f4f3b6ee4044bed0bd" }, "downloads": -1, "filename": "colibricore-0.5.9.1.tar.gz", "has_sig": false, "md5_digest": "4afae9c5e50a6142b482b2c6afea97f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14692902, "upload_time": "2015-05-20T18:25:55", "url": "https://files.pythonhosted.org/packages/30/55/71e8add68e426b4970e03244913bc365a288817662266ec7b82f73a4510e/colibricore-0.5.9.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "433a2062169931f0def5ba8c495528ba", "sha256": "8ace88b28b5db0e320a62e055387657a309a3e8c37d732f3077a48d1262d4242" }, "downloads": -1, "filename": "colibricore-1.0.tar.gz", "has_sig": false, "md5_digest": "433a2062169931f0def5ba8c495528ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 607335, "upload_time": "2015-09-17T21:30:41", "url": "https://files.pythonhosted.org/packages/b8/06/10f7a525e9e4cf3c7d56a2c01eaf65d372d37e7ebb40aa4cc2da7544cab6/colibricore-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "683becc6318c9465d4f2ff992d4463b4", "sha256": "5447d27436d5804ec6f71bbccc97d43f9d1028f2ba3982c4adb399abcbaf7151" }, "downloads": -1, "filename": "colibricore-1.0.1.tar.gz", "has_sig": false, "md5_digest": "683becc6318c9465d4f2ff992d4463b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14703698, "upload_time": "2015-09-18T15:13:58", "url": "https://files.pythonhosted.org/packages/cf/fa/f67a65ce4479df2246d0d4ca0bdfe1e71504a63f9d23b79772084062b353/colibricore-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "8f1d3d9bfd4b692817e522cffe0ec339", "sha256": "721b88d98a74c8529dd7cd4b9929a8571ace9bd0d35dff78ebf39498addfa1f1" }, "downloads": -1, "filename": "colibricore-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8f1d3d9bfd4b692817e522cffe0ec339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14703968, "upload_time": "2015-09-29T10:25:23", "url": "https://files.pythonhosted.org/packages/c6/49/074797b3b44d432d992f5049dc8ebb9e6cf21258e1a0b0f150d0a0256038/colibricore-1.0.2.tar.gz" } ], "1.99": [ { "comment_text": "", "digests": { "md5": "992784b3571dc0fe245ccab404861aad", "sha256": "5237545724121f2fde472a0a4428ddcbcd522aa6dfb790de9c906461a4165e5a" }, "downloads": -1, "filename": "colibricore-1.99.tar.gz", "has_sig": false, "md5_digest": "992784b3571dc0fe245ccab404861aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17854753, "upload_time": "2015-11-06T20:56:16", "url": "https://files.pythonhosted.org/packages/ad/dc/350de41878207a5f28e1e7bac66ad9221e53f2ebac3a9fe291462d9e3474/colibricore-1.99.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "9e90e709ff717085e7cdcd2742d007e9", "sha256": "53342ef8735e6861db9d9ae983bd1f1de294ff95ecd584d6ec857a8bb29ded26" }, "downloads": -1, "filename": "colibricore-2.0.tar.gz", "has_sig": false, "md5_digest": "9e90e709ff717085e7cdcd2742d007e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9836349, "upload_time": "2015-11-08T20:50:48", "url": "https://files.pythonhosted.org/packages/dd/ba/b76332eb3a4396d6477d673772bdfa1e0c81334851658a03428476bc2db8/colibricore-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "ca8fb70bb89fe8519688c9b27ed63691", "sha256": "63f7f1852bc852f4f54784694bfbf7cf4f661727eb85b2b6bc91d667e4b950db" }, "downloads": -1, "filename": "colibricore-2.0.1.tar.gz", "has_sig": false, "md5_digest": "ca8fb70bb89fe8519688c9b27ed63691", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17857432, "upload_time": "2015-11-20T10:28:52", "url": "https://files.pythonhosted.org/packages/c0/ff/c05f2fcbabfa0dbe62c3f90ef4d16635ea37866a2c5fe5ba720e785d957a/colibricore-2.0.1.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "12e14fa80d9c9503b56455a569768a8b", "sha256": "0b0e2ae002dd4aedf998dd7e947e2344d856a140ef6cd3418f7140cedb077f5f" }, "downloads": -1, "filename": "colibricore-2.0.3.tar.gz", "has_sig": false, "md5_digest": "12e14fa80d9c9503b56455a569768a8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17858476, "upload_time": "2015-11-25T20:15:33", "url": "https://files.pythonhosted.org/packages/11/8a/729b3b7bd688eae910dda8cf57e3194dd1adb96ceadf3f0a4d26db9876a7/colibricore-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "ea4f10d8f43e64c988d7df5ffdad5ccf", "sha256": "3a8bd5926ee60b9dc238aefcb9ea094e73c6a6230a156f5aacd403b174238aa5" }, "downloads": -1, "filename": "colibricore-2.0.4.tar.gz", "has_sig": false, "md5_digest": "ea4f10d8f43e64c988d7df5ffdad5ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17858738, "upload_time": "2015-11-27T11:41:07", "url": "https://files.pythonhosted.org/packages/46/a5/8e2eded65c7e1ea89832242a9fc9543009a0059f6bc0fb828a99c5f2ad0c/colibricore-2.0.4.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "a2eb212996d39b0d480517ad6082526b", "sha256": "1e2e4de96a6d09c3170cb2083035a1962973810cb9f0a172909b2d9f551ffab6" }, "downloads": -1, "filename": "colibricore-2.1.0.tar.gz", "has_sig": false, "md5_digest": "a2eb212996d39b0d480517ad6082526b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17866845, "upload_time": "2015-12-04T16:20:10", "url": "https://files.pythonhosted.org/packages/f9/6d/c6090ed31ad6f41333ffb567cba4ff22e26aa255214415dcd9da55e55265/colibricore-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "dadc2b39303005aa2695019ee69ea5b5", "sha256": "a21c46b4104cb91643fe2b4a078ecdfc87d82cbb84950f8198ae3985b49e3b34" }, "downloads": -1, "filename": "colibricore-2.1.1.tar.gz", "has_sig": false, "md5_digest": "dadc2b39303005aa2695019ee69ea5b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17867120, "upload_time": "2015-12-07T14:35:58", "url": "https://files.pythonhosted.org/packages/9b/8d/640cd2175e67681fb73e30f05e106025503b92799a3de598fdba0562982f/colibricore-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "ff50644256d2e72af1d20df14c6ce4dd", "sha256": "e54fac25e4c9214a931edee437077954728738c1ac8157986dabd9da1a93b168" }, "downloads": -1, "filename": "colibricore-2.1.2.tar.gz", "has_sig": false, "md5_digest": "ff50644256d2e72af1d20df14c6ce4dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17867086, "upload_time": "2015-12-14T12:59:07", "url": "https://files.pythonhosted.org/packages/1d/05/344a888d14bbc994cbb02ba9cf7091a77c163d2e55ca3e8b6057571bd505/colibricore-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "2bb62b6999086c2c63abcc5b45af04fb", "sha256": "683cc9c440bb28334590a9b8381c8be5b2d37504a609a0aedc453280d6485484" }, "downloads": -1, "filename": "colibricore-2.1.3.tar.gz", "has_sig": false, "md5_digest": "2bb62b6999086c2c63abcc5b45af04fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9848329, "upload_time": "2016-02-08T09:46:04", "url": "https://files.pythonhosted.org/packages/ee/71/a24088ce265756532c000d82396df91d35f0913084a405c8b581a8cd638c/colibricore-2.1.3.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "c7e18ce469f6ba094bca5cc3b4a49a1b", "sha256": "db08b16a7c45055c6de2026e249780893183e3f92ce4c09056c9983492df19ec" }, "downloads": -1, "filename": "colibricore-2.2.tar.gz", "has_sig": false, "md5_digest": "c7e18ce469f6ba094bca5cc3b4a49a1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17867482, "upload_time": "2016-02-10T11:56:54", "url": "https://files.pythonhosted.org/packages/cb/66/db5a4ca46abf68f33743499a1a9edabb0ca55407f31e686465f39e8aadad/colibricore-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "aa2b8de8fa5540a3f116238afcda6fcb", "sha256": "bb7253c792cd2b5f8c10569c880b8b3ea28a4b18a5001977faafd6e91871dfc4" }, "downloads": -1, "filename": "colibricore-2.3.tar.gz", "has_sig": false, "md5_digest": "aa2b8de8fa5540a3f116238afcda6fcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17867435, "upload_time": "2016-02-11T15:50:56", "url": "https://files.pythonhosted.org/packages/43/8c/d9cd178004b80abc5f69ac9aad29cfd1aa377b8a98b9527dfc7f1816d7c8/colibricore-2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "ac75eccfab0a8bdcd9ec78305f81dcb3", "sha256": "575694982c4ffe945c09b4f6be5324bca4b97a558ac08b1f594f3409278271d0" }, "downloads": -1, "filename": "colibricore-2.4.tar.gz", "has_sig": false, "md5_digest": "ac75eccfab0a8bdcd9ec78305f81dcb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17870281, "upload_time": "2016-06-02T09:36:20", "url": "https://files.pythonhosted.org/packages/64/2b/34d4e7c154ab2e5e929ece29d0917af5e7912d0aa1d36f5ffda74581d4ad/colibricore-2.4.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "a57c3bb8f88585a06e000e95c52b8c25", "sha256": "44f9c9f34485b0352058b4360c746380ce3bdc8250fc8fa556657d37a8adff8b" }, "downloads": -1, "filename": "colibricore-2.4.1.tar.gz", "has_sig": false, "md5_digest": "a57c3bb8f88585a06e000e95c52b8c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17870816, "upload_time": "2016-06-16T03:17:41", "url": "https://files.pythonhosted.org/packages/af/a6/6f8517a849ddec5ff57bf23c8f954d468c17bad36c8e92137f6b8b04276d/colibricore-2.4.1.tar.gz" } ], "2.4.10": [ { "comment_text": "", "digests": { "md5": "d4d3ed59cbb72a1214c90a5d864d5d5e", "sha256": "a8de79a9acb1704b773f476ed4b73c28e914c6f9e1ef878832f75bd0338fcd77" }, "downloads": -1, "filename": "colibricore-2.4.10.tar.gz", "has_sig": false, "md5_digest": "d4d3ed59cbb72a1214c90a5d864d5d5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16615911, "upload_time": "2018-12-05T14:48:57", "url": "https://files.pythonhosted.org/packages/8d/0f/02a78ed5ad4ea9f0b6beabbcc623aab34f5bb2957dce44caa71009a043e0/colibricore-2.4.10.tar.gz" } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "c8ed8a22e1a3d292ef624114ca038e31", "sha256": "7b4ec367ede338f86d995e6d119d4d1b270d1a897e2a272eab8cb21ef20abd4a" }, "downloads": -1, "filename": "colibricore-2.4.2.tar.gz", "has_sig": false, "md5_digest": "c8ed8a22e1a3d292ef624114ca038e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17871438, "upload_time": "2016-08-19T14:27:20", "url": "https://files.pythonhosted.org/packages/bc/5b/44df60d186b702aef156d6e46718bcd8640e6fd0b434e6d4c9b7f319dc16/colibricore-2.4.2.tar.gz" } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "f5202fc1fc267c8371312cccd141ffb8", "sha256": "fb5c43161eac25ed408d0532f3415ace2387cb29478fa42c1fb47a42dc8aaba8" }, "downloads": -1, "filename": "colibricore-2.4.3.tar.gz", "has_sig": false, "md5_digest": "f5202fc1fc267c8371312cccd141ffb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16639098, "upload_time": "2016-08-19T14:59:38", "url": "https://files.pythonhosted.org/packages/ae/1b/1e902d2e8831c86761da91a7c43a2c6a2bbafd522cacf55e5cb4aae4a5c9/colibricore-2.4.3.tar.gz" } ], "2.4.4": [ { "comment_text": "", "digests": { "md5": "278df46ca2b18f74d1e430ed7e8e54fc", "sha256": "7a2bd2a36e03b3ef9fabd9b2554e9988f97616df185834446a7babc675df62ea" }, "downloads": -1, "filename": "colibricore-2.4.4.tar.gz", "has_sig": false, "md5_digest": "278df46ca2b18f74d1e430ed7e8e54fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16639801, "upload_time": "2016-12-02T13:21:08", "url": "https://files.pythonhosted.org/packages/70/79/db01a75fcf376d9d90aca91871df9bfaf2cf093b63dff59ca554ea91d53c/colibricore-2.4.4.tar.gz" } ], "2.4.5": [ { "comment_text": "", "digests": { "md5": "9b0659d9600ea59b821403dd6e4d7c27", "sha256": "67dd1cf05d690f8842f82bb6a74d2458389da260219ef384441702d17ff1ef32" }, "downloads": -1, "filename": "colibricore-2.4.5.tar.gz", "has_sig": false, "md5_digest": "9b0659d9600ea59b821403dd6e4d7c27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16640025, "upload_time": "2017-02-21T13:27:50", "url": "https://files.pythonhosted.org/packages/11/df/3a62dae9eb57d2797fc07449529d3922507b93340a248bc3e3b984c389d6/colibricore-2.4.5.tar.gz" } ], "2.4.6": [ { "comment_text": "", "digests": { "md5": "f45bbd9537c593e8ba48bec507445dc1", "sha256": "3808465ffaec35aa0d13d2486d5379ab71b9416e00ed4e309815ff44b05b9031" }, "downloads": -1, "filename": "colibricore-2.4.6.tar.gz", "has_sig": false, "md5_digest": "f45bbd9537c593e8ba48bec507445dc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16640062, "upload_time": "2017-09-07T15:34:47", "url": "https://files.pythonhosted.org/packages/3e/3d/07bca2592b3e68f132e87da1a453357dcc7749ddf9b43a71c6707050f7a7/colibricore-2.4.6.tar.gz" } ], "2.4.7": [ { "comment_text": "", "digests": { "md5": "066d29121a11de371a093a8dd5395e48", "sha256": "80f9973660251329178956214b5510a3c6f64256c8b1724766b1e0be6898faa8" }, "downloads": -1, "filename": "colibricore-2.4.7.tar.gz", "has_sig": false, "md5_digest": "066d29121a11de371a093a8dd5395e48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16640157, "upload_time": "2018-03-01T10:37:08", "url": "https://files.pythonhosted.org/packages/15/ee/b4d10ef407ccf7a2438f4743a2a4fd9b84f662ce847aa17f76e476f9bd90/colibricore-2.4.7.tar.gz" } ], "2.4.8": [ { "comment_text": "", "digests": { "md5": "2be28c31880de477ea767c1d84019753", "sha256": "029470a969cde10d00515c54c2b413ddd3d4260705aeede35e22bd46df15f8ed" }, "downloads": -1, "filename": "colibricore-2.4.8.tar.gz", "has_sig": false, "md5_digest": "2be28c31880de477ea767c1d84019753", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16640159, "upload_time": "2018-03-01T10:40:22", "url": "https://files.pythonhosted.org/packages/56/92/f4611c0aa4079dfc5676ff19b2093e8a8cddf20eed71b3d4a56219869357/colibricore-2.4.8.tar.gz" } ], "2.4.9": [ { "comment_text": "", "digests": { "md5": "b226f4e119dae1da9156018b522b9fe0", "sha256": "d621b14d31bea7f5f11d482a7782961688a02d16b5c559994d3d7305f28c97aa" }, "downloads": -1, "filename": "colibricore-2.4.9.tar.gz", "has_sig": false, "md5_digest": "b226f4e119dae1da9156018b522b9fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9546414, "upload_time": "2018-05-23T17:29:34", "url": "https://files.pythonhosted.org/packages/74/91/c5ca2cb57fc7e76db67a73162ff85c32835ad25d4935f82446254a1753a5/colibricore-2.4.9.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "3988be1d2afac301aac95c32ab0abb3e", "sha256": "29d84f8bcfe73285a4a0c23a6cf4c71a82f64c4344e0b26f7803ddf0a542d71e" }, "downloads": -1, "filename": "colibricore-2.5.0.tar.gz", "has_sig": false, "md5_digest": "3988be1d2afac301aac95c32ab0abb3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16616065, "upload_time": "2018-12-07T16:21:21", "url": "https://files.pythonhosted.org/packages/b5/7b/202e79363a2960bac3b0acdac703166fa4ef46ab9404da5b55a30c596ebd/colibricore-2.5.0.tar.gz" } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "a735a786d30ae17e0077032a7f8b107d", "sha256": "9029293a44aa43b062736b0bf2d66099412a19dc406b7c605a02932d10d42f4c" }, "downloads": -1, "filename": "colibricore-2.5.1.tar.gz", "has_sig": false, "md5_digest": "a735a786d30ae17e0077032a7f8b107d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16616129, "upload_time": "2019-09-09T16:11:15", "url": "https://files.pythonhosted.org/packages/7a/e9/ff4198cbdaa57f7ddc96a736365bf238a4fe5e0ef5c1f9402bf0fcce82d7/colibricore-2.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a735a786d30ae17e0077032a7f8b107d", "sha256": "9029293a44aa43b062736b0bf2d66099412a19dc406b7c605a02932d10d42f4c" }, "downloads": -1, "filename": "colibricore-2.5.1.tar.gz", "has_sig": false, "md5_digest": "a735a786d30ae17e0077032a7f8b107d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16616129, "upload_time": "2019-09-09T16:11:15", "url": "https://files.pythonhosted.org/packages/7a/e9/ff4198cbdaa57f7ddc96a736365bf238a4fe5e0ef5c1f9402bf0fcce82d7/colibricore-2.5.1.tar.gz" } ] }