{ "info": { "author": "Ryan Morehart", "author_email": "ryan@moreharts.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# location-history-total\nGiven a Takeout of Google Location History, generate a CSV of work history.\n\nRequires Python 3.6+.\n\n# Example usage\n\n1. Create a document with your points of interest:\n\n ```\n # Format is lat, long, radius\n # '#' can be used to comment a line out\n 38.8100121,-104.6792472, 0.04\n 39.1355552,-121.3484781, 0.1\n ```\n\n Google Maps will be handy for determining the latitude and longitude of places.\n\n2. Use Google Takeout to export your location history.\n\n - Current link is https://takeout.google.com/settings/takeout?hl=en\n - Support link is https://support.google.com/accounts/answer/3024190?hl=en\n\n3. (Optional) Determine the time period(s) you're intested in and get the Unix timestamps of the start and stop dates.\n\n3. Run the script. Assuming your POIs are in `area.txt`, your location history is at `history.json`, and a date range of 1 Oct 2018-1 Mar 2019:\n\n ```\n # Dump information to screen\n location-history-total history.json --area=area.txt --time=1538373600,1551423600\n\n # Or to a CSV\n location-history-total history.json --area=area.txt --time=1538373600,1551423600 --output=results.csv\n ```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/traherom/location-history-total", "keywords": "", "license": "MIT", "maintainer": "Ryan Morehart", "maintainer_email": "ryan@moreharts.com", "name": "location-history-total", "package_url": "https://pypi.org/project/location-history-total/", "platform": "", "project_url": "https://pypi.org/project/location-history-total/", "project_urls": { "Homepage": "https://github.com/traherom/location-history-total", "Repository": "https://github.com/traherom/location-history-total" }, "release_url": "https://pypi.org/project/location-history-total/0.1.2/", "requires_dist": null, "requires_python": ">=3.6,<4.0", "summary": "Given a Takeout of Google Location History, generate a CSV of work history.", "version": "0.1.2" }, "last_serial": 4636187, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "383b01efa30c592bc358f92651323dd8", "sha256": "bd5e5c0216730be311382a7cc52c8d3e97eb9bab5efc84767ec0441279254c1d" }, "downloads": -1, "filename": "location_history_total-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "383b01efa30c592bc358f92651323dd8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 10605, "upload_time": "2018-12-26T20:51:23", "url": "https://files.pythonhosted.org/packages/24/08/4abbffc449ee1f4ea017ee7af506c1c43be93beb1f5f40b7442326fd2fa6/location_history_total-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bda62d0982f03c2f60e1b802080ff34", "sha256": "5ef34934c914afd60bfee614c4790ea768f723b0a96fbb66068e0402934a6614" }, "downloads": -1, "filename": "location-history-total-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8bda62d0982f03c2f60e1b802080ff34", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4734, "upload_time": "2018-12-26T20:51:21", "url": "https://files.pythonhosted.org/packages/00/29/7d7af5e41c65b1e183374c772c25ab8359f294d84688edbd9739d0639316/location-history-total-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "666875ed9bd6826f0e82c1bdfb75f64c", "sha256": "a44dea2f00b5b494b13f32abd431c86866b640dbab3d550cbdd38ce320a4aac8" }, "downloads": -1, "filename": "location_history_total-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "666875ed9bd6826f0e82c1bdfb75f64c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 11063, "upload_time": "2018-12-26T20:59:14", "url": "https://files.pythonhosted.org/packages/00/e5/071d69e868861d736d8861868d1180459234d0a7d2dd3206d11e1ea6303e/location_history_total-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdafecdcb23419d328b9f510a542683e", "sha256": "050e3c8f60a86ee778e3f2a2aa08a85dbb6d60c358438bc45939787706d032aa" }, "downloads": -1, "filename": "location-history-total-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cdafecdcb23419d328b9f510a542683e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4844, "upload_time": "2018-12-26T20:59:13", "url": "https://files.pythonhosted.org/packages/ba/55/038f32403c9b760285cfec2590937e6fb92ee03183966132cb83c1aee140/location-history-total-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "43ce6030554f750e7736f0229af6858b", "sha256": "b90faad498303fd8ae0e9c34d2dea10fe42809e8e7ebbd19b8bb45a02391504c" }, "downloads": -1, "filename": "location_history_total-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "43ce6030554f750e7736f0229af6858b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 11053, "upload_time": "2018-12-26T21:08:04", "url": "https://files.pythonhosted.org/packages/3d/bd/aab79879ee33a4f6d87a7e597ff5384b5497698570df73563083c8e0f9f6/location_history_total-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef8810a4057ef6a60a5d47e645d17e10", "sha256": "0531e577c66f72cad016461cb29c871efbed3124dce2735c6b7d683e432d9b41" }, "downloads": -1, "filename": "location-history-total-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ef8810a4057ef6a60a5d47e645d17e10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4857, "upload_time": "2018-12-26T21:08:03", "url": "https://files.pythonhosted.org/packages/a3/8a/c11aa252d40b62b00947e0a4d79ddf377663d6816b343227fd6caf61dee7/location-history-total-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43ce6030554f750e7736f0229af6858b", "sha256": "b90faad498303fd8ae0e9c34d2dea10fe42809e8e7ebbd19b8bb45a02391504c" }, "downloads": -1, "filename": "location_history_total-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "43ce6030554f750e7736f0229af6858b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 11053, "upload_time": "2018-12-26T21:08:04", "url": "https://files.pythonhosted.org/packages/3d/bd/aab79879ee33a4f6d87a7e597ff5384b5497698570df73563083c8e0f9f6/location_history_total-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef8810a4057ef6a60a5d47e645d17e10", "sha256": "0531e577c66f72cad016461cb29c871efbed3124dce2735c6b7d683e432d9b41" }, "downloads": -1, "filename": "location-history-total-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ef8810a4057ef6a60a5d47e645d17e10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4857, "upload_time": "2018-12-26T21:08:03", "url": "https://files.pythonhosted.org/packages/a3/8a/c11aa252d40b62b00947e0a4d79ddf377663d6816b343227fd6caf61dee7/location-history-total-0.1.2.tar.gz" } ] }