{ "info": { "author": "Costas Tyfoxylos", "author_email": "costas.tyf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.7" ], "description": "==================\nlocationsharinglib\n==================\n\nA library to retrieve coordinates from an google account that has been shared locations of other accounts.\n\n\n* Documentation: https://locationsharinglib.readthedocs.org/en/latest\n\n\nDevelopment Workflow\n====================\n\nThe workflow supports the following steps\n\n * lint\n * test\n * build\n * document\n * upload\n * graph\n\nThese actions are supported out of the box by the corresponding scripts under _CI/scripts directory with sane defaults based on best practices.\nSourcing setup_aliases.ps1 for windows powershell or setup_aliases.sh in bash on Mac or Linux will provide with handy aliases for the shell of all those commands prepended with an underscore.\n\nThe bootstrap script creates a .venv directory inside the project directory hosting the virtual environment. It uses pipenv for that.\nIt is called by all other scripts before they do anything. So one could simple start by calling _lint and that would set up everything before it tried to actually lint the project\n\nOnce the code is ready to be delivered the _tag script should be called accepting one of three arguments, patch, minor, major following the semantic versioning scheme.\nSo for the initial delivery one would call\n\n $ _tag --minor\n\nwhich would bump the version of the project to 0.1.0 tag it in git and do a push and also ask for the change and automagically update HISTORY.rst with the version and the change provided.\n\n\nSo the full workflow after git is initialized is:\n\n * repeat as necessary (of course it could be test - code - lint :) )\n * code\n * lint\n * test\n * commit and push\n * develop more through the code-lint-test cycle\n * tag (with the appropriate argument)\n * build\n * upload (if you want to host your package in pypi)\n * document (of course this could be run at any point)\n\n\nImportant Information\n=====================\n\nThis template is based on pipenv. In order to be compatible with requirements.txt so the actual created package can be used by any part of the existing python ecosystem some hacks were needed.\nSo when building a package out of this **do not** simple call\n\n $ python setup.py sdist bdist_egg\n\n**as this will produce an unusable artifact with files missing.**\nInstead use the provided build and upload scripts that create all the necessary files in the artifact.\n\n\n\nProject Features\n================\n\n* TODO\n\n\n\n\nHistory\n-------\n\n0.0.1 (24-12-2017)\n---------------------\n\n* First code creation\n\n\n4.0.0 (05-03-2019)\n------------------\n\n* Removed authentication mechanism and made the service expect an authenticated pickled requests session\n\n\n4.0.1 (06-03-2019)\n------------------\n\n* Removed wrongly placed files in the root of the virtual environment\n\n\n4.0.2 (07-07-2019)\n------------------\n\n* Fixes issue when the battery level is not reported by specific brands of mobiles\n\n\n4.1.0 (01-09-2019)\n------------------\n\n* Implemented support for text based cookies compatible with curl and wget that can be retrieved from addons from the browser.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/costastf/locationsharinglib", "keywords": "locationsharinglib google maps location sharing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "locationsharinglib", "package_url": "https://pypi.org/project/locationsharinglib/", "platform": "", "project_url": "https://pypi.org/project/locationsharinglib/", "project_urls": { "Homepage": "https://github.com/costastf/locationsharinglib" }, "release_url": "https://pypi.org/project/locationsharinglib/4.1.0/", "requires_dist": null, "requires_python": "", "summary": "A library to retrieve coordinates from an google account that has been shared locations of other accounts.", "version": "4.1.0" }, "last_serial": 5767916, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "fe6f66f95693e5df455c65acb74239c7", "sha256": "fcb6302ea60d93415589bc7cea3190f563c4d664b4174c720f735c1187ee6fe9" }, "downloads": -1, "filename": "locationsharinglib-0.1.2-py2.7.egg", "has_sig": false, "md5_digest": "fe6f66f95693e5df455c65acb74239c7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 28239, "upload_time": "2017-12-27T19:50:10", "url": "https://files.pythonhosted.org/packages/ba/1b/9b5b3db5a380761f269e71a703897d6148b4bfcd795d1a2928458ed03ec3/locationsharinglib-0.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "645ffd78c801ccc5ed886408bb2da0bf", "sha256": "4869e8df8268162313397da175c2edd40aea692d16a264184e585cac1c85a7fa" }, "downloads": -1, "filename": "locationsharinglib-0.1.2.tar.gz", "has_sig": false, "md5_digest": "645ffd78c801ccc5ed886408bb2da0bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23389, "upload_time": "2017-12-27T19:50:07", "url": "https://files.pythonhosted.org/packages/51/dd/0582525f88e8de138d87ff9f83a39b556fc6f064df3136b808eef712c33a/locationsharinglib-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "bb14a65f3229b8d4430b723065d69999", "sha256": "68edac5f87821554992a7b0f8326a681fa406e5574b20b52c67b4b4b9befb1ac" }, "downloads": -1, "filename": "locationsharinglib-0.1.3-py2.7.egg", "has_sig": false, "md5_digest": "bb14a65f3229b8d4430b723065d69999", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 28357, "upload_time": "2018-01-14T11:16:25", "url": "https://files.pythonhosted.org/packages/46/65/1d72dc7407a7e1d2428ae74aaad45a0b17a3047c09cb4e871ed2ad77413d/locationsharinglib-0.1.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "11892e6a74c11c92d0f511cb5a38945b", "sha256": "52d93d5d28049da82aac5b4304cf17d1a6e67121a9b6a2d19431a7c00838461a" }, "downloads": -1, "filename": "locationsharinglib-0.1.3.tar.gz", "has_sig": false, "md5_digest": "11892e6a74c11c92d0f511cb5a38945b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23483, "upload_time": "2018-01-14T11:16:22", "url": "https://files.pythonhosted.org/packages/1d/b3/c367582b912b8b8274deb09f5681fa5b7ee800c999a1dc8416560e3247a7/locationsharinglib-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "60ac300bb1d89d2077c12152821579b5", "sha256": "0597d51e7a334b3e9c82f6fc41a78481b2bba3c953abe41c7ac7f779c63fe2a7" }, "downloads": -1, "filename": "locationsharinglib-0.1.4-py2.7.egg", "has_sig": false, "md5_digest": "60ac300bb1d89d2077c12152821579b5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 28346, "upload_time": "2018-01-14T11:24:21", "url": "https://files.pythonhosted.org/packages/dd/68/5643ed3c2577d66b21ae9201f0e36e09e21d9773d86a63188187fc759ed3/locationsharinglib-0.1.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e268d3cb60d387eeca7d07fee8a5175c", "sha256": "48c346297281f7fd398178215859224c107258c1e5f60a99dc5780075e8b9c4a" }, "downloads": -1, "filename": "locationsharinglib-0.1.4.tar.gz", "has_sig": false, "md5_digest": "e268d3cb60d387eeca7d07fee8a5175c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23476, "upload_time": "2018-01-14T11:24:19", "url": "https://files.pythonhosted.org/packages/02/d1/6fe7ebf5e5c468eece63a4e94d9c8fee84b8a31b973b61e98a92bb01d673/locationsharinglib-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2bf6fe22951655696614e40c1caa8a98", "sha256": "cfa91e24645b9b06fb4e0fbd5342a769366142de24fa76d8e42f818f2be4fd66" }, "downloads": -1, "filename": "locationsharinglib-0.2.0-py2.7.egg", "has_sig": false, "md5_digest": "2bf6fe22951655696614e40c1caa8a98", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 29575, "upload_time": "2018-01-16T19:01:36", "url": "https://files.pythonhosted.org/packages/90/5f/77d25126af63e6aba3cd2fbd8c607ce7ee0fd03084951319b0e5154f1026/locationsharinglib-0.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b196b52510ac2c43f94d721527deda90", "sha256": "f14369569a1b6f3e9366462b562e4db29bea81cab3e4d19198c1224414e11795" }, "downloads": -1, "filename": "locationsharinglib-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b196b52510ac2c43f94d721527deda90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23927, "upload_time": "2018-01-16T19:01:34", "url": "https://files.pythonhosted.org/packages/3f/50/1718e1eb07bf87d4b0f5a2a183104020a6501be85deb4921c6b63efaf709/locationsharinglib-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9fb060cc7bad7546b4d16537adbe4cf2", "sha256": "0032d5a89bb5d01343bc07575aed408c2b13218810204268d7a724dc77125dc3" }, "downloads": -1, "filename": "locationsharinglib-0.2.1-py2.7.egg", "has_sig": false, "md5_digest": "9fb060cc7bad7546b4d16537adbe4cf2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 29660, "upload_time": "2018-02-07T13:52:41", "url": "https://files.pythonhosted.org/packages/cf/55/430701bb6c33442298ca3d243234f3bfb2d3f445e21f6546596252bc0af0/locationsharinglib-0.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "24468cfd2c5626a0105f42c03d220529", "sha256": "ce3c59313efd1549afc976acadd4026a7ee70d03590950e5c3bba0a6af66b4ef" }, "downloads": -1, "filename": "locationsharinglib-0.2.1.tar.gz", "has_sig": false, "md5_digest": "24468cfd2c5626a0105f42c03d220529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24017, "upload_time": "2018-02-07T13:52:37", "url": "https://files.pythonhosted.org/packages/34/a6/dfa9aef456eebdb1b67d75cdc149c8a2ba5d61875c6184f39285c20477ba/locationsharinglib-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a910e05eae4d568a91c14a205570a05a", "sha256": "bc92393c468697298a4f842f82e1222881014b1cc75f00deee4e509bb185b58f" }, "downloads": -1, "filename": "locationsharinglib-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "a910e05eae4d568a91c14a205570a05a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 30093, "upload_time": "2018-02-12T09:56:30", "url": "https://files.pythonhosted.org/packages/ce/ac/3ce06ca9ab8b8925a6a3ee1bf517f2277b0369179f264003d15c13e94c28/locationsharinglib-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9f4fc6900e01564bf86c866a333e014b", "sha256": "bed5a22f3a6fc731eee80ca036e58832a167b93d76f81b255e76a82a5e7a9de2" }, "downloads": -1, "filename": "locationsharinglib-0.3.0.tar.gz", "has_sig": false, "md5_digest": "9f4fc6900e01564bf86c866a333e014b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24543, "upload_time": "2018-02-12T09:56:28", "url": "https://files.pythonhosted.org/packages/b1/04/a8991e7665853322ca2f58930dc911d5af78c9447e562630f7371fef7d1a/locationsharinglib-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "330f3e8f909fa88e70227de9567486f8", "sha256": "b2768139ab97a45ecdf0326a514a38bbb387996b3d4db83ee9e76ea23a8e72ca" }, "downloads": -1, "filename": "locationsharinglib-0.4.0-py2.7.egg", "has_sig": false, "md5_digest": "330f3e8f909fa88e70227de9567486f8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 30134, "upload_time": "2018-03-04T11:12:24", "url": "https://files.pythonhosted.org/packages/64/74/38b07517146d3381e7efdfa834e5100510af134cabc7fe1132df904c32b8/locationsharinglib-0.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f03d560fca7dc1f0401e9d08777f723c", "sha256": "886fcd9f0bb1643878d4694adf89e1e8458a8ebefc4256c48aca2ad98434877d" }, "downloads": -1, "filename": "locationsharinglib-0.4.0.tar.gz", "has_sig": false, "md5_digest": "f03d560fca7dc1f0401e9d08777f723c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24496, "upload_time": "2018-03-04T11:12:23", "url": "https://files.pythonhosted.org/packages/65/d4/2979b101912424f45986d0dcf7938384aefd891c4951a941e7127fda8ca2/locationsharinglib-0.4.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c39a0425ba7ac520f3beb0bdd35094f5", "sha256": "048b964ce9bbf66a18716544ab82c8d9096493aaa341c17dd05fde9bbd323676" }, "downloads": -1, "filename": "locationsharinglib-1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "c39a0425ba7ac520f3beb0bdd35094f5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 32195, "upload_time": "2018-03-17T11:00:37", "url": "https://files.pythonhosted.org/packages/73/16/7d8f8a4e2ef898fa60ac42363d6518ab9ad85fe04641c84b3bf2362887f9/locationsharinglib-1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7878482bcc8e1c6403eaa11c5b1a3f59", "sha256": "a40426d851933d53849ef499119737ac623285fe2fcdc9f6a8e10cf375053e6c" }, "downloads": -1, "filename": "locationsharinglib-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7878482bcc8e1c6403eaa11c5b1a3f59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26686, "upload_time": "2018-03-17T11:00:34", "url": "https://files.pythonhosted.org/packages/41/56/397d43a9138b62c29016147ff0f331f91917a0577b9686d2e3a5d4091282/locationsharinglib-1.0.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "0355e999f1297daae99e0101793ea135", "sha256": "5a4389db0892e8f48e53943c0839b16b84700fc3aabf260ada0e860fb76b2109" }, "downloads": -1, "filename": "locationsharinglib-1.2.0-py2.7.egg", "has_sig": false, "md5_digest": "0355e999f1297daae99e0101793ea135", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 32733, "upload_time": "2018-04-02T09:17:44", "url": "https://files.pythonhosted.org/packages/c1/ca/c029db956278b53e8dc2ee6571342ba552024d9854e356f0b27ee59bc9ce/locationsharinglib-1.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "563dec387f35d0f869060bcb438231e7", "sha256": "63e47b8c310be3b99901543e6b0ff8a26f820f7c66dea975d5853b3b1083f131" }, "downloads": -1, "filename": "locationsharinglib-1.2.0.tar.gz", "has_sig": false, "md5_digest": "563dec387f35d0f869060bcb438231e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26788, "upload_time": "2018-04-02T09:17:42", "url": "https://files.pythonhosted.org/packages/09/63/bbb8f01ae409671ca23a5a8d409f6df3017bd72d6bd1fdd76d4e5475739f/locationsharinglib-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "ec2e976b8360247afe4ef84d60938950", "sha256": "907d8d5530644791d07304995e595bcaf124d43007ff66f7cc7f58c29c58b3df" }, "downloads": -1, "filename": "locationsharinglib-1.2.1-py2.7.egg", "has_sig": false, "md5_digest": "ec2e976b8360247afe4ef84d60938950", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 32722, "upload_time": "2018-04-02T11:14:18", "url": "https://files.pythonhosted.org/packages/3d/d9/f0a3cf325c478746a9a47f8fc1f3d776792eb78009c84f3338a4bd8f5fde/locationsharinglib-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5931f341fadda122a201b6f77ae05522", "sha256": "446ce3ebc0bb9a6ebf7fa9c295671ab815e1a0cf89931b967a5da9de552b009f" }, "downloads": -1, "filename": "locationsharinglib-1.2.1.tar.gz", "has_sig": false, "md5_digest": "5931f341fadda122a201b6f77ae05522", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26771, "upload_time": "2018-04-02T11:14:16", "url": "https://files.pythonhosted.org/packages/cd/6a/cea286adaf1943947f73ff7b7a2cb6432959679009387abd9664bd7f3eca/locationsharinglib-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "a1cae2163a3ef869b813250837598463", "sha256": "97431d562f453b46c3ae8e657ad400306177c58b8913b52f41f949dad3379f27" }, "downloads": -1, "filename": "locationsharinglib-1.2.2-py2.7.egg", "has_sig": false, "md5_digest": "a1cae2163a3ef869b813250837598463", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 34687, "upload_time": "2018-04-23T16:34:10", "url": "https://files.pythonhosted.org/packages/4f/10/d170e05bb9d41b3123a363edfece5a42915cc8650d602cf5d53010a94a23/locationsharinglib-1.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ebe82b4ac611b24da9e6ac2247abe6aa", "sha256": "e1badcc17711e5049230ae5930f7fb9316a3b44e29b2350343d095c4b5221239" }, "downloads": -1, "filename": "locationsharinglib-1.2.2.tar.gz", "has_sig": false, "md5_digest": "ebe82b4ac611b24da9e6ac2247abe6aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27439, "upload_time": "2018-04-23T16:34:07", "url": "https://files.pythonhosted.org/packages/6f/01/6e66e8c376ff5a0e378ca6f38a21ccc030be4970a141301fee46f91ac26b/locationsharinglib-1.2.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "c89c50019e11509c15a8b62a7730e082", "sha256": "44f7cf1eb78fb09cd618a2432f3f943808f81de6ee90c9e4823076059bcacaec" }, "downloads": -1, "filename": "locationsharinglib-2.0.0-py2.7.egg", "has_sig": false, "md5_digest": "c89c50019e11509c15a8b62a7730e082", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38943, "upload_time": "2018-05-05T10:48:19", "url": "https://files.pythonhosted.org/packages/82/1e/fcd60bf63179d486cc29bf836abc4de303f60b39695ae9d51fd873d0b200/locationsharinglib-2.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b0145e48410e82fe83aca0c3970fce33", "sha256": "8606e06bd3354941119d771767d2b0c26e4ad53654b1fa384beeddc572127bef" }, "downloads": -1, "filename": "locationsharinglib-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b0145e48410e82fe83aca0c3970fce33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28646, "upload_time": "2018-05-05T10:48:17", "url": "https://files.pythonhosted.org/packages/3c/43/49163cff808681d3f119c5d635692c30f048f0fe8817256cdffdffdf56ad/locationsharinglib-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "4b1f4804da9ce64b44d1aba900a85368", "sha256": "c6ee7cee5df9eb7fc80d2ddac0c8ea557143d66fc94e2d652910c1bd745f87f1" }, "downloads": -1, "filename": "locationsharinglib-2.0.1-py2.7.egg", "has_sig": false, "md5_digest": "4b1f4804da9ce64b44d1aba900a85368", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38960, "upload_time": "2018-05-07T18:13:04", "url": "https://files.pythonhosted.org/packages/23/4d/20d00871ae9288355363962a8866e34ea2630e92779c85d6d873574c5c28/locationsharinglib-2.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bbb5a43deff33f3225f3a57801c254f3", "sha256": "ecd1ffcbf6f15b00a7887d8c4f5f4050b7017056de791b2c4861186c3abbf29c" }, "downloads": -1, "filename": "locationsharinglib-2.0.1.tar.gz", "has_sig": false, "md5_digest": "bbb5a43deff33f3225f3a57801c254f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28660, "upload_time": "2018-05-07T18:13:02", "url": "https://files.pythonhosted.org/packages/71/a4/540759f5ddf317c8eb044b37878973c75273b5b55e2cb90126a2b2eacc4e/locationsharinglib-2.0.1.tar.gz" } ], "2.0.10": [ { "comment_text": "", "digests": { "md5": "df1b573cafe454a171690e1735d66429", "sha256": "9e3f70597c1734b0581d54ef03435de594e2290a3d29969f393c1a8536dcde40" }, "downloads": -1, "filename": "locationsharinglib-2.0.10-py2.7.egg", "has_sig": false, "md5_digest": "df1b573cafe454a171690e1735d66429", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39642, "upload_time": "2018-07-07T12:44:47", "url": "https://files.pythonhosted.org/packages/35/b8/1d0a9e6eb47268a23a90bde7fcbf6fea73440ac6e433b10992d296c8a94e/locationsharinglib-2.0.10-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "79323b6799925a72ac2c40939be01aad", "sha256": "e0fa9b3eb9984b8703f8d68590c20e59c7da7d8c8119b29f167794ee05e8a2b1" }, "downloads": -1, "filename": "locationsharinglib-2.0.10.tar.gz", "has_sig": false, "md5_digest": "79323b6799925a72ac2c40939be01aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28971, "upload_time": "2018-07-07T12:44:45", "url": "https://files.pythonhosted.org/packages/af/da/f87c39b49bb45d4152cff7f1b2b1432528005ed592dd09f8e9de67178786/locationsharinglib-2.0.10.tar.gz" } ], "2.0.11": [ { "comment_text": "", "digests": { "md5": "f961da24ad5d2ee17730de1f5b85f37b", "sha256": "50294cc597eb72d75fe74b3ddbf71383aebf8e91edad2cfaa01a914d6e522e8e" }, "downloads": -1, "filename": "locationsharinglib-2.0.11-py2.7.egg", "has_sig": false, "md5_digest": "f961da24ad5d2ee17730de1f5b85f37b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39687, "upload_time": "2018-07-07T12:57:19", "url": "https://files.pythonhosted.org/packages/11/35/977d8095f65dcf07f61664a712ab5eb0c0f17fe34d943d878046f286ea49/locationsharinglib-2.0.11-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "62112ae5c7c1c5721c3c049b044455ce", "sha256": "19bdcefc9d7b0d7715575dc25ee0ed6ba3fd4508dd5fc942a73577442c24d9b7" }, "downloads": -1, "filename": "locationsharinglib-2.0.11.tar.gz", "has_sig": false, "md5_digest": "62112ae5c7c1c5721c3c049b044455ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28933, "upload_time": "2018-07-07T12:57:17", "url": "https://files.pythonhosted.org/packages/6e/10/61e7ec02e47ea9a3d6554f499bebfe720b52b5401d3cf66821c2f82b2233/locationsharinglib-2.0.11.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "c031a9f3f44eff38903fba9df8a858ea", "sha256": "bac89602778fc00fa69e018ca31e077b773681c897204725a0257c1bd263b465" }, "downloads": -1, "filename": "locationsharinglib-2.0.2-py2.7.egg", "has_sig": false, "md5_digest": "c031a9f3f44eff38903fba9df8a858ea", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38985, "upload_time": "2018-05-07T18:25:50", "url": "https://files.pythonhosted.org/packages/5a/fd/3e02d6620c5da4e687792ecc0972941045e826bd55e65ea8c784d711fe7d/locationsharinglib-2.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "21f27f2e7c71be3aaf9cb0cc55d2ff33", "sha256": "13b1ccf055783aef461ab1eb2a6890f4bb7222e005d6243c7e285dce65f7bfd0" }, "downloads": -1, "filename": "locationsharinglib-2.0.2.tar.gz", "has_sig": false, "md5_digest": "21f27f2e7c71be3aaf9cb0cc55d2ff33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28679, "upload_time": "2018-05-07T18:25:48", "url": "https://files.pythonhosted.org/packages/13/99/9c830213925bd5ee658035ea0ca09013daaa68ae07fe28ca1702654f8d7b/locationsharinglib-2.0.2.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "353b396ef0df3863688cff904b693aff", "sha256": "c3145c92c4a93c3c37e27b1ae2f2ba7f1e447bedf21619369a847486f25a5961" }, "downloads": -1, "filename": "locationsharinglib-2.0.5-py2.7.egg", "has_sig": false, "md5_digest": "353b396ef0df3863688cff904b693aff", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38992, "upload_time": "2018-05-26T10:53:34", "url": "https://files.pythonhosted.org/packages/69/92/27d407da0e180edf88ef52322f516c1ef6214e164a1d81e5b52f4650a674/locationsharinglib-2.0.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d6f9e06434c35526145ed0ebafce8e86", "sha256": "c70d1bb3565163f8e4b77217ff79b56503b68886a581aa8fe457956da328d4fc" }, "downloads": -1, "filename": "locationsharinglib-2.0.5.tar.gz", "has_sig": false, "md5_digest": "d6f9e06434c35526145ed0ebafce8e86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28683, "upload_time": "2018-05-26T10:53:32", "url": "https://files.pythonhosted.org/packages/21/68/d32bed2f288c09609ba2eef5075f893a2151774b82952672ecf095711ef7/locationsharinglib-2.0.5.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "8cd00e34a2877c48017a16be4ea62549", "sha256": "88e999d6ac1a7f76891e5a5a94609cc026e19cb483a5b5fdaa328bfbdd183fc3" }, "downloads": -1, "filename": "locationsharinglib-2.0.6-py2.7.egg", "has_sig": false, "md5_digest": "8cd00e34a2877c48017a16be4ea62549", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39232, "upload_time": "2018-05-26T11:16:28", "url": "https://files.pythonhosted.org/packages/91/f4/04922537984824ddfae0b49353a9f3f1b226ac4243e3516023d3d69a78de/locationsharinglib-2.0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4b18df2fa56f2661e1ee58f966dae7b3", "sha256": "ee03ff02407a7b15bbd6a36ebdb1219f3f9dbf9a21d0655223f2c4211f1a18e2" }, "downloads": -1, "filename": "locationsharinglib-2.0.6.tar.gz", "has_sig": false, "md5_digest": "4b18df2fa56f2661e1ee58f966dae7b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28781, "upload_time": "2018-05-26T11:16:27", "url": "https://files.pythonhosted.org/packages/68/83/4f3393b87a355ae6413e173f7cdeecef008b97de5e7760948ac3081af2d8/locationsharinglib-2.0.6.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "e10f790a3cacdc9e66b4997bc4c6c4fc", "sha256": "6fe43b03ce11089b4f4dd83ccfa9030757ac2c52b989be9fc59e693deefb4cd5" }, "downloads": -1, "filename": "locationsharinglib-2.0.7-py2.7.egg", "has_sig": false, "md5_digest": "e10f790a3cacdc9e66b4997bc4c6c4fc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39259, "upload_time": "2018-05-26T11:27:59", "url": "https://files.pythonhosted.org/packages/64/75/1437b283df31043b6383622f029cdad51ad60ba91669ce5db9e64589887a/locationsharinglib-2.0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e03b240e36a81fe04aafaed13ba695d3", "sha256": "cfb55f558cb92d5d7f133976881990221a45b4865bb468a44c7cf663b4b0f210" }, "downloads": -1, "filename": "locationsharinglib-2.0.7.tar.gz", "has_sig": false, "md5_digest": "e03b240e36a81fe04aafaed13ba695d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28807, "upload_time": "2018-05-26T11:27:56", "url": "https://files.pythonhosted.org/packages/09/b1/acc1513d3e4a49fa73d1359a19bc9bd84760c78fc329d883e7e6e8579b22/locationsharinglib-2.0.7.tar.gz" } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "2363972364d38a9b447184f7cdf5b54c", "sha256": "06400a9c0fd7603783b126ed1785ec8ecf3ed843d5c1630ff76e632325042073" }, "downloads": -1, "filename": "locationsharinglib-2.0.8-py2.7.egg", "has_sig": false, "md5_digest": "2363972364d38a9b447184f7cdf5b54c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39248, "upload_time": "2018-07-07T11:59:46", "url": "https://files.pythonhosted.org/packages/de/0c/338b0b62aa8543c7b439912c59d300debb86461737e9fe5faaad8edd2c33/locationsharinglib-2.0.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bfb842e16bae98f38aff541a5742352a", "sha256": "1279741c98e73d8c7eb494b10260b8ba7f7249f0b16ddc1e81d1db835e0358da" }, "downloads": -1, "filename": "locationsharinglib-2.0.8.tar.gz", "has_sig": false, "md5_digest": "bfb842e16bae98f38aff541a5742352a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28848, "upload_time": "2018-07-07T11:59:44", "url": "https://files.pythonhosted.org/packages/ff/dd/0b4e7442396dd8d7788481bcb68e0ceb7ec29b73f52bb2be84710283d629/locationsharinglib-2.0.8.tar.gz" } ], "2.0.9": [ { "comment_text": "", "digests": { "md5": "344c06ebd8428172c793d9b71886943e", "sha256": "80f05321b936bf4c65de6af5a7a01de622c69f610de16c74cd41e4d7d4220cce" }, "downloads": -1, "filename": "locationsharinglib-2.0.9-py2.7.egg", "has_sig": false, "md5_digest": "344c06ebd8428172c793d9b71886943e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 39293, "upload_time": "2018-07-07T12:12:30", "url": "https://files.pythonhosted.org/packages/f9/53/94537ee4e951b5b2a77796d31ce9f351d7e98f2e9f476076ff692a104c07/locationsharinglib-2.0.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ae3a6822022b50b2f8da39a2cd63abcb", "sha256": "d0a99137aa5929c5915dd72bc88115cc4d0ecd2a181a307cb30fcdb164173054" }, "downloads": -1, "filename": "locationsharinglib-2.0.9.tar.gz", "has_sig": false, "md5_digest": "ae3a6822022b50b2f8da39a2cd63abcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28846, "upload_time": "2018-07-07T12:12:28", "url": "https://files.pythonhosted.org/packages/50/8a/8595aab2d26cf27ed13d175a370d73608369df3152243f26200b11cef864/locationsharinglib-2.0.9.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "e27c7aeca9173c6a69edc9ecdebe2ee4", "sha256": "194e3cf36c2d88bfc7adce9770a0b520c6cedd44402f61607f704a6826e7c73e" }, "downloads": -1, "filename": "locationsharinglib-3.0.1-py3.7.egg", "has_sig": false, "md5_digest": "e27c7aeca9173c6a69edc9ecdebe2ee4", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37069, "upload_time": "2018-09-29T11:58:56", "url": "https://files.pythonhosted.org/packages/f6/78/9550a788c7c697aa9425d10d1f61ffff8ec74574d519dd2da68b3ca29b22/locationsharinglib-3.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "c3776448ad7172627d79453264ef8f6c", "sha256": "10ea1b481861dbcda94fd83dacde932ea167777447042039a822a9e54938c37b" }, "downloads": -1, "filename": "locationsharinglib-3.0.1.tar.gz", "has_sig": false, "md5_digest": "c3776448ad7172627d79453264ef8f6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27711, "upload_time": "2018-09-29T11:58:58", "url": "https://files.pythonhosted.org/packages/4f/8c/c1f3c64f587c94d5dee6e9e89b589f12ef878485b6557df61b3ab3cd07f2/locationsharinglib-3.0.1.tar.gz" } ], "3.0.10": [ { "comment_text": "", "digests": { "md5": "e95c6295ac9fe69cad92ee2520f04690", "sha256": "3a7703bc513bf643fc74308b156f8c4115365abfe2ddfb521c472821e473c2e4" }, "downloads": -1, "filename": "locationsharinglib-3.0.10-py3.7.egg", "has_sig": false, "md5_digest": "e95c6295ac9fe69cad92ee2520f04690", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37074, "upload_time": "2019-01-13T12:49:07", "url": "https://files.pythonhosted.org/packages/79/72/3d159dfb9140d68fd84b42bfbda536023324a0c0b21a6a71510dad581101/locationsharinglib-3.0.10-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "ffbdd3108ba0df1657a34d4597b48427", "sha256": "930a77cbf82336c5dcec34982e0974b78d5060782deb3ca993bc3a1cda340f2b" }, "downloads": -1, "filename": "locationsharinglib-3.0.10.tar.gz", "has_sig": false, "md5_digest": "ffbdd3108ba0df1657a34d4597b48427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27866, "upload_time": "2019-01-13T12:49:04", "url": "https://files.pythonhosted.org/packages/fa/79/34c1acb0169746f05bc0fe0148607e981b4199ecaf1520aed48e0d6aada8/locationsharinglib-3.0.10.tar.gz" } ], "3.0.11": [ { "comment_text": "", "digests": { "md5": "eac98b48f69f4651301b92819f0f04b3", "sha256": "2d465b1553f309e2fe5a0f067a021698488d6e2c2e5cc952f918f219ab96e415" }, "downloads": -1, "filename": "locationsharinglib-3.0.11-py3.7.egg", "has_sig": false, "md5_digest": "eac98b48f69f4651301b92819f0f04b3", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37076, "upload_time": "2019-01-13T12:57:17", "url": "https://files.pythonhosted.org/packages/4c/1d/b71532dd14546f3b7d61975b90b24be3aca79e1b3fbf7b7a696be34a5369/locationsharinglib-3.0.11-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "5555423bd7962ba49e2eb6c3d0b03f3e", "sha256": "21a9de69d7c4cef15eb6edb9c75c90e66fb9d410ec74af0fed6097cf989317f9" }, "downloads": -1, "filename": "locationsharinglib-3.0.11.tar.gz", "has_sig": false, "md5_digest": "5555423bd7962ba49e2eb6c3d0b03f3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27876, "upload_time": "2019-01-13T12:57:15", "url": "https://files.pythonhosted.org/packages/3a/cb/2330ef56b4ffca41c653e29bec61c6c114df7b1ad361e57a7c35cb05585c/locationsharinglib-3.0.11.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "7dc8936213af306476a20ecd5964653f", "sha256": "0eb6c4c76eb98ca1756535fdc533fc7278b8f04fb20f1c4a63749dd21cbb0d26" }, "downloads": -1, "filename": "locationsharinglib-3.0.2-py3.7.egg", "has_sig": false, "md5_digest": "7dc8936213af306476a20ecd5964653f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37176, "upload_time": "2018-09-29T12:06:37", "url": "https://files.pythonhosted.org/packages/41/89/c244a2c8bc64a2910b6bd11a313ee9ec4e7ace59e751780a55c657bff829/locationsharinglib-3.0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "c493d8dfb7ec481b4d4e73e4ec17fc41", "sha256": "c9eace022130b20013a2ee0d4cc03c881c405551530b4cebdfcd735e58c6841e" }, "downloads": -1, "filename": "locationsharinglib-3.0.2.tar.gz", "has_sig": false, "md5_digest": "c493d8dfb7ec481b4d4e73e4ec17fc41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27743, "upload_time": "2018-09-29T12:06:39", "url": "https://files.pythonhosted.org/packages/b5/94/7813bca870303b9c134b490b5529b32a1fbd4d6739b4ea98e060f4c84083/locationsharinglib-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "ed6f0abeb5156d8766f1fb2bdb4792c4", "sha256": "d459b7b74cc7bfbdcedbbf2e3b461041208e7cbb032ddbd08ce8b0d477c4828a" }, "downloads": -1, "filename": "locationsharinglib-3.0.3-py3.7.egg", "has_sig": false, "md5_digest": "ed6f0abeb5156d8766f1fb2bdb4792c4", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37227, "upload_time": "2018-09-30T09:19:49", "url": "https://files.pythonhosted.org/packages/7f/15/525a63f2d8338427d7be5e8406f17118d2191644064cd283b75b7d559515/locationsharinglib-3.0.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6ccd4de337ef8b33981307124c555909", "sha256": "640f97b2550d4366c0ddb1a44ff5860f290540c1065a694ce7397d62de5e33d3" }, "downloads": -1, "filename": "locationsharinglib-3.0.3.tar.gz", "has_sig": false, "md5_digest": "6ccd4de337ef8b33981307124c555909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27776, "upload_time": "2018-09-30T09:19:51", "url": "https://files.pythonhosted.org/packages/c0/d9/78fe76a12e2c09e2eb23388cf816ff9ca40fd569bfc8f8a3181148f9fe89/locationsharinglib-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "557bf6cee635df1a364ee4f0d2da385b", "sha256": "50a4d5cd606c7cf014c01b81805d0d906109ec7a9eb015c187f8497f1fe7ea36" }, "downloads": -1, "filename": "locationsharinglib-3.0.4-py3.7.egg", "has_sig": false, "md5_digest": "557bf6cee635df1a364ee4f0d2da385b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37358, "upload_time": "2018-10-06T10:32:59", "url": "https://files.pythonhosted.org/packages/eb/24/2e24779690ffd027485ec30ca272340f7d4c88d360dd50cdc0ddee89a597/locationsharinglib-3.0.4-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "fa55cfbf3457cba0f0ddef023805f998", "sha256": "1e961db515c40fa0ade34f21485a8d704c97c899e93a3c4c54b3eb1657e7e37c" }, "downloads": -1, "filename": "locationsharinglib-3.0.4.tar.gz", "has_sig": false, "md5_digest": "fa55cfbf3457cba0f0ddef023805f998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27907, "upload_time": "2018-10-06T10:33:01", "url": "https://files.pythonhosted.org/packages/d2/b6/05e5d7aeb12fa288833ce06f6d0b0769eee53df2201603f6076c88c75a58/locationsharinglib-3.0.4.tar.gz" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "667ca6ee3aac1818bf18d56857d95a44", "sha256": "5e87a946864fd40e208c38cb5119324959f80850b42e163e6a3c9cec4c7490e3" }, "downloads": -1, "filename": "locationsharinglib-3.0.5-py3.7.egg", "has_sig": false, "md5_digest": "667ca6ee3aac1818bf18d56857d95a44", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37381, "upload_time": "2018-10-06T10:46:46", "url": "https://files.pythonhosted.org/packages/e6/f5/646d3298ba39c092894a6892ced1f7e4d70c04f166fee067f6a89ea059cc/locationsharinglib-3.0.5-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "b5e80c09a19080f77babc2958629666c", "sha256": "549031c5b0ea07ff64d9e237fe4f1bd606a51ce3384cde762fc88873fed32e81" }, "downloads": -1, "filename": "locationsharinglib-3.0.5.tar.gz", "has_sig": false, "md5_digest": "b5e80c09a19080f77babc2958629666c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27930, "upload_time": "2018-10-06T10:46:48", "url": "https://files.pythonhosted.org/packages/18/54/a2e99ac0e74529206aa6803292d47de413e9f0db5380b765391f32c27fb7/locationsharinglib-3.0.5.tar.gz" } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "bdbf2e6560e133f5eae4321973be16e5", "sha256": "b42fe68cdba51810dd7213896e660d55fc693fbdc050b6de52aacbd4dd67eec2" }, "downloads": -1, "filename": "locationsharinglib-3.0.6-py3.7.egg", "has_sig": false, "md5_digest": "bdbf2e6560e133f5eae4321973be16e5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37393, "upload_time": "2018-10-07T08:31:56", "url": "https://files.pythonhosted.org/packages/d4/f9/105e2a28b489fdea8cd7f98710bcf45c394da88fa302d1ad9747f63fbe55/locationsharinglib-3.0.6-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "5171baac7af7504d75c3c6c3d79dedd9", "sha256": "bc87db347e442e04a4aa31f40c15be5db18446854a94a9a0faca13378110973c" }, "downloads": -1, "filename": "locationsharinglib-3.0.6.tar.gz", "has_sig": false, "md5_digest": "5171baac7af7504d75c3c6c3d79dedd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27934, "upload_time": "2018-10-07T08:31:58", "url": "https://files.pythonhosted.org/packages/81/50/026b11394e49938dd54f61c999ffca2d0a752c0070cfee9108d29da4db30/locationsharinglib-3.0.6.tar.gz" } ], "3.0.7": [ { "comment_text": "", "digests": { "md5": "b5fd1e6598e52aca5931927c28c3fdbf", "sha256": "cf23f82ef924e9d0799679da229872bf34bbf94eed68d8f71c4ee7d3612fa3b6" }, "downloads": -1, "filename": "locationsharinglib-3.0.7-py3.7.egg", "has_sig": false, "md5_digest": "b5fd1e6598e52aca5931927c28c3fdbf", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 36108, "upload_time": "2018-10-30T14:07:09", "url": "https://files.pythonhosted.org/packages/f2/16/ffdd5d5c43e38297d0404bb6f07c0e5f2b1fcef1999a352db587f54a5b9a/locationsharinglib-3.0.7-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "b0e5d7366a10de29fc6418e98511827d", "sha256": "9182093025d95c2fe059cdd0b86e2ffcf98a6d16f81e8bb40468691730d97e3b" }, "downloads": -1, "filename": "locationsharinglib-3.0.7.tar.gz", "has_sig": false, "md5_digest": "b0e5d7366a10de29fc6418e98511827d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26299, "upload_time": "2018-10-30T14:07:06", "url": "https://files.pythonhosted.org/packages/0e/97/147f653951c804ae9050c6683189be52ddc89d76e40249343ff51e23f1b7/locationsharinglib-3.0.7.tar.gz" } ], "3.0.8": [ { "comment_text": "", "digests": { "md5": "2169748adfd3279df166225f90a3ccf8", "sha256": "a44c3d03b83c2328ad19b6a01394c154d72e3c1108a193b4ca7ad61ad8ddfe70" }, "downloads": -1, "filename": "locationsharinglib-3.0.8-py3.7.egg", "has_sig": false, "md5_digest": "2169748adfd3279df166225f90a3ccf8", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37262, "upload_time": "2018-11-20T20:41:49", "url": "https://files.pythonhosted.org/packages/ee/f6/5887c12d2a46ff65788a45adad0904e37d8258cbb9162e739d601103fdc2/locationsharinglib-3.0.8-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "b7a6b6bcf831297fedfde52a4dcd2aab", "sha256": "cfa5353536cd10ecad798b7a02c2c431f7d729298580b14d74627150845c8d2b" }, "downloads": -1, "filename": "locationsharinglib-3.0.8.tar.gz", "has_sig": false, "md5_digest": "b7a6b6bcf831297fedfde52a4dcd2aab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27463, "upload_time": "2018-11-20T20:41:46", "url": "https://files.pythonhosted.org/packages/a4/3e/544aa65111ae637da2a3a2344b16790cc9a950f025ec341fc1e677863c9d/locationsharinglib-3.0.8.tar.gz" } ], "3.0.9": [ { "comment_text": "", "digests": { "md5": "4ef785c66e21f73093654764e0456208", "sha256": "3ba38a9e7f812795f37d783a27025590f33c9be03022ebdc1c2c7522df9c04e4" }, "downloads": -1, "filename": "locationsharinglib-3.0.9-py3.7.egg", "has_sig": false, "md5_digest": "4ef785c66e21f73093654764e0456208", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37454, "upload_time": "2018-12-05T15:45:27", "url": "https://files.pythonhosted.org/packages/91/ad/5791a1965b244b29c46e9c561b71320a8cc2a67f1e42a95a43d8c8a404fa/locationsharinglib-3.0.9-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d99d2bdebd59b655fc4b6f2c5192a383", "sha256": "6b57afb68b3ecc22535dc2e61793d21c22016dece561de3cc2c6b2ecc064bfca" }, "downloads": -1, "filename": "locationsharinglib-3.0.9.tar.gz", "has_sig": false, "md5_digest": "d99d2bdebd59b655fc4b6f2c5192a383", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28154, "upload_time": "2018-12-05T15:45:24", "url": "https://files.pythonhosted.org/packages/5a/cb/82e030b6b34669d2451bdefd66d1f88e85c0195ec77d91f25769ec3ed88c/locationsharinglib-3.0.9.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "889bfcb343a54f7b90289c82bed73338", "sha256": "ec328b8d7ebdbc697657231db8a9c146dac76f77684efc31b9814690d727baf2" }, "downloads": -1, "filename": "locationsharinglib-4.0.0-py3.7.egg", "has_sig": false, "md5_digest": "889bfcb343a54f7b90289c82bed73338", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 40538, "upload_time": "2019-03-05T14:02:05", "url": "https://files.pythonhosted.org/packages/91/d0/acd1c0cdf0e84dcbb1edf4ea2b247e7ed3382b549ac072814d79eb4da9bd/locationsharinglib-4.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "acb6e2b67b1f266ac907c58f3f234c73", "sha256": "fb1c54be3723327080519f54cdcf241421bb5cbe73b1ff76b327547a726b47e6" }, "downloads": -1, "filename": "locationsharinglib-4.0.0.tar.gz", "has_sig": false, "md5_digest": "acb6e2b67b1f266ac907c58f3f234c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41647, "upload_time": "2019-03-05T14:02:07", "url": "https://files.pythonhosted.org/packages/3c/8a/0c3f143dd01444c16750fa07866c3dca55ef9d7143b23eaad3d2eb8aceb8/locationsharinglib-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "ab9f8db05648ec6f61f8147309600780", "sha256": "adfc4d3c062dbf58d116dcdbe02b18fdcc35f0e2da37194682ae86dbfd3a0526" }, "downloads": -1, "filename": "locationsharinglib-4.0.1-py3.7.egg", "has_sig": false, "md5_digest": "ab9f8db05648ec6f61f8147309600780", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 25601, "upload_time": "2019-03-06T08:55:36", "url": "https://files.pythonhosted.org/packages/9c/36/03d2411046f976922de2a299673a9a631c63ab18e9606aff8ef46f696dfe/locationsharinglib-4.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "9cc9545ae5d6fcf98919204fa636e1cc", "sha256": "9f10e1d7b45eb8f4fea6cb181edd379509e3fd5363b75bf4feadda0c0cf012c1" }, "downloads": -1, "filename": "locationsharinglib-4.0.1.tar.gz", "has_sig": false, "md5_digest": "9cc9545ae5d6fcf98919204fa636e1cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41658, "upload_time": "2019-03-06T08:55:39", "url": "https://files.pythonhosted.org/packages/d7/b8/8c397cb68f72e747602e43e3a9cf71b931498e9ca8ab01fc9a55020a22d9/locationsharinglib-4.0.1.tar.gz" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "2481df65d0fcb70aea1b1b5c520020ac", "sha256": "34166636741a8326c9294862e367be35f9a6316252ab1af334652ecabaa0a808" }, "downloads": -1, "filename": "locationsharinglib-4.0.2-py3.7.egg", "has_sig": false, "md5_digest": "2481df65d0fcb70aea1b1b5c520020ac", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 25809, "upload_time": "2019-07-07T13:29:32", "url": "https://files.pythonhosted.org/packages/82/69/b249b15669a25b4ab37318fdcf51e7bb8e3ec7b44d720965bf50ab9f6892/locationsharinglib-4.0.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "61294d67d32b4f7667a04548f575ecb1", "sha256": "1608eaaa368da45f4832eea78269facca8730e4ac9d4c8cbda42f9af9baf784b" }, "downloads": -1, "filename": "locationsharinglib-4.0.2.tar.gz", "has_sig": false, "md5_digest": "61294d67d32b4f7667a04548f575ecb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41947, "upload_time": "2019-07-07T13:29:34", "url": "https://files.pythonhosted.org/packages/4a/5b/eb03b837e9d59b7ffa3d080bdfcd1c42b5353432cb6a327baac3e8705ece/locationsharinglib-4.0.2.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "269b92bd456be1692f332df03a7c16bb", "sha256": "4e5401b9e4e134b33745a8b61534e83a1cecd4772655bc0a125f2cda662e4205" }, "downloads": -1, "filename": "locationsharinglib-4.1.0-py3.7.egg", "has_sig": false, "md5_digest": "269b92bd456be1692f332df03a7c16bb", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 35227, "upload_time": "2019-09-01T20:15:41", "url": "https://files.pythonhosted.org/packages/0b/5d/787a6d85d8eb554087a4258179dc31229ff311b37da2c59dae199d9fc1b7/locationsharinglib-4.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "21666dd6e77b311750ed79c3de3cb547", "sha256": "b71bc3b3941a27ef3395336f96600b85fd5c07a26096269aad3f9a3d80fad7d3" }, "downloads": -1, "filename": "locationsharinglib-4.1.0.tar.gz", "has_sig": false, "md5_digest": "21666dd6e77b311750ed79c3de3cb547", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50404, "upload_time": "2019-09-01T20:15:45", "url": "https://files.pythonhosted.org/packages/4b/74/c914a847c27f66ccfb1cccac20548653a8f3367bc3528c4bf053f065c872/locationsharinglib-4.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "269b92bd456be1692f332df03a7c16bb", "sha256": "4e5401b9e4e134b33745a8b61534e83a1cecd4772655bc0a125f2cda662e4205" }, "downloads": -1, "filename": "locationsharinglib-4.1.0-py3.7.egg", "has_sig": false, "md5_digest": "269b92bd456be1692f332df03a7c16bb", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 35227, "upload_time": "2019-09-01T20:15:41", "url": "https://files.pythonhosted.org/packages/0b/5d/787a6d85d8eb554087a4258179dc31229ff311b37da2c59dae199d9fc1b7/locationsharinglib-4.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "21666dd6e77b311750ed79c3de3cb547", "sha256": "b71bc3b3941a27ef3395336f96600b85fd5c07a26096269aad3f9a3d80fad7d3" }, "downloads": -1, "filename": "locationsharinglib-4.1.0.tar.gz", "has_sig": false, "md5_digest": "21666dd6e77b311750ed79c3de3cb547", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50404, "upload_time": "2019-09-01T20:15:45", "url": "https://files.pythonhosted.org/packages/4b/74/c914a847c27f66ccfb1cccac20548653a8f3367bc3528c4bf053f065c872/locationsharinglib-4.1.0.tar.gz" } ] }