{ "info": { "author": "John Good", "author_email": "jcg@ipac.caltech.edu", "bugtrack_url": null, "classifiers": [], "description": "=========\nMontagePy\n=========\n\nMontage is a toolkit for mosaicking and visualizing astronomical images.\nIt contains dozens of routines for reprojecting FITS images and datacubes,\nmatching backgrounds for a collection of reprojected images, coadding with\nproper attention to weighting, and visualizing the results with a variety\nof overlays (source catalogs, image set metadata, coordinate grids).\n\nAll standard projections are available, plus a couple of specialized ones\n(HEALPix and WWT TOAST). Focal plane distortion models are also supported\nusing the SAO WCS library.\n\n\nReprojecting\n============\nDifferent use cases are best served with customized approached to \nimage reprojection and Montage has four:\n\n* mProject, which handles all projections and is reliably flux conserving.\n While the most flexible, it is also the slowest.\n\n* mProjectPP, which is also flux conserving and much faster but only\n supports a few (tangent plane) projections. However, since TAN is \n by far the most commonly-used projection, it is commonly used.\n\n* mProjectQL is not 100% flux conserving but the fastest of the three.\n It supports all projections and the algorithm is similar the that\n used by the SWARP package. While not flux conserving in theory, \n all tests so far have found it's output to be indistinguishable from\n the above routines.\n\n* mProjectCube is a variant of mProject extended and optimized for \n image cubes (images with a third/fourth dimension).\n\n\nBackground Matching\n===================\nMontage relies on image data having been taken with overlaps between\nthe individual images for matching backgrounds. The image-image \ndifferences are individually computed and fit (to get offset levels\nand optionally slopes), then a global relaxation technique is used to\ndetermine the best individual image offsets to apply to minimize the\noverall differences.\n\nVarious instrumental and observing anomolies (like persistence issues\nand transient airglow) in the individual images can compromise this\nprocess but it will still produce the best model available without\nthose artifacts being removed beforehand.\n\n\nCoaddition into Final Mosaic\n============================\nAll through the reprojection and correction process, individual \npixel weights are maintained. This incudes any input weighting that\nmay have been given (the reprojection algorithms support this) and \nkeeping track of fractional pixel effects around the image edges and\nany \"holes\" in the images.\n\nThe final coaddition takes this weighting into account when coadding\nand the coadding process can take different forms (sum, average,\nmid-average or even just count), though the default is a simple \naveraging in the normal case where the image data represents flux \ndensity.\n\n\nVisualization\n=============\nThe main Montage visualization routine (mViewer) can produce PNG or\nJPEG images of either a single image (grayscale or psuedo-color) or\nthree image (red, green, blue) plus any number of overlays.\n\nSome ancillary Montage tools often used with mViewer include:\n\n* mSubimage, to cut out regions of a FITS image, either based on\n sky location or pixel range.\n\n* mShrink, to shrink (or expand) a FITS image through (fractional)\n pixel replication.\n\n* mHistogram, which can pre-generate a histogram used by mViewer.\n mViewer can generate the same histogram on the fly for a single\n image but with mHistogram the same stretch can be applied to a\n set of images (e.g. tiles for display).\n\n\nAncillary Tools\n===============\nThere are a number of other support tools, mainly reflecting issues\nthat arose in the course of working with image sets:\n\n* mImgtbl, which scans directories/trees for FITS images with \n WCS in the header. Most commonly used on a structured collection\n in a single subdirectory as part of the above processing.\n\n* mGetHdr/mPutHdr, for fixing errant FIT headers. mGetHdr pulls \n the entire FITS header out into an editable text files, then\n mPutHdr can be used to create a new image from the old using\n the edited text as a replacement header.\n\n* mFixNaN. There is a lot of data where pixels that should be \n \"blank\" (i.e. floating point NaN values) are stored as some \n other value (frequently zero). This routine can be used to \n fix that.\n\n* Executives: Several steps in the mosaicking process involves \n looping over an image list (reprojection, background analysis\n and background correction). Montage contains executive processes\n (e.g. mProjExec) to simplify the process.\n\nAnd there is a growing list of other such routines.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Caltech-IPAC/Montage", "keywords": "astronomy astronomical image reprojection mosaic visualization", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "MontagePy", "package_url": "https://pypi.org/project/MontagePy/", "platform": "", "project_url": "https://pypi.org/project/MontagePy/", "project_urls": { "Homepage": "https://github.com/Caltech-IPAC/Montage" }, "release_url": "https://pypi.org/project/MontagePy/1.2.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Montage toolkit for reprojecting, mosaicking, and displaying astronomical images.", "version": "1.2.0" }, "last_serial": 5607746, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "1e94256955606eb7b788d50c49426365", "sha256": "b472ac5d7e4e57ba44a739ae4b234b5b0592a743d716b3b0a33642925ff1b3d3" }, "downloads": -1, "filename": "MontagePy-0.9-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "1e94256955606eb7b788d50c49426365", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1480843, "upload_time": "2017-11-23T16:57:49", "url": "https://files.pythonhosted.org/packages/21/5d/660bfa9f25d7bed9b2e8b6c1b6d03808ba2b93a1c1050ccf5331560d3dd2/MontagePy-0.9-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ada2181bb12583fdc977f7292def6af1", "sha256": "86847eb8515633f306c0b5c1b56f5069b5096f5f14edfadf7e97f906d36b8430" }, "downloads": -1, "filename": "MontagePy-0.9-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ada2181bb12583fdc977f7292def6af1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5040318, "upload_time": "2017-11-23T16:58:18", "url": "https://files.pythonhosted.org/packages/93/8c/863ff5455150b8ea9f4427d43f467aa2e752fedca3ae547dba9cd4a0115a/MontagePy-0.9-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "05cbfb0b7c267408ba0e90e8f9daf454", "sha256": "cfe5e004d569936015fd6c88bcf918b73d6aa1aa5d5f961d09afc9862b0c6f55" }, "downloads": -1, "filename": "MontagePy-0.9-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "05cbfb0b7c267408ba0e90e8f9daf454", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1784075, "upload_time": "2017-11-23T16:58:06", "url": "https://files.pythonhosted.org/packages/4f/23/abb1b2fedf70e0b2917e190521390eec3a36bdf1738fcf100a067a5247a1/MontagePy-0.9-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "13ee98c3bbd2f1a87491a63edd38f2e9", "sha256": "3f2dcc1e41c99104003902cc37de2c00f7b718f55b44cc459707bf8db2a9b5aa" }, "downloads": -1, "filename": "MontagePy-0.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "13ee98c3bbd2f1a87491a63edd38f2e9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5089149, "upload_time": "2017-11-23T16:58:33", "url": "https://files.pythonhosted.org/packages/31/60/6756f5f492b7b838ae457aa1e0a32c5740e55c2d6fe1cfa13201a0c2d830/MontagePy-0.9-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "f9844893825e0c7cb542c098dca99c51", "sha256": "c79bfba68d9f28730646127ba10e5d5773c6fac819798c6668d6700f7d0f552b" }, "downloads": -1, "filename": "MontagePy-0.9.1-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "f9844893825e0c7cb542c098dca99c51", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1987826, "upload_time": "2017-11-25T20:38:39", "url": "https://files.pythonhosted.org/packages/ff/08/383cb9c1ab2eae637c8cd37ef9aea5080f049e7adee299a96fd17d1afa35/MontagePy-0.9.1-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cfd6d286db0b0e2e2a1458ae56c2328c", "sha256": "258bbbd7cfdd66a93d9881a2b1933172da8048ead995846712c05ac9c90c61a1" }, "downloads": -1, "filename": "MontagePy-0.9.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cfd6d286db0b0e2e2a1458ae56c2328c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 4686572, "upload_time": "2017-11-26T00:20:15", "url": "https://files.pythonhosted.org/packages/c1/a1/57619926a371d6e6782d78586c42b7f262c1f91615b92bf35bf88a8dbd94/MontagePy-0.9.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a1d9b901610302fe7f28bdf314f590ef", "sha256": "44fd2e97a58949b363d755594859118bedf6d8ffbbb7378eacd3460ae3df78eb" }, "downloads": -1, "filename": "MontagePy-0.9.1-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "a1d9b901610302fe7f28bdf314f590ef", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2039038, "upload_time": "2017-11-25T16:15:56", "url": "https://files.pythonhosted.org/packages/b5/d4/884e1d0fc7b13e1362e57159dbee5b32f5842e329fc9775054bedc2025eb/MontagePy-0.9.1-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "f3373f993b8b02fd65face134f828ca6", "sha256": "232d0e373fa796af2df8867ff06f5585f65d2265453f13666ee7ec288784e7eb" }, "downloads": -1, "filename": "MontagePy-0.9.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f3373f993b8b02fd65face134f828ca6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 4735282, "upload_time": "2017-11-26T00:20:36", "url": "https://files.pythonhosted.org/packages/c6/db/b49fea40c763c49e7b01228abf99341185eb341a0d0d662f30d9f91bc400/MontagePy-0.9.1-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "6efb402cb6c928ba1cd8c6ca651d170a", "sha256": "62a451333167651540bcadb25813d7107cdea294941babb9780adf9d069fb27d" }, "downloads": -1, "filename": "MontagePy-0.9.2-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "6efb402cb6c928ba1cd8c6ca651d170a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1989389, "upload_time": "2017-12-05T01:10:26", "url": "https://files.pythonhosted.org/packages/75/a6/a91c46fb547e74c06fc1ba942209d44f6f9b6d37236c869197acab730a4e/MontagePy-0.9.2-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fe738eb23eb244abb6948a9f84fed964", "sha256": "96b5385d5fac4ccbcbb4ad8499df8d69f3d6b0eacf42d9c20ea998e67b2ad4fc" }, "downloads": -1, "filename": "MontagePy-0.9.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fe738eb23eb244abb6948a9f84fed964", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 4688453, "upload_time": "2017-12-05T01:10:34", "url": "https://files.pythonhosted.org/packages/de/a8/5b82712080f194fe04b0c417a71aece2984cb7e243a96bcfc78503769b3d/MontagePy-0.9.2-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "812488847e18833ab4e0209154972c29", "sha256": "76d16cf02107583592d47918c21f2369de8582138b8e88b6ce292a52ef991189" }, "downloads": -1, "filename": "MontagePy-0.9.2-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "812488847e18833ab4e0209154972c29", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2027508, "upload_time": "2017-12-05T01:10:46", "url": "https://files.pythonhosted.org/packages/fe/a0/2776603a36f823705a2e9e37ecebfdc6f917c509fd4a2ce2e991985b4a5e/MontagePy-0.9.2-cp36-cp36m-macosx_10_6_intel.whl" }, { "comment_text": "", "digests": { "md5": "c18aae40de7a5e8602bb074537a660c2", "sha256": "41fc841030a04d2eaf04025f2c863f1bb7a6b9f27900624fd40b4b5c41213884" }, "downloads": -1, "filename": "MontagePy-0.9.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c18aae40de7a5e8602bb074537a660c2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 4737601, "upload_time": "2017-12-05T01:10:53", "url": "https://files.pythonhosted.org/packages/0f/94/5f3e87672242b9ce42783db336524d8146888f772886a461fa9d0172f679/MontagePy-0.9.2-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "08745183dbdaa20343851fde37440023", "sha256": "23255d3431c0001a879bbb5516ac0a792c01d966122aedab416e5e330b3825c4" }, "downloads": -1, "filename": "MontagePy-1.0.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "08745183dbdaa20343851fde37440023", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1776825, "upload_time": "2018-10-31T21:36:38", "url": "https://files.pythonhosted.org/packages/bc/1f/cbb26380333d6533c4dc42e643875e3ff6d4135584f9257eae4f431768d5/MontagePy-1.0.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "19e9fca4d2d255722249c98de24c9ec4", "sha256": "3deebb1ead84e7658d8e5995a3b9726831c6de564c12a0798d7342d484c5ab22" }, "downloads": -1, "filename": "MontagePy-1.0.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "19e9fca4d2d255722249c98de24c9ec4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 3816731, "upload_time": "2018-10-31T21:36:40", "url": "https://files.pythonhosted.org/packages/d3/79/ffa5e25098ccfb7fe5c56effd4400b1a47ceef27ad91ccf8bedf09364014/MontagePy-1.0.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2caf7f303e48b99dfe18951fc5207019", "sha256": "3052f673f13898b85f76bc669e474d2f4f489542e0cfedc1d586ce5bf35da073" }, "downloads": -1, "filename": "MontagePy-1.0.0-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "2caf7f303e48b99dfe18951fc5207019", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1780586, "upload_time": "2018-10-31T21:36:42", "url": "https://files.pythonhosted.org/packages/3f/31/b9ffc3de9da8a015393244b2ee3c0aaffd800632850a7958d94ff33e6b97/MontagePy-1.0.0-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4eaefbeda20f51954d5622a8eb9c3d55", "sha256": "b123d5b4e9413eed413bfe4295673c538c95e3bde745ad6ac98c6a72fe2d7cec" }, "downloads": -1, "filename": "MontagePy-1.0.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4eaefbeda20f51954d5622a8eb9c3d55", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 3897107, "upload_time": "2018-10-31T21:36:44", "url": "https://files.pythonhosted.org/packages/34/ee/4df566850d08ee7c4864a7d5ff568ea6ce4752a82cde5570613a4632e090/MontagePy-1.0.0-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "196068ca77a71e9a6a03ee3ae1192da9", "sha256": "8e13fc1b506527892045db11f08f534de335a56f3990d441efa4e9f684ff3667" }, "downloads": -1, "filename": "MontagePy-1.0.1-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "196068ca77a71e9a6a03ee3ae1192da9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 2176282, "upload_time": "2018-11-09T04:58:41", "url": "https://files.pythonhosted.org/packages/15/3d/f2e1789ce17573c2d654241507c03a5e1846dfe45cb2b93d1b3d37420356/MontagePy-1.0.1-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5319bd607ab247030934e24e6f8d9784", "sha256": "8e50c948f126beee41d8f846e328387e6eeb93f11b71b4692e99d2bdb2915a89" }, "downloads": -1, "filename": "MontagePy-1.0.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5319bd607ab247030934e24e6f8d9784", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5213670, "upload_time": "2018-11-09T04:58:44", "url": "https://files.pythonhosted.org/packages/51/3e/70e8921c8f6d21be902573acc0a45bcf24891020af470b5451f686e5f6ce/MontagePy-1.0.1-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d7ab2f3f13bf11be6d4504fa17bc1042", "sha256": "89f32dc4e2772e60f5f3719ff2dbb44873aaed8fb1ac8f12ae854b631a4a33d8" }, "downloads": -1, "filename": "MontagePy-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "d7ab2f3f13bf11be6d4504fa17bc1042", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2180141, "upload_time": "2018-11-09T04:58:46", "url": "https://files.pythonhosted.org/packages/9b/90/c0de7b0900233d5b9ae367272a9264050ac3c3591025b61bd7c79b1a94dc/MontagePy-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7fb941d4e5e3c3e503da6597445a76d", "sha256": "b7abb4921656af9e6c5bb8d7c6a8b70fbe9da617231d46df01a92dea8ad1a30e" }, "downloads": -1, "filename": "MontagePy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f7fb941d4e5e3c3e503da6597445a76d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5295443, "upload_time": "2018-11-09T04:58:48", "url": "https://files.pythonhosted.org/packages/42/d0/4b831424dac00a660a30dcd330a73160dfec37ebe73957feb8e00e2db91b/MontagePy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "23e043fd00e9bd94fcf2a9991bc7f52c", "sha256": "5b60a7b8b50e9c9dc3d3119d4fb4d14007463709c0e91ef5c9696e515934ec09" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "23e043fd00e9bd94fcf2a9991bc7f52c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 2185487, "upload_time": "2019-07-25T17:17:52", "url": "https://files.pythonhosted.org/packages/61/31/9619e6f888227d3b2b64dd1e6076282c471274b06ca2df61cff92dc2811f/MontagePy-1.1.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "aecc05b9b910f8ef70bdaf2dc10cd68d", "sha256": "a2a234459d2b11f4a62761d5131613e5b1436f6a064eed0cb07f45bab242b2a5" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "aecc05b9b910f8ef70bdaf2dc10cd68d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5246857, "upload_time": "2019-07-25T17:18:52", "url": "https://files.pythonhosted.org/packages/c9/23/4888cf3d12f8e77cc0de31770ee744fd74d3c5c9b9c9ae06b96debb149bf/MontagePy-1.1.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b5c688dd0a4af17379f9fc65b2e2b9ae", "sha256": "291af181656357b08667559832631974da72e3cd8cad097ac97a36dcf521f1c7" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "b5c688dd0a4af17379f9fc65b2e2b9ae", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2173871, "upload_time": "2019-07-25T17:17:54", "url": "https://files.pythonhosted.org/packages/08/02/7bd4f7a78130afd71a78495c65ddbad72cd9c4b7adee322a9c51e9a3a6ff/MontagePy-1.1.0-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6dabee92f5da2f41e8554238be072f4f", "sha256": "7977735fc299c30022f5396a52e67bdef5ce34c8bf8bf48caefeb0aa0acb5676" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6dabee92f5da2f41e8554238be072f4f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5328702, "upload_time": "2019-07-25T17:18:54", "url": "https://files.pythonhosted.org/packages/d9/64/980b97562c9b41967a8cd3e9ac57c221541b618ee070f745cda9ba0769d8/MontagePy-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "db01bf22abc688a07251e779b622a7bd", "sha256": "b3825911a8b3368146bcd0acb32bc36df0c47ab6b340e7074e9a34f8cb4dbd14" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp37-cp37m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "db01bf22abc688a07251e779b622a7bd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2182458, "upload_time": "2019-07-25T17:16:40", "url": "https://files.pythonhosted.org/packages/d4/47/dba237c70020f62b4f7bf911d161e26170e668ac4fa6bc9795d2a6d055cd/MontagePy-1.1.0-cp37-cp37m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "23e3f8cb4c18edf8f011c1eac430f0c5", "sha256": "1a8e60e1c366cf16c728037cd14884e04dbbafbfd9fcedd19ef513356b14cde5" }, "downloads": -1, "filename": "MontagePy-1.1.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "23e3f8cb4c18edf8f011c1eac430f0c5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 5335026, "upload_time": "2019-07-25T17:15:25", "url": "https://files.pythonhosted.org/packages/90/23/3ee780d8e96461061c5d473ac759163da17b94b950121a83cb0d4f079714/MontagePy-1.1.0-cp37-cp37m-manylinux1_x86_64.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "daa7cde7cfa48a5f2a48535d61a3b06d", "sha256": "42bd33c1b851931613d3d7ff92eb7f2807698ed83d4153cab8133ce60a7956e7" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "daa7cde7cfa48a5f2a48535d61a3b06d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 2260403, "upload_time": "2019-07-30T02:53:47", "url": "https://files.pythonhosted.org/packages/a3/d3/8987d52b13790a479dae5c79a1f90913b466e18d001e6334f770a38d98b2/MontagePy-1.2.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5caaeed33323c0e45788104bd2446aa2", "sha256": "690d031c64a63882804ebb2b439f06bead907df024fd7badbc86f54bee79c44c" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5caaeed33323c0e45788104bd2446aa2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5249061, "upload_time": "2019-07-30T13:30:14", "url": "https://files.pythonhosted.org/packages/5b/f5/fabfdadd4fe15e58cd2b96a8c924a19b1c75f6ff2cdf1f9c3425d0a6868c/MontagePy-1.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cb6d513832489d3f945004ba10b33fd8", "sha256": "947791093a4b359900fe9935b9b5eb3778146c02edbbb2583a8cc6136fc8178f" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "cb6d513832489d3f945004ba10b33fd8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2248981, "upload_time": "2019-07-30T02:54:06", "url": "https://files.pythonhosted.org/packages/8e/8a/ef2c91811688a30b862eb41c503245052b187cad90251f9396ac4b3727db/MontagePy-1.2.0-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f129a1400e0490876670683d3ed3ec76", "sha256": "6b7256b46fceb8eb12104851df30e627a2360f4b62214717e8a4977693fb0610" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f129a1400e0490876670683d3ed3ec76", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5334488, "upload_time": "2019-07-30T13:30:35", "url": "https://files.pythonhosted.org/packages/9c/a1/0d166319f9443bb805ce9d2c0162dfede8ad13a227c240dfe7bab653101b/MontagePy-1.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "05e4eef71c5c36ca93c4db7bbec80cce", "sha256": "ae731decad807f1c29580e9b6415107c852b2050b469cb1394a05a7fb52bfc5b" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp37-cp37m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "05e4eef71c5c36ca93c4db7bbec80cce", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2257790, "upload_time": "2019-07-30T02:54:26", "url": "https://files.pythonhosted.org/packages/46/a8/5ce4d6d9e4c277c80b12ab231bebd02ebfb96d303e7577dd50175e92c6af/MontagePy-1.2.0-cp37-cp37m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cbcbd9ccfde51580025a05e59bdcfbdd", "sha256": "92187a8f55a282f55afc1171489f407f3de9424dd75aae0974a7573baa6eecfa" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cbcbd9ccfde51580025a05e59bdcfbdd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 5337356, "upload_time": "2019-07-30T13:30:53", "url": "https://files.pythonhosted.org/packages/68/b1/65991d5e7ab7d2cd9fe9c1c480afc61fd4311c6447fe12d42ac0a9f30839/MontagePy-1.2.0-cp37-cp37m-manylinux1_x86_64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "daa7cde7cfa48a5f2a48535d61a3b06d", "sha256": "42bd33c1b851931613d3d7ff92eb7f2807698ed83d4153cab8133ce60a7956e7" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp27-cp27m-macosx_10_6_x86_64.whl", "has_sig": false, "md5_digest": "daa7cde7cfa48a5f2a48535d61a3b06d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 2260403, "upload_time": "2019-07-30T02:53:47", "url": "https://files.pythonhosted.org/packages/a3/d3/8987d52b13790a479dae5c79a1f90913b466e18d001e6334f770a38d98b2/MontagePy-1.2.0-cp27-cp27m-macosx_10_6_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5caaeed33323c0e45788104bd2446aa2", "sha256": "690d031c64a63882804ebb2b439f06bead907df024fd7badbc86f54bee79c44c" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5caaeed33323c0e45788104bd2446aa2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5249061, "upload_time": "2019-07-30T13:30:14", "url": "https://files.pythonhosted.org/packages/5b/f5/fabfdadd4fe15e58cd2b96a8c924a19b1c75f6ff2cdf1f9c3425d0a6868c/MontagePy-1.2.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cb6d513832489d3f945004ba10b33fd8", "sha256": "947791093a4b359900fe9935b9b5eb3778146c02edbbb2583a8cc6136fc8178f" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "cb6d513832489d3f945004ba10b33fd8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2248981, "upload_time": "2019-07-30T02:54:06", "url": "https://files.pythonhosted.org/packages/8e/8a/ef2c91811688a30b862eb41c503245052b187cad90251f9396ac4b3727db/MontagePy-1.2.0-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f129a1400e0490876670683d3ed3ec76", "sha256": "6b7256b46fceb8eb12104851df30e627a2360f4b62214717e8a4977693fb0610" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f129a1400e0490876670683d3ed3ec76", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5334488, "upload_time": "2019-07-30T13:30:35", "url": "https://files.pythonhosted.org/packages/9c/a1/0d166319f9443bb805ce9d2c0162dfede8ad13a227c240dfe7bab653101b/MontagePy-1.2.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "05e4eef71c5c36ca93c4db7bbec80cce", "sha256": "ae731decad807f1c29580e9b6415107c852b2050b469cb1394a05a7fb52bfc5b" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp37-cp37m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "05e4eef71c5c36ca93c4db7bbec80cce", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2257790, "upload_time": "2019-07-30T02:54:26", "url": "https://files.pythonhosted.org/packages/46/a8/5ce4d6d9e4c277c80b12ab231bebd02ebfb96d303e7577dd50175e92c6af/MontagePy-1.2.0-cp37-cp37m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cbcbd9ccfde51580025a05e59bdcfbdd", "sha256": "92187a8f55a282f55afc1171489f407f3de9424dd75aae0974a7573baa6eecfa" }, "downloads": -1, "filename": "MontagePy-1.2.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cbcbd9ccfde51580025a05e59bdcfbdd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 5337356, "upload_time": "2019-07-30T13:30:53", "url": "https://files.pythonhosted.org/packages/68/b1/65991d5e7ab7d2cd9fe9c1c480afc61fd4311c6447fe12d42ac0a9f30839/MontagePy-1.2.0-cp37-cp37m-manylinux1_x86_64.whl" } ] }