{ "info": { "author": "Dougal J. Sutherland", "author_email": "dougal@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Cython", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython" ], "description": "cyflann\n=======\n\n|Travis|_ |AppVeyor|_ |PyPI|_ |conda|_\n\n.. |Travis| image:: https://api.travis-ci.org/dougalsutherland/cyflann.svg?branch=master\n.. _Travis: https://travis-ci.org/dougalsutherland/cyflann\n\n.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/dougalsutherland/cyflann?branch=master&svg=true\n.. _AppVeyor: https://ci.appveyor.com/project/dougalsutherland/cyflann\n\n.. |PyPI| image:: https://badge.fury.io/py/cyflann.svg\n.. _PyPI: https://badge.fury.io/py/cyflann/\n\n.. |conda| image:: https://anaconda.org/conda-forge/cyflann/badges/version.svg\n.. _conda: https://anaconda.org/conda-forge/cyflann\n\n`cyflann` is a Cython-based interface to the\n`FLANN `_ library.\nIt allows you to call FLANN from Cython without python overheads; in particular, you can make many calls in parallel threads without the GIL.\n\nIf you're just looking for any Python interface to FLANN, the ctypes interface\nthat it ships with may be better for you. I wrote this interface for\n`an application `_\nthat needs to run lots of independent searches without the GIL.\n\nThe interface is currently incomplete; right now only float32 is supported, it\nalso has some known issues, and is probably less friendly in general than it\ncould be. If you want to use it, bug reports and/or pull requests are welcome.\n\ncyflann is only tested with FLANNs since 1.8.4.\ncyflann supports FLANN's OpenMP wrappers, but has not been tested with its\nMPI or CUDA interfaces.\n\n\nInstallation\n------------\n\nIf you use the `Anaconda `_ Python\ndistribution, the easiest way to get both cyflann and FLANN, including on Windows, is::\n\n conda install -c conda-forge cyflann\n\nOtherwise, you need to install FLANN yourself (see below), and can then run::\n\n pip install cyflann\n\n**NOTE:** If you're using FLANN 1.8.4 or earlier, a problem\nwith its pkg-config files means that cyflann won't link properly.\nThis has been fixed in the development branch since April 2013, but the\n1.9.1 release isn't yet widely packaged.\n\nTo work around this problem, set the environment variable ``FLANN_DIR`` to the\nroot of the installation before running ``pip`` or ``setup.py``, e.g.\n``/usr/local`` if the libraries are in ``/usr/local/lib/libflann.so``.\nIf you're using ``sudo``, remember that it doesn't necessarily propagate \nenvironment variables by default;\n``sudo FLANN_DIR=/wherever pip install cyflann`` will work.\n\n\nInstalling FLANN\n----------------\n\n**Anaconda:** ``conda install -c conda-forge flann`` (included as a requirement by the cyflann package).\n\n**OSX:** using `Homebrew `_, ``brew install homebrew/science/flann``; this gives you 1.9.1, but if ``pkg-config`` doesn't work for you for some reason, it's ``FLANN_DIR=$(brew --prefix)``.\n\n**Ubuntu:** ``apt-get install libflann1 flann-dev``; set ``FLANN_DIR=/usr``.\n\n**Fedora:** ``yum install flann flann-devel``; set ``FLANN_DIR=/usr``.\n\n**CentOS:** \n`EPEL `_ has flann packages,\nbut they're old and not tested with cyflann. Compile from source.\n\n**Arch:**\nInstall the `AUR flann package `_;\ncyflann wants ``FLANN_DIR=/usr``.\n\n**From source:**\nDownload `the release source `_,\nand follow the `user manual `_ to install.\nIf you're installing 1.9.1 and have ``pkg-config`` available,\nyou shouldn't need to set ``FLANN_DIR``,\nbut if not set it to whatever you set ``CMAKE_INSTALL_PREFIX`` to\n(``/usr/local`` by default).", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dougalsutherland/cyflann", "keywords": "", "license": "BSD 3-clause", "maintainer": "", "maintainer_email": "", "name": "cyflann", "package_url": "https://pypi.org/project/cyflann/", "platform": "", "project_url": "https://pypi.org/project/cyflann/", "project_urls": { "Homepage": "https://github.com/dougalsutherland/cyflann" }, "release_url": "https://pypi.org/project/cyflann/0.2.4/", "requires_dist": null, "requires_python": "", "summary": "A Cython-based interface to the FLANN nearest neighbors library.", "version": "0.2.4" }, "last_serial": 3826117, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4771355c0363516637e14a1430c40b1c", "sha256": "456961e3afa5932344e5bec75f8057a6fbc85c786357380a1543a5ce5ef576fa" }, "downloads": -1, "filename": "cyflann-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4771355c0363516637e14a1430c40b1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118620, "upload_time": "2013-06-24T18:35:13", "url": "https://files.pythonhosted.org/packages/8d/fc/04ba1a14aa5dc5fc011dd1df152d5d38fe3729faa8b4ad1c5aca6b5b9b55/cyflann-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b5acef28979f0e0d155c480c6ce5940f", "sha256": "b3b9390efe5a326f87bfded1de1f1343f36650f0787601d68aefdabe84594ede" }, "downloads": -1, "filename": "cyflann-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b5acef28979f0e0d155c480c6ce5940f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120190, "upload_time": "2013-06-24T18:55:11", "url": "https://files.pythonhosted.org/packages/38/90/1d38d7271ba12e7e2fd65b778f9ea0181f4f34047fa6b84fd2a417468972/cyflann-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "eef9b8130e240d1d58daaaabcbd1df89", "sha256": "3cdc6bb7b8405c9e556546066562f293bf20af737edec9aa70c4ab8a3268e794" }, "downloads": -1, "filename": "cyflann-0.1.10.tar.gz", "has_sig": false, "md5_digest": "eef9b8130e240d1d58daaaabcbd1df89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140023, "upload_time": "2013-10-19T23:50:18", "url": "https://files.pythonhosted.org/packages/03/6a/915cee9b40cb715d793f1c45350d3bec8210173b2e2ddb2c372dcf7f4c03/cyflann-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "826d63c5fe220689e2da3a7bbdfdc76b", "sha256": "90c0718c833d075bbb4869e2886916950db6371163559c7d87137b4bc065004b" }, "downloads": -1, "filename": "cyflann-0.1.11.tar.gz", "has_sig": false, "md5_digest": "826d63c5fe220689e2da3a7bbdfdc76b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140215, "upload_time": "2013-10-19T23:50:41", "url": "https://files.pythonhosted.org/packages/5b/4b/7e0215465890c1f92861b7986678ff79483498312fec81ce1da1e1b5e464/cyflann-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "5a29607d7dc23daa740aad7a73fa07bb", "sha256": "de13a7f20939cbcea43b3a46ba7a15eea6bb09d0053c850e3cb6624a34d2dbc8" }, "downloads": -1, "filename": "cyflann-0.1.12.tar.gz", "has_sig": false, "md5_digest": "5a29607d7dc23daa740aad7a73fa07bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140820, "upload_time": "2013-11-07T02:05:04", "url": "https://files.pythonhosted.org/packages/b3/88/c8fed0ded2d30464fe8ab9f7ea34ad2bb69978ad91b85f0b682d32df5510/cyflann-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "4d9cbea6efc6953f9afff85f7c254932", "sha256": "f42333cfcfca7fe1b28abe62e2862f85f06b10210c074c36a975fcb8276baf03" }, "downloads": -1, "filename": "cyflann-0.1.13.tar.gz", "has_sig": false, "md5_digest": "4d9cbea6efc6953f9afff85f7c254932", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141171, "upload_time": "2013-11-07T04:44:02", "url": "https://files.pythonhosted.org/packages/4c/2d/d3850198523b21ff9a8abb1369b83e9f64c52b87633c6b1979825eab4a23/cyflann-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "b61ddc2ec750868fb5bd4e71fb849e72", "sha256": "d28bd16ff72bfe28ffb364c9ea7919f5b14fc6a9d5191f8ba609010d668efeaf" }, "downloads": -1, "filename": "cyflann-0.1.14.tar.gz", "has_sig": false, "md5_digest": "b61ddc2ec750868fb5bd4e71fb849e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141228, "upload_time": "2013-12-04T23:28:43", "url": "https://files.pythonhosted.org/packages/68/d0/6d4a4ce67b5b8d3e9652200287201108c817a7e7d82cedffc07510477540/cyflann-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "5f0f04f0b8624a820572d5776e6d072a", "sha256": "8b26b02ba57c46fe9ba80d499a53093b216d14e6fcb8f9f98e4a087dd7402144" }, "downloads": -1, "filename": "cyflann-0.1.15.tar.gz", "has_sig": false, "md5_digest": "5f0f04f0b8624a820572d5776e6d072a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145217, "upload_time": "2014-06-17T22:15:56", "url": "https://files.pythonhosted.org/packages/40/28/b9e9b62df59feb15a60925f3906e28245ca5957eb086d95d9977a0e28abc/cyflann-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "b7d6ccba9c003d1f8b285401bd49f10c", "sha256": "8b30ceec6d42b0562528310750c08daab33f95df178733187fe7a36bda8409a0" }, "downloads": -1, "filename": "cyflann-0.1.16.tar.gz", "has_sig": false, "md5_digest": "b7d6ccba9c003d1f8b285401bd49f10c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145233, "upload_time": "2014-06-20T23:43:02", "url": "https://files.pythonhosted.org/packages/ff/dc/eebf7c2622f845b3480b4921165525da6d6e7f2bfbab0ce0964b7c611d53/cyflann-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "13bbc11e8151e9ca24745794b2e80c40", "sha256": "9d09f32f0113ae78ae4c8e86e272388bc3efe5b5634a84e937a810dc80752beb" }, "downloads": -1, "filename": "cyflann-0.1.17.tar.gz", "has_sig": false, "md5_digest": "13bbc11e8151e9ca24745794b2e80c40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145394, "upload_time": "2014-06-21T00:10:16", "url": "https://files.pythonhosted.org/packages/cc/87/7bdda78f8429f9ae6df0017b33228e0c21c882bb3f12843874fe3fdf186a/cyflann-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "b20ee8853a69b80f758bd57d33e2eb0b", "sha256": "49d2331796b5674154dd438bbace5819e796b553455f9d95c438b8bdab0b1df5" }, "downloads": -1, "filename": "cyflann-0.1.18.tar.gz", "has_sig": false, "md5_digest": "b20ee8853a69b80f758bd57d33e2eb0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148862, "upload_time": "2014-06-25T01:23:36", "url": "https://files.pythonhosted.org/packages/f9/76/9dc1edcf2a019d09178e76480d06d0c6c0f5a8117a103267d278294dc65a/cyflann-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "1c94e2147f51d9c14ac1fcf5eac5763c", "sha256": "eb4f5259b78713ca7b869f237c491651bd6e9d07ab0b447dc908588d7c1fe79d" }, "downloads": -1, "filename": "cyflann-0.1.19.tar.gz", "has_sig": false, "md5_digest": "1c94e2147f51d9c14ac1fcf5eac5763c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148941, "upload_time": "2014-06-25T01:43:23", "url": "https://files.pythonhosted.org/packages/90/d3/3ee9eb281ae6ff2d171fdf036581fc8e539bef73dc2647ee657be36afc59/cyflann-0.1.19.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "94a51d49325a40dc66442965cf41775c", "sha256": "7cab8c9ae8a99bcee61d841c1993b7726df5d6e419f90cd7e7a875c03b0b2b19" }, "downloads": -1, "filename": "cyflann-0.1.2.tar.gz", "has_sig": false, "md5_digest": "94a51d49325a40dc66442965cf41775c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120225, "upload_time": "2013-06-24T19:12:29", "url": "https://files.pythonhosted.org/packages/ee/7f/6dcf4bf204afac3d2154aaad59035cb61a32604f187f489258e6ddb5afa5/cyflann-0.1.2.tar.gz" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "6c743510de6a5eb1c257e1dc6267c9ae", "sha256": "9401e916698da98b267f71727cb4d2907485815a2b2a096a36dbb765ecb2eb6f" }, "downloads": -1, "filename": "cyflann-0.1.20.tar.gz", "has_sig": false, "md5_digest": "6c743510de6a5eb1c257e1dc6267c9ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148899, "upload_time": "2014-06-29T18:02:39", "url": "https://files.pythonhosted.org/packages/65/45/b1f205d4c51b345757c854ad94cb3f3aa898f25241d4bfb29a52ca5c8a2c/cyflann-0.1.20.tar.gz" } ], "0.1.21": [ { "comment_text": "", "digests": { "md5": "d57042f9536b8e0acbce14dec124fb25", "sha256": "11e9bee1846746ef2c33256d4dba15272bab6f867b982b1d2d9eea2a9b57b901" }, "downloads": -1, "filename": "cyflann-0.1.21.tar.gz", "has_sig": false, "md5_digest": "d57042f9536b8e0acbce14dec124fb25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148981, "upload_time": "2014-06-29T18:27:19", "url": "https://files.pythonhosted.org/packages/05/4b/e7459433caec7831443998d9078321c5948f2ea4f5936db5f8f8ad305ebe/cyflann-0.1.21.tar.gz" } ], "0.1.22": [ { "comment_text": "", "digests": { "md5": "a22a4f30fe6ee5f9c4f2c3b660e00689", "sha256": "fc43efdf90b202cc1f06789911e4a6ec1071a9b4d35f6cc06b5eb6ec2e0bc442" }, "downloads": -1, "filename": "cyflann-0.1.22.tar.gz", "has_sig": false, "md5_digest": "a22a4f30fe6ee5f9c4f2c3b660e00689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150216, "upload_time": "2014-07-07T16:42:49", "url": "https://files.pythonhosted.org/packages/9a/54/0be705047232993dc79b11549edffd1875229a0c01682e490ebf2916bd5f/cyflann-0.1.22.tar.gz" } ], "0.1.22-dev": [], "0.1.23": [ { "comment_text": "", "digests": { "md5": "f7c5bc3694ac2cda3f708f9b3da4bb85", "sha256": "e97a3d024ff3009afc884accf1fe4b0b12f554d51a24564186a2b1fe40122ae4" }, "downloads": -1, "filename": "cyflann-0.1.23.tar.gz", "has_sig": false, "md5_digest": "f7c5bc3694ac2cda3f708f9b3da4bb85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150233, "upload_time": "2014-07-07T17:27:06", "url": "https://files.pythonhosted.org/packages/47/de/7d33b43bbcde66bbc18ed1392d6aba0cd988a7ba81ef14f33a95c9a40438/cyflann-0.1.23.tar.gz" } ], "0.1.24": [ { "comment_text": "", "digests": { "md5": "a2f3aff7ae9f9bb24a15287ff8583ce0", "sha256": "e113f07a340ccb41427ac8d9646cee2bfac8a839ccb80fc77b09dfc52f2bc348" }, "downloads": -1, "filename": "cyflann-0.1.24.tar.gz", "has_sig": false, "md5_digest": "a2f3aff7ae9f9bb24a15287ff8583ce0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174826, "upload_time": "2016-08-08T17:53:20", "url": "https://files.pythonhosted.org/packages/a6/0c/6007f6594d28f1d5c963539c0307608fb5443bfff25fcfa44edbf1d8b756/cyflann-0.1.24.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c772489e613e0661c3c947bd66959d0f", "sha256": "6b926dc0f74c5aa05256bffe55790bc9ceec86f9f644660c1b928fef3288bca2" }, "downloads": -1, "filename": "cyflann-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c772489e613e0661c3c947bd66959d0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120164, "upload_time": "2013-06-27T04:52:38", "url": "https://files.pythonhosted.org/packages/1e/78/5ad82520623b17cdf1a4746a92fd0ce970ef6edb06b27567eef2ee33a75c/cyflann-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2bde041ffcd954ccc6331773f740c772", "sha256": "0a5d38e13661e45757e94056f5c41bd268121198db5de4f201cec0a7451c4e7f" }, "downloads": -1, "filename": "cyflann-0.1.4.tar.gz", "has_sig": false, "md5_digest": "2bde041ffcd954ccc6331773f740c772", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134073, "upload_time": "2013-07-09T05:47:49", "url": "https://files.pythonhosted.org/packages/41/57/796ff69e2ac3734c877f07e10dc0ecae51e3444e6bcfa0b2cc5ed511975d/cyflann-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "05cfc4d1b87740dc92b5199013283d05", "sha256": "1f93a3428a579499e3afe134061b3300c9b626fa2d92e4579e6c623fbc4aa147" }, "downloads": -1, "filename": "cyflann-0.1.5.tar.gz", "has_sig": false, "md5_digest": "05cfc4d1b87740dc92b5199013283d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138559, "upload_time": "2013-07-09T20:38:50", "url": "https://files.pythonhosted.org/packages/07/f6/084bd1aae946426302b9cb6c7b608167d3161c2995d24cbddafdc4a3b90c/cyflann-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "68f3e537e66b7b14924bd31e67992f95", "sha256": "9b7a485ac4180c998974980c992b74c4f1435a270b4cc0bc8acd687ce4ada3d6" }, "downloads": -1, "filename": "cyflann-0.1.6.tar.gz", "has_sig": false, "md5_digest": "68f3e537e66b7b14924bd31e67992f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139041, "upload_time": "2013-07-16T05:19:21", "url": "https://files.pythonhosted.org/packages/82/20/4f073bcaa6a6517ccb11caa28948e1bfa0e1248e7425c598ecaaf7c88253/cyflann-0.1.6.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "adff5fea37a6191b82588fdc1ee6fac4", "sha256": "fd3426800871fb68adc9361f46096af527b8a5f312aa6ac2daf9703c084f476b" }, "downloads": -1, "filename": "cyflann-0.1.8.tar.gz", "has_sig": false, "md5_digest": "adff5fea37a6191b82588fdc1ee6fac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139483, "upload_time": "2013-10-02T06:37:50", "url": "https://files.pythonhosted.org/packages/b2/05/3b63717f63ac64294defcf23f6711b0bf5a2aaabf5698d86b183b14d0a05/cyflann-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "b4a6ba3dd86bdce586712235d498809d", "sha256": "2617d0e985e14150b96547897124943c2624ff087e7a0d6820978dfdb08d412c" }, "downloads": -1, "filename": "cyflann-0.1.9.tar.gz", "has_sig": false, "md5_digest": "b4a6ba3dd86bdce586712235d498809d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139926, "upload_time": "2013-10-18T00:46:22", "url": "https://files.pythonhosted.org/packages/c0/86/7eb71b3863226c1fbc421ed191c46ae6a570a8291bb106404123b297d608/cyflann-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "36eed4b5888c15bc7e2d1cdcf3c95bab", "sha256": "7521c22e96f2403c01b59665dcb9f4005e789694117459fa81ca84f935fb9bae" }, "downloads": -1, "filename": "cyflann-0.2.0.tar.gz", "has_sig": false, "md5_digest": "36eed4b5888c15bc7e2d1cdcf3c95bab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175525, "upload_time": "2016-08-11T08:52:57", "url": "https://files.pythonhosted.org/packages/d1/3f/4f4f9a2e9b83a48517d2513db8a32f00d2b0689e84ba040aea38225761c2/cyflann-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3947ee5307b5bfbc93ac4cffd77f4e83", "sha256": "54f58226382af2aa1e20031682f03f8608358750378c57f99a8b11a25ac0a7e9" }, "downloads": -1, "filename": "cyflann-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3947ee5307b5bfbc93ac4cffd77f4e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181831, "upload_time": "2016-11-28T23:53:39", "url": "https://files.pythonhosted.org/packages/9e/7a/5c6126506f69d38603b96ca3b0cdf985b23325ea2336d42751f133f7a177/cyflann-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a807d608522c77401136f16229b6b7e5", "sha256": "7f808961e3354e017614ae9514eea92c4f6b992302b363f87768b62122bc134b" }, "downloads": -1, "filename": "cyflann-0.2.2.tar.gz", "has_sig": false, "md5_digest": "a807d608522c77401136f16229b6b7e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182737, "upload_time": "2017-07-18T10:34:30", "url": "https://files.pythonhosted.org/packages/bc/19/8034bf5674fb3948ea9cc9d465f63de4c3fa53698a93a5605a500d1ec9cc/cyflann-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "704a366be65c4cf96474a2500ac2917d", "sha256": "a38cfdbaf7b4005f1f6ba417186f485483f78219bec5aa95f479f38551d234ae" }, "downloads": -1, "filename": "cyflann-0.2.3.tar.gz", "has_sig": false, "md5_digest": "704a366be65c4cf96474a2500ac2917d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182922, "upload_time": "2017-07-18T11:15:29", "url": "https://files.pythonhosted.org/packages/a8/a2/7976ff6e65ada17716847c6c65ffcd4e8e75c2debbbedb4b4bffe55a7fd3/cyflann-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "35f2e5629858520e2d93ef306c89b52d", "sha256": "361012482bc8120784324587c9f61dad1264649661f1690bee2e9f8e3ba1d3cc" }, "downloads": -1, "filename": "cyflann-0.2.4.tar.gz", "has_sig": false, "md5_digest": "35f2e5629858520e2d93ef306c89b52d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207570, "upload_time": "2018-05-02T07:57:11", "url": "https://files.pythonhosted.org/packages/10/df/29fc368e43c749ddfd689f199fd9735861257e5eedcc8bcc01edaabb3c0e/cyflann-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35f2e5629858520e2d93ef306c89b52d", "sha256": "361012482bc8120784324587c9f61dad1264649661f1690bee2e9f8e3ba1d3cc" }, "downloads": -1, "filename": "cyflann-0.2.4.tar.gz", "has_sig": false, "md5_digest": "35f2e5629858520e2d93ef306c89b52d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207570, "upload_time": "2018-05-02T07:57:11", "url": "https://files.pythonhosted.org/packages/10/df/29fc368e43c749ddfd689f199fd9735861257e5eedcc8bcc01edaabb3c0e/cyflann-0.2.4.tar.gz" } ] }