{ "info": { "author": "Grant Brown", "author_email": "grant.brown73@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: GIS" ], "description": "Laspy\n=====\n\nLaspy is a python library for reading, modifying and creating LAS LiDAR\nfiles.\n\n|Build Status|\n\nIntroduction\n------------\n\nLaspy is a pythonic library for reading, modifying and writing LAS\nfiles. Support for LAZ is limited to reading LAS version 1.0-1.3 files.\nLaspy is compatible with Python 2.6+ and 3.5+.\n\nLaspy includes a set of command line tools which can be used to do basic\nfile operations like format translation and validation as well as\ncomparing LAS files.\n\nExample\n-------\n\nA simple example to show the basics of Laspy. Here we create an output\nfile that only consists of terrain points from the input file:\n\n.. code:: python\n\n from laspy.file import File\n import numpy as np\n\n inFile = File('/path/to/file.las', mode='r')\n\n I = inFile.Classification == 2\n\n outFile = File('/path/to/output.las', mode='w', header=inFile.header)\n outFile.points = inFile.points[I]\n outFile.close()\n\nAPI Documentation and tutorials are available at\n`PythonHosted `__.\n\nInstallation\n------------\n\nLaspy can be installed either with ``pip``:\n\n::\n\n pip install laspy\n\nor by running the setup script included in the source distribution:\n\n::\n\n python setup.py build --user\n python setup.py install --user\n\nLaspy is only dependent on numpy and should therefore work on Linux, OS\nX and Windows as long as a working installation of numpy is available.\n\nChangelog\n---------\n\nVersion 1.6.0\n---------------------\n- Bug fix (`#92 `_)\n- Test creation of all valid custom dimension data types\n- Modify handling of extra bytes to be char data instead of numeric byte data\n\nVersion 1.5.1\n.............\n- Bug fixes (`#67 `_, `#75 `_, `b02b40900b5 `_)\n- Allow usage of `laszip-cli` when working with LAZ files (`#77 `_)\n\nVersion 1.5.0\n.............\n- Improved memory handling in base.FileManager (`#48 `_)\n- Introduced ``r-`` file mode, that only reads the header of as LAS file (`#48 `_)\n- LAS v. 1.4 bug fixes (`#55 `_)\n- Python 3 support (`#62 `_)\n\n\n.. |Build Status| image:: https://travis-ci.org/laspy/laspy.svg?branch=master\n :target: https://travis-ci.org/laspy/laspy\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/laspy/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/laspy/laspy", "keywords": "gis lidar las", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "laspy", "package_url": "https://pypi.org/project/laspy/", "platform": "", "project_url": "https://pypi.org/project/laspy/", "project_urls": { "Homepage": "https://github.com/laspy/laspy" }, "release_url": "https://pypi.org/project/laspy/1.6.0/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "Native Python ASPRS LAS read/write library", "version": "1.6.0" }, "last_serial": 5808151, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "897369b3fa94c9a66fc8bb79d667872a", "sha256": "db9df7f8ea8cf66fc7ef26273adcd367d46ce26125103c9ea9e3b6153a74a43c" }, "downloads": -1, "filename": "laspy-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "897369b3fa94c9a66fc8bb79d667872a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 62782, "upload_time": "2012-06-25T17:23:38", "url": "https://files.pythonhosted.org/packages/3f/6f/f922827e24a13b44d6fe75d0ed4fcbffdc673b1186ef3249c93fb8c80dfb/laspy-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "02876a1a6855ea9cc3b21751e5c6d212", "sha256": "fdde5ad2bde0d803d9e63b62908d50c2e6b47ed85edeeb0035dece197c8ba827" }, "downloads": -1, "filename": "laspy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "02876a1a6855ea9cc3b21751e5c6d212", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28006, "upload_time": "2012-06-25T16:52:38", "url": "https://files.pythonhosted.org/packages/e1/07/46553b1ca048a1c81afb2ea943c241da2424ccc0f89d78d3078ab8e9d1f8/laspy-1.0.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "1e7e50ff8e8aec05071a639725be322b", "sha256": "4ecfdd7d4895147b4d8161e5b304e4072914cb8a42f374e49f6a1b35b7d5fb1f" }, "downloads": -1, "filename": "laspy-1.0.0.win32.exe", "has_sig": false, "md5_digest": "1e7e50ff8e8aec05071a639725be322b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 89486, "upload_time": "2012-06-25T20:42:33", "url": "https://files.pythonhosted.org/packages/f5/7f/728582ca4926a5223b2e43b283e8ce1ccfa906e1258203aee2994cf71e17/laspy-1.0.0.win32.exe" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f02cacb988063d3e0b1c0d5bf5178517", "sha256": "5d899afcb98df9c4f34c7b312ef7779036bfe9b82a9625d496c034c3efc5c22e" }, "downloads": -1, "filename": "laspy-1.1.0-py2.7.egg", "has_sig": false, "md5_digest": "f02cacb988063d3e0b1c0d5bf5178517", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 278090, "upload_time": "2012-06-30T00:09:42", "url": "https://files.pythonhosted.org/packages/6c/76/0ad6deac683dc56ae291086a7a226119f2dfa5b68514a02f788907c741e6/laspy-1.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2ac9eda105cf8758f908ad065e566862", "sha256": "1f3f00aaa769aead25a9d2f4b389af6bf22992f3b94611c9e30e528102a74be9" }, "downloads": -1, "filename": "laspy-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2ac9eda105cf8758f908ad065e566862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31577, "upload_time": "2012-06-30T00:09:39", "url": "https://files.pythonhosted.org/packages/52/29/ec4e1dbd6649b197d56d4d8c3f2da2e97b778c0bf5c29a8e6dc887e17ff7/laspy-1.1.0.tar.gz" } ], "1.1.1": [], "1.2.0": [ { "comment_text": "", "digests": { "md5": "04068d4b892ab42a28e6aa91635e3be4", "sha256": "d891b327bcbafd57a425a8ef9a91a1a112ce9605b813cd99b78f77773599e384" }, "downloads": -1, "filename": "laspy-1.2.0-py2.7.egg", "has_sig": false, "md5_digest": "04068d4b892ab42a28e6aa91635e3be4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 315115, "upload_time": "2012-07-04T00:29:27", "url": "https://files.pythonhosted.org/packages/25/14/5f921caddcc1eb293e5bcc84bdfcc8cf7ea0abace60a8c555351bf82080e/laspy-1.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9239ee2ce82191c94340abd0c4860067", "sha256": "885bcce8f404df51f5daf237b574c9a46d7856b71c31cf4effbc7aef1fd2de3e" }, "downloads": -1, "filename": "laspy-1.2.0.tar.gz", "has_sig": false, "md5_digest": "9239ee2ce82191c94340abd0c4860067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458309, "upload_time": "2012-07-04T00:29:24", "url": "https://files.pythonhosted.org/packages/0a/a4/95f3886cc61e5e0a78620d6fbb788e2b938acb06dc7a8137502d42cd1f9b/laspy-1.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "32ef3447f4aa31731e5b80e6d7cf7660", "sha256": "22851d67a23e3ebcb47900893b39d3dde5d046d08efd348f158c1444b2b1456e" }, "downloads": -1, "filename": "laspy-1.2.0.win32.exe", "has_sig": false, "md5_digest": "32ef3447f4aa31731e5b80e6d7cf7660", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 627037, "upload_time": "2012-07-04T00:26:11", "url": "https://files.pythonhosted.org/packages/8d/e0/a414f66e793dcab942c16d9144787fa4461ecc635c181333ed50a5509356/laspy-1.2.0.win32.exe" }, { "comment_text": "", "digests": { "md5": "5430716486aac688c02a682ebfa22394", "sha256": "61744d816b152bbeb10d73ca20e3573685e284ced08cfbd3efd5b4ab12285fef" }, "downloads": -1, "filename": "laspy-1.2.0.zip", "has_sig": false, "md5_digest": "5430716486aac688c02a682ebfa22394", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 235412, "upload_time": "2012-07-04T00:26:08", "url": "https://files.pythonhosted.org/packages/aa/f5/ed90fa93cc7bca01b150980c5cf0ab6c23937b6e1a00dd11e56b55a17580/laspy-1.2.0.zip" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "d23501e8dba987f34b5743b59eb79239", "sha256": "d884d4d146ff06fbb1d25ee6c57a95127c89ea725b1086b29928fa90daf47061" }, "downloads": -1, "filename": "laspy-1.2.1-py2.7.egg", "has_sig": false, "md5_digest": "d23501e8dba987f34b5743b59eb79239", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 315105, "upload_time": "2012-07-07T23:02:05", "url": "https://files.pythonhosted.org/packages/1d/2c/8db860d47891148633d3be3b4a5ca0efc5185aaaf411662995f1cf7b0525/laspy-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9b9e41026b7bdce8a5d887d6c63fe457", "sha256": "7dbda4f8ac4b74c5cd162eda9c24cd85dcd0023eac0e6088f77882aa7d3301f1" }, "downloads": -1, "filename": "laspy-1.2.1.tar.gz", "has_sig": false, "md5_digest": "9b9e41026b7bdce8a5d887d6c63fe457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458259, "upload_time": "2012-07-07T23:02:01", "url": "https://files.pythonhosted.org/packages/8b/d1/b1404a7dd98ca5a5a4fed70345d79f16919611d13341b7cfa4d26f9c4065/laspy-1.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "7637e0f1e0f95d4ab02dfbe6e7b8b7eb", "sha256": "22b4b1c385f3d2fac9bb7526dbd14599a2f6c2de38a77ca9309617a2efa1e9ce" }, "downloads": -1, "filename": "laspy-1.2.1.win32.exe", "has_sig": false, "md5_digest": "7637e0f1e0f95d4ab02dfbe6e7b8b7eb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 627008, "upload_time": "2012-07-07T23:40:01", "url": "https://files.pythonhosted.org/packages/6a/7a/dd17d15b30f6b66cf387c3aeb9387b41434466753f6ca0750d386dfe907e/laspy-1.2.1.win32.exe" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5c879ee5694cd1893e60bca330c8d09b", "sha256": "69428d1c036fdc30388f1c1c3c46a400e1500c8e2c58c01a4527bd0d1526f1e3" }, "downloads": -1, "filename": "laspy-1.2.2-py2.7.egg", "has_sig": false, "md5_digest": "5c879ee5694cd1893e60bca330c8d09b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 348942, "upload_time": "2012-07-10T00:10:55", "url": "https://files.pythonhosted.org/packages/b1/50/063affffc12ecff03f8623c1e3c28e8de55184a8bb9c93aab036c0d97c48/laspy-1.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1074d58ea68d73f5ed56aa38353b9fa4", "sha256": "0f2840ed447c72be0aca0548ae7558ca4545beac465d6ea0abc71bca10fbac56" }, "downloads": -1, "filename": "laspy-1.2.2.tar.gz", "has_sig": false, "md5_digest": "1074d58ea68d73f5ed56aa38353b9fa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 490848, "upload_time": "2012-07-10T00:10:52", "url": "https://files.pythonhosted.org/packages/42/66/9413653a70a0903df2ef27f6a348acfb227f30faa67b1c69189faaf70145/laspy-1.2.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "4cb8cd2f605e241879c065aba5d21fac", "sha256": "081d6489adabe097218d2cafa9fc71119f96b86550307294a6312afc77424464" }, "downloads": -1, "filename": "laspy-1.2.2.win32.exe", "has_sig": false, "md5_digest": "4cb8cd2f605e241879c065aba5d21fac", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 628697, "upload_time": "2012-07-10T00:12:33", "url": "https://files.pythonhosted.org/packages/60/4b/317a5cb5ccc6b182abf4074008af238171626a7588439a146cf3195c05db/laspy-1.2.2.win32.exe" }, { "comment_text": "", "digests": { "md5": "0e72d455f23a73fadd50b9eabd6d35bd", "sha256": "7d66fcb78393d4adadcb3229b424585636ea18d7be5ac49d6aecddaa65071c7f" }, "downloads": -1, "filename": "laspy-1.2.2.zip", "has_sig": false, "md5_digest": "0e72d455f23a73fadd50b9eabd6d35bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 492698, "upload_time": "2012-07-10T00:14:21", "url": "https://files.pythonhosted.org/packages/0e/0e/43447c0f6084c54767f3844bdb84c0dd8d62cb6419a70694cbba4bc2d0cf/laspy-1.2.2.zip" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "0851c41cc3ef9b81eee2f636ad5734f7", "sha256": "a5e28760f71a5e41539c3214e604ee3b31d2d435dc382864f5216fd96ac857b3" }, "downloads": -1, "filename": "laspy-1.2.3-py2.7.egg", "has_sig": false, "md5_digest": "0851c41cc3ef9b81eee2f636ad5734f7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 290079, "upload_time": "2012-07-15T17:01:52", "url": "https://files.pythonhosted.org/packages/5c/a6/03c0f83d4fb83fc759605b033e5f230d5106b6f595627746ed4c04eba4d6/laspy-1.2.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2b9de775a8509f5b4148a0158da59694", "sha256": "1c92392a6425ffe4dc873fc20e1e77f1635ee9a078dc12e330c2e9d62cce48aa" }, "downloads": -1, "filename": "laspy-1.2.3.tar.gz", "has_sig": false, "md5_digest": "2b9de775a8509f5b4148a0158da59694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 234192, "upload_time": "2012-07-15T17:01:38", "url": "https://files.pythonhosted.org/packages/0d/53/77f6568640a6a14d009abf6e0a09922a6923ffdaa8f6bc3c68f5db88cd75/laspy-1.2.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "7516c321fd07bf36f7edaa74532120eb", "sha256": "8bb1c3402b65d267b49e631319ca88d2b4f17b46ad1c474e8e14a4929da22aaa" }, "downloads": -1, "filename": "laspy-1.2.3.win32.exe", "has_sig": false, "md5_digest": "7516c321fd07bf36f7edaa74532120eb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 628722, "upload_time": "2012-07-15T17:35:13", "url": "https://files.pythonhosted.org/packages/51/66/b476a7eed2110c72f1c6fbfea26cb943bc129e8bd23337266702c17c55f8/laspy-1.2.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "9de32a17be15910cd89037d1e3658e90", "sha256": "7fe836d0d6446243f8aacf8813138774b2c0d3d4541c018168ade617418cb2f1" }, "downloads": -1, "filename": "laspy-1.2.3.zip", "has_sig": false, "md5_digest": "9de32a17be15910cd89037d1e3658e90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237567, "upload_time": "2012-07-15T17:01:45", "url": "https://files.pythonhosted.org/packages/2b/29/7c11d2572c7a76a8d059efe28b63860f0ef69292ed89ccf0e34d018bc8e3/laspy-1.2.3.zip" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e9df2728402eaa1c8d7c7a0f7a263934", "sha256": "7a8180ee130a03a2f9083fd3a70079293ed05a96635e93993b10bc5767c0aca0" }, "downloads": -1, "filename": "laspy-1.2.4-py2.7.egg", "has_sig": false, "md5_digest": "e9df2728402eaa1c8d7c7a0f7a263934", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 365138, "upload_time": "2012-07-20T00:05:04", "url": "https://files.pythonhosted.org/packages/7b/34/1e7872d8f26ae28dd2cd7d86aa1fe0d6a4aa2aa023af8ab44de1066fcf35/laspy-1.2.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f3b87f93c3527af01f554e0fafffc151", "sha256": "4f9a5d12c668325d39aa35f0573cbd36994e0907e22f848924a68d7238ef32ef" }, "downloads": -1, "filename": "laspy-1.2.4.tar.gz", "has_sig": false, "md5_digest": "f3b87f93c3527af01f554e0fafffc151", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 500114, "upload_time": "2012-07-20T00:05:44", "url": "https://files.pythonhosted.org/packages/ae/96/0b97404da5cd0df425e75e159f194da38e7ca62d7d7b1ae7dd20a44061e0/laspy-1.2.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "e855bd85d4e298525e83c99956d5c7eb", "sha256": "45bfa757a9bc0ae91c900773fdd7e84a329d3e89a881aeb62e1c2bfe458d7ea7" }, "downloads": -1, "filename": "laspy-1.2.4.win32.exe", "has_sig": false, "md5_digest": "e855bd85d4e298525e83c99956d5c7eb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 629082, "upload_time": "2012-07-20T00:28:22", "url": "https://files.pythonhosted.org/packages/42/07/d1adc7e35202840489c8c39db452c67840abad1cb1e044c5963b17aa9b7d/laspy-1.2.4.win32.exe" }, { "comment_text": "", "digests": { "md5": "5814e762d03733e5cc3d500c67224bb0", "sha256": "e5910b583493176eec088ab81157bec6d35e064fc0af522a2066176e4cd7102c" }, "downloads": -1, "filename": "laspy-1.2.4.zip", "has_sig": false, "md5_digest": "5814e762d03733e5cc3d500c67224bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 508575, "upload_time": "2012-07-20T00:05:52", "url": "https://files.pythonhosted.org/packages/dc/ba/3629e113ec2f6877d833db97e5f531616bc1dd32437cf30bfc82d74c0cbc/laspy-1.2.4.zip" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "7b7f4698fb86c75d50bb55af8de2d0fa", "sha256": "17e4605c298c9ae1b8251a4f38712d03bec3491d3e93f4bc21a4370a46f39334" }, "downloads": -1, "filename": "laspy-1.2.5-py2.7.egg", "has_sig": false, "md5_digest": "7b7f4698fb86c75d50bb55af8de2d0fa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 396318, "upload_time": "2012-07-23T22:46:39", "url": "https://files.pythonhosted.org/packages/c0/d0/ec933c5c570785961456892eac18ad34da9ba6ccab1f1691b806e247b095/laspy-1.2.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a39dd82d78f2cd4516e93f450ad725a9", "sha256": "333f8b0ca02f4965fe903835a35d74468db448126f2dc94b70f836d11835c78c" }, "downloads": -1, "filename": "laspy-1.2.5.tar.gz", "has_sig": false, "md5_digest": "a39dd82d78f2cd4516e93f450ad725a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506818, "upload_time": "2012-07-23T22:46:33", "url": "https://files.pythonhosted.org/packages/60/40/5fa077510bc82a802ce933291240d22449d4fdada36601cb2d77c774aed4/laspy-1.2.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "b2056b0cf5f7df124239b1a1cb4aa044", "sha256": "5a50d10c9ad5ca0b9e866b0a1575dae816ebcff3978fc097659af99f69d72e5a" }, "downloads": -1, "filename": "laspy-1.2.5.win32.exe", "has_sig": false, "md5_digest": "b2056b0cf5f7df124239b1a1cb4aa044", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 653546, "upload_time": "2012-07-23T22:45:42", "url": "https://files.pythonhosted.org/packages/12/91/33ef93730899ef89a38699f877e2c87bcf3a2f935fa2de1d357b3558a792/laspy-1.2.5.win32.exe" }, { "comment_text": "", "digests": { "md5": "542b4630fa0c51b0bf05784dd4aea9f6", "sha256": "5889058819ae5b331a463200ae9acbc473671fce056ed8cb568c6f78d4fa9545" }, "downloads": -1, "filename": "laspy-1.2.5.zip", "has_sig": false, "md5_digest": "542b4630fa0c51b0bf05784dd4aea9f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 516699, "upload_time": "2012-07-23T22:46:36", "url": "https://files.pythonhosted.org/packages/86/1b/677029394c28b4943223ced987e668fd04ea3a66332792468534da2bdfe8/laspy-1.2.5.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "950e64e1dc018cbc38937a6b32bfe212", "sha256": "5733ad94603efb3c894d79ef90a2be9aafb2ba03dd7a6663bbca7c2fcd48f801" }, "downloads": -1, "filename": "laspy-1.3.0-py2.7.egg", "has_sig": false, "md5_digest": "950e64e1dc018cbc38937a6b32bfe212", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 329191, "upload_time": "2015-12-04T16:20:51", "url": "https://files.pythonhosted.org/packages/2a/43/68caf2b4aeb8bbce65b5b64f0effa06d210cd4b324ee121ada40d65e84f5/laspy-1.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fdf019ef63965b4d6f556adeab4e031c", "sha256": "ffc10b487e037841174973a5cd2e2b3e8e8a4046e97d7c5f7db4491421d1e97f" }, "downloads": -1, "filename": "laspy-1.3.0.tar.gz", "has_sig": false, "md5_digest": "fdf019ef63965b4d6f556adeab4e031c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 248637, "upload_time": "2015-12-04T16:20:28", "url": "https://files.pythonhosted.org/packages/d0/40/f95511b6008e10f6685591c09f8bd822ebc0b6e84d73aeebbd9f4f5a24c9/laspy-1.3.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "36b3d9d0031fa99dea6a7397204853f1", "sha256": "c084cfee041903b200a7fa7a24b366c45332c6a478967560783d680de7be0337" }, "downloads": -1, "filename": "laspy-1.3.0.win-amd64.exe", "has_sig": false, "md5_digest": "36b3d9d0031fa99dea6a7397204853f1", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 910597, "upload_time": "2015-12-04T16:26:19", "url": "https://files.pythonhosted.org/packages/f3/bb/69950c9029e5d750af5387058af3766640afd73db72f1d1fe985ba9ac594/laspy-1.3.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "1127ee7d0653641ddbe816dc8c5bff3a", "sha256": "27d78544d72e110488aa6073c7cd2219c8e835253b29c8ef3daa111a52eaf72b" }, "downloads": -1, "filename": "laspy-1.3.0.zip", "has_sig": false, "md5_digest": "1127ee7d0653641ddbe816dc8c5bff3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 254296, "upload_time": "2015-12-04T16:20:33", "url": "https://files.pythonhosted.org/packages/cc/5d/46074bb9012ec24898dcf1ef81a40fd2a0e036c203f94273bdb363aca3ca/laspy-1.3.0.zip" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "90b41edd3924ab2196f029d240089a23", "sha256": "e6379f376e86b7dae50b4c275ddbecd976a5a7163373acd81546b0e55e20f64a" }, "downloads": -1, "filename": "laspy-1.3.1-py2.7.egg", "has_sig": false, "md5_digest": "90b41edd3924ab2196f029d240089a23", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 347448, "upload_time": "2015-12-09T15:22:15", "url": "https://files.pythonhosted.org/packages/68/fc/93187330243635edacc57a4b73361dfe7d008d1c8b34fde27b2f34890ab1/laspy-1.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c3789cf69710ba95f9c10e4831f2baa8", "sha256": "fc98941508cf00f5b2985bd1c935779f1e2a0b5db1c096de3aa72bdedfa84d90" }, "downloads": -1, "filename": "laspy-1.3.1.tar.gz", "has_sig": false, "md5_digest": "c3789cf69710ba95f9c10e4831f2baa8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 248634, "upload_time": "2015-12-09T15:21:48", "url": "https://files.pythonhosted.org/packages/43/30/9c5edd81d1f1fb53465d2eda5b492ebbc2065281987be46180a629ae35db/laspy-1.3.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "1f82eb43e770b0a8f9bbe0e3dab077f3", "sha256": "10aa0c58704cc7df9d561e6c1e455feae37200a8c79f3c747f4d5f50ee3f1b3f" }, "downloads": -1, "filename": "laspy-1.3.1.win-amd64.exe", "has_sig": false, "md5_digest": "1f82eb43e770b0a8f9bbe0e3dab077f3", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 928859, "upload_time": "2015-12-09T15:22:44", "url": "https://files.pythonhosted.org/packages/28/1d/275751100fb22e21c4053a4f4fe933273aa66a7ca1794628e2d183f6af98/laspy-1.3.1.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "54a7b49c54e23ac15a1ce037d626c062", "sha256": "f8f9ceed301a8ed4bfd920d62a97a77c4cd704acd9a783f1d5859298b6e6cec4" }, "downloads": -1, "filename": "laspy-1.3.1.zip", "has_sig": false, "md5_digest": "54a7b49c54e23ac15a1ce037d626c062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 254295, "upload_time": "2015-12-09T15:21:55", "url": "https://files.pythonhosted.org/packages/ab/8b/52bcc7583dab67df92969990ca8d69ddaede06cfa9e397775f7514c32a60/laspy-1.3.1.zip" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "858b368865b9cc4c2546751433fdd947", "sha256": "83e9735d4ce37d14a8c7e4e9dae4300ae757a443a2188771fa53219b45db8e9f" }, "downloads": -1, "filename": "laspy-1.3.2-py2.7.egg", "has_sig": false, "md5_digest": "858b368865b9cc4c2546751433fdd947", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 347454, "upload_time": "2015-12-09T15:35:15", "url": "https://files.pythonhosted.org/packages/16/58/64565a769561f480e8cde129884d46757d759222147d7b865bfd7e1270da/laspy-1.3.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1d9613a76651b425d5c3c405832c9359", "sha256": "0a90c55a3c22d3b0f467b16df04ee0b4d291a1491d147b1d78657f837a986d30" }, "downloads": -1, "filename": "laspy-1.3.2.tar.gz", "has_sig": false, "md5_digest": "1d9613a76651b425d5c3c405832c9359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 266722, "upload_time": "2015-12-09T15:34:52", "url": "https://files.pythonhosted.org/packages/d8/41/94632091febf60cc30e1699c7a4d6cf1b4179306c80ea6e0d63e3a847694/laspy-1.3.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "af1c541227905640f895ca83b5a2836a", "sha256": "d1931e00fc3ff5f2ce5777ba442b5faed76a7f0a328a7cbef9521b863dbc96a2" }, "downloads": -1, "filename": "laspy-1.3.2.win-amd64.exe", "has_sig": false, "md5_digest": "af1c541227905640f895ca83b5a2836a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 947143, "upload_time": "2015-12-09T15:35:32", "url": "https://files.pythonhosted.org/packages/e5/d1/7c7ac2f47ff96703507ced78ec218e296ab4e2ec9bbcf193f5c8293cf7c6/laspy-1.3.2.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "2f721183d9a20af14181ba1f80a76b9d", "sha256": "d9eb3c091fb201e2b4a5c63f3939395be6d942c8b15e46bcad9f43736ece82ec" }, "downloads": -1, "filename": "laspy-1.3.2.zip", "has_sig": false, "md5_digest": "2f721183d9a20af14181ba1f80a76b9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272588, "upload_time": "2015-12-09T15:34:58", "url": "https://files.pythonhosted.org/packages/6f/8c/7613707d4989846fba0ec082fecc8b7abd72c4c07cbaf1ee2be548709776/laspy-1.3.2.zip" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "d183b70a5a3bb53d8304919fe2bb87eb", "sha256": "13d8bbbaa2c1630d66df72b65dea4061ca31714a6a720b4bbd4c23f403673f5e" }, "downloads": -1, "filename": "laspy-1.4.0-py2.7.egg", "has_sig": false, "md5_digest": "d183b70a5a3bb53d8304919fe2bb87eb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 347419, "upload_time": "2015-12-10T22:00:18", "url": "https://files.pythonhosted.org/packages/45/58/cc04301b06eaeac1a6c913f2cef2550072fbc2b14a329e4e57210466e5a4/laspy-1.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "369a8bb3ce0522f63413f1bc1935852d", "sha256": "69a44a95d7af132d21dc1e444faa07f6da8d8e1cd8495284fbc8985c83590444" }, "downloads": -1, "filename": "laspy-1.4.0.tar.gz", "has_sig": false, "md5_digest": "369a8bb3ce0522f63413f1bc1935852d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 266745, "upload_time": "2015-12-10T21:59:52", "url": "https://files.pythonhosted.org/packages/cf/8c/e6233377d07dee3f243efcae3190d5fa5809929541d088e1a048ca0a5418/laspy-1.4.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "768a0339c94f102c927578e6e7ad2639", "sha256": "99e65cc3fb5537493daf70ede840cd38f1e65e3aeebd40cb217b699eb581cbf5" }, "downloads": -1, "filename": "laspy-1.4.0.win-amd64.exe", "has_sig": false, "md5_digest": "768a0339c94f102c927578e6e7ad2639", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 947160, "upload_time": "2015-12-10T22:00:36", "url": "https://files.pythonhosted.org/packages/b2/3e/438c7ff6fb3afd85e6f65737989bf92a8a5d37e75f9935f47faa4e87666e/laspy-1.4.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "f4564b5f81b4b8d1dac421bbdd5decae", "sha256": "9ac51fba071871f4cd410291068b6981d5e1a65ba9ede50695004a05bb71d8c6" }, "downloads": -1, "filename": "laspy-1.4.0.zip", "has_sig": false, "md5_digest": "f4564b5f81b4b8d1dac421bbdd5decae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272605, "upload_time": "2015-12-10T21:59:57", "url": "https://files.pythonhosted.org/packages/91/52/0edacffa6239c00693e8aab225f799418a6e3a815762cca76b51769c0bd7/laspy-1.4.0.zip" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "4a2b4446b7936fc2cf303c766b1578a4", "sha256": "79abd62317c1181333cd1ccfdeb8eeba2ed0b0cd2408ab626f1452a25313962f" }, "downloads": -1, "filename": "laspy-1.4.1-py2.7.egg", "has_sig": false, "md5_digest": "4a2b4446b7936fc2cf303c766b1578a4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 347498, "upload_time": "2016-03-03T20:34:05", "url": "https://files.pythonhosted.org/packages/9d/ab/3b95f8ef00c3931eec892061bb0bc2bd3baa79ba8f9f16ed4dda446c2806/laspy-1.4.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5c01d8d2058bbaa6a2771990745909a2", "sha256": "76bccf5f751d4f038d480d5264cf6c50901be7aba5151d108367280c1b1a9bbf" }, "downloads": -1, "filename": "laspy-1.4.1.tar.gz", "has_sig": false, "md5_digest": "5c01d8d2058bbaa6a2771990745909a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 266815, "upload_time": "2016-03-03T20:33:42", "url": "https://files.pythonhosted.org/packages/81/04/b800b90a9eab07bec1c77a0b576870db8cb8279b61d2d6ae1017be8753d2/laspy-1.4.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "0a52e5147b87967217b3e283d38e2fe0", "sha256": "a1c22a214c0f0ffb2373a2f7ce2d6cb77a94ed6c9487bea9b4a7e3d32f4ceac7" }, "downloads": -1, "filename": "laspy-1.4.1.win-amd64.exe", "has_sig": false, "md5_digest": "0a52e5147b87967217b3e283d38e2fe0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 947253, "upload_time": "2016-03-03T20:34:27", "url": "https://files.pythonhosted.org/packages/aa/89/07e631f75bbe3b94b1be8227f0c3a3b3de2fa9ca8bd1cc4b4f2be859e3e4/laspy-1.4.1.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "367dd5e9c400a6530692467119f2b3fe", "sha256": "7cde5ff8abaa9d27a2c9525dd1798ad948a022cc283ceaff4e7d1cd1d1d4d9ee" }, "downloads": -1, "filename": "laspy-1.4.1.zip", "has_sig": false, "md5_digest": "367dd5e9c400a6530692467119f2b3fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272693, "upload_time": "2016-03-03T20:33:51", "url": "https://files.pythonhosted.org/packages/ad/12/1553163f4333fd6e0aaf901810c078a6bfbd6a671d9e5eb34dd222299cc6/laspy-1.4.1.zip" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "32c155f66ffe7b74e9e2f0e53a59c607", "sha256": "f120db7f57500467e8fbea2f9aa25962cefd20ecaa93439b060eecb2d0dd9d92" }, "downloads": -1, "filename": "laspy-1.4.2-py2.7.egg", "has_sig": false, "md5_digest": "32c155f66ffe7b74e9e2f0e53a59c607", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 347515, "upload_time": "2016-12-01T20:59:21", "url": "https://files.pythonhosted.org/packages/7c/b7/50595da51694c6712cbda52a3d144a75f53f273cf0cdbf21d04f892225a0/laspy-1.4.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "802d81b96c9b872e4a1325ca5b53dae8", "sha256": "b59b879e93d891499673ad54265fb72d21a9bda2988f11df97c03e4e11b7dcf1" }, "downloads": -1, "filename": "laspy-1.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "802d81b96c9b872e4a1325ca5b53dae8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 486048, "upload_time": "2016-12-01T20:59:15", "url": "https://files.pythonhosted.org/packages/bf/2f/311da8ca2243d9c3797175f8c23cdb734d56d3bab5bae554ff32e4b47d7c/laspy-1.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e3bf121ac03797e3853443af60a3e25", "sha256": "6542efeb9b8bbc5a078a772314078ecbe9ddb1a398d435a650b855053c38dc75" }, "downloads": -1, "filename": "laspy-1.4.2.tar.gz", "has_sig": false, "md5_digest": "6e3bf121ac03797e3853443af60a3e25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 266737, "upload_time": "2016-12-01T20:59:06", "url": "https://files.pythonhosted.org/packages/e9/20/40e15282f8391b16ffa84e7832dbdf7afaf2f95396b5d782606e2976899a/laspy-1.4.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "91cdb72daf7f869b2296ba6b9e49b918", "sha256": "1ef573c3b680aa5d64e4876e6f52d9bb51075d292046dcc9c372d160307b8f4e" }, "downloads": -1, "filename": "laspy-1.4.2.zip", "has_sig": false, "md5_digest": "91cdb72daf7f869b2296ba6b9e49b918", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 271993, "upload_time": "2016-12-01T20:59:10", "url": "https://files.pythonhosted.org/packages/e4/b0/e97e7e01f0bac152ff2ad3e4bc3003dbe10eb0264d030d806f6ae606936f/laspy-1.4.2.zip" } ], "1.5.0": [ { "comment_text": "built for Darwin-16.4.0", "digests": { "md5": "e3eecdf132239ab58bc59f7ff5d1ffb7", "sha256": "04634151f34e385546cf17d0dd6af203443669f7c725acc0db37a9f9254d5230" }, "downloads": -1, "filename": "laspy-1.5.0.macosx-10.12-x86_64.tar.gz", "has_sig": false, "md5_digest": "e3eecdf132239ab58bc59f7ff5d1ffb7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 555200, "upload_time": "2017-03-31T02:39:46", "url": "https://files.pythonhosted.org/packages/ba/f9/8047850400523e8ce1498c7c444d47809005d7c70b97121a4237910260dc/laspy-1.5.0.macosx-10.12-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "9f5af698751d8cbdeea88730e4cc7944", "sha256": "fbc099e05bc5a276757a5910f0ddcb4f0a5384d4bbfd5c45409ed3a25cfe047d" }, "downloads": -1, "filename": "laspy-1.5.0-py2.7.egg", "has_sig": false, "md5_digest": "9f5af698751d8cbdeea88730e4cc7944", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 352002, "upload_time": "2017-03-31T02:39:54", "url": "https://files.pythonhosted.org/packages/ad/c9/b08ff59ccef38a591166304f0db2a1cc26c8307a4656a9e8592fa8efb3a2/laspy-1.5.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "142cfb14bb525254f59c7a26eb532fa5", "sha256": "64edc22fb88af29b56ac2a0777919541588b01689a6b7caf881673cecc87b7b2" }, "downloads": -1, "filename": "laspy-1.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "142cfb14bb525254f59c7a26eb532fa5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 489049, "upload_time": "2017-03-31T02:40:02", "url": "https://files.pythonhosted.org/packages/33/be/5573c47b48bab1308702057db04e6958a05c6f78f3b0b17fd62b3de7e98f/laspy-1.5.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b0eb8147590a668533345b8afa6c92c", "sha256": "7d113305af90df9799911821ea17582150c10c5f079320c772c53063b39b311e" }, "downloads": -1, "filename": "laspy-1.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0b0eb8147590a668533345b8afa6c92c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 489048, "upload_time": "2017-04-05T15:03:51", "url": "https://files.pythonhosted.org/packages/a2/f3/5fd51eaa9eac78da3abbe4ffd3b4bce1a434dcf484e040826a6122b673b1/laspy-1.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9561d6d4cfb5ebfa8201151415d45085", "sha256": "329dc86a1296996a22d110ea8c155de8567089f5a9e5c7f02843725cc28cd3ab" }, "downloads": -1, "filename": "laspy-1.5.0.tar.gz", "has_sig": false, "md5_digest": "9561d6d4cfb5ebfa8201151415d45085", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 484429, "upload_time": "2017-03-31T02:39:37", "url": "https://files.pythonhosted.org/packages/d1/6e/d462df05a750a16f6340d5412abd21b03a4326752d5cd11aca23685be75d/laspy-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "f4810e343624f05769b94f0fce822a13", "sha256": "b7f1f6b5e97ab5eb760bb89916ef70546cf150ee9a006f963a39245d04d66d39" }, "downloads": -1, "filename": "laspy-1.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f4810e343624f05769b94f0fce822a13", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 489099, "upload_time": "2017-12-05T19:23:47", "url": "https://files.pythonhosted.org/packages/0d/c8/8f81fae4a2e7528c08fc916a853f45087a596260daed0e12a51bc5e6a7bd/laspy-1.5.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ae03205305720ef92870e71e008aa25", "sha256": "9acef26a061bb74beb38f0f1f697415e4e91454bde8615c0b070c5d3755f3211" }, "downloads": -1, "filename": "laspy-1.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ae03205305720ef92870e71e008aa25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 489142, "upload_time": "2017-12-05T19:03:36", "url": "https://files.pythonhosted.org/packages/c5/fc/6f947bdeeb2182574be30d97ec5deb42a3d119b11d3f58d4f452f5637f3b/laspy-1.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d45d9ca61cf2ca2ab8872d7bb3a5ed4", "sha256": "8768499aa429c028debdff67aa738bcf323ee777025528b842f36cc22d4ccf8d" }, "downloads": -1, "filename": "laspy-1.5.1.tar.gz", "has_sig": false, "md5_digest": "2d45d9ca61cf2ca2ab8872d7bb3a5ed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 487710, "upload_time": "2017-12-05T19:04:49", "url": "https://files.pythonhosted.org/packages/9d/43/897a2aa5869c4bbc23916abfb4038c56ef2c72870b4d8b659113ebbf0d6f/laspy-1.5.1.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "294701d2327e16bd1ca2c2105ba33bf8", "sha256": "8be5f7812431f625c1e82060cc09fe29b925eb0908fd9bda48a4f0f8c36e9574" }, "downloads": -1, "filename": "laspy-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "294701d2327e16bd1ca2c2105ba33bf8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 488724, "upload_time": "2019-09-10T10:13:14", "url": "https://files.pythonhosted.org/packages/41/7f/e8436338207a1efdcaa79147316fc019fd8bb92bc582eeffc53699c0aa63/laspy-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc669e90e0fe73f45a76e9890becbc3c", "sha256": "eb0a4abe2f3cf49e81cc6c87f31980b5e243f8d2911bb663eba856242526bd13" }, "downloads": -1, "filename": "laspy-1.6.0.tar.gz", "has_sig": false, "md5_digest": "dc669e90e0fe73f45a76e9890becbc3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485508, "upload_time": "2019-09-10T10:13:16", "url": "https://files.pythonhosted.org/packages/02/9d/ff3fb69597e2ac1d01d459d1685f63b032cdf765bc594f034d8f570e71cf/laspy-1.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "294701d2327e16bd1ca2c2105ba33bf8", "sha256": "8be5f7812431f625c1e82060cc09fe29b925eb0908fd9bda48a4f0f8c36e9574" }, "downloads": -1, "filename": "laspy-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "294701d2327e16bd1ca2c2105ba33bf8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 488724, "upload_time": "2019-09-10T10:13:14", "url": "https://files.pythonhosted.org/packages/41/7f/e8436338207a1efdcaa79147316fc019fd8bb92bc582eeffc53699c0aa63/laspy-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc669e90e0fe73f45a76e9890becbc3c", "sha256": "eb0a4abe2f3cf49e81cc6c87f31980b5e243f8d2911bb663eba856242526bd13" }, "downloads": -1, "filename": "laspy-1.6.0.tar.gz", "has_sig": false, "md5_digest": "dc669e90e0fe73f45a76e9890becbc3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 485508, "upload_time": "2019-09-10T10:13:16", "url": "https://files.pythonhosted.org/packages/02/9d/ff3fb69597e2ac1d01d459d1685f63b032cdf765bc594f034d8f570e71cf/laspy-1.6.0.tar.gz" } ] }