{ "info": { "author": "Pedro Silva", "author_email": "noreply@pfgis.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "# Timemap\n\n> repository under renovation\n\nA python package to deal with location history files, such\nas GMAPS takeout json.\n\nThe main motivation behind this package is to allow simple analytics\nbased on where you have been, for example, how long did you spend\nat the office over January?\n\n\nSupported providers:\n* Google - takeout's json\n\n\n## Settings\n\nYou can customize the runtime parameters through a configuration file\nor command line parameters (requires extension).\n\n\n# Configuration File\nThe configuration consist of a yaml file. All the items in it, will be\nexposed as settings to your script.\n\n\n``` yaml\nfilepath: ./.history.json\nstart: 2019-03-01\nend: 2019-03-31\n\nradius: 200 # in meters\nlatitude: 44.434 # in decimal format\nlongitude: 22.213 # in decimal format\n```\n\n\n# Contributing\nFeel free to send me your pull requests\n\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/pfigs/location-history", "keywords": "maps location time tracking", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "timemap", "package_url": "https://pypi.org/project/timemap/", "platform": "", "project_url": "https://pypi.org/project/timemap/", "project_urls": { "Homepage": "https://github.com/pfigs/location-history" }, "release_url": "https://pypi.org/project/timemap/0.1.0/", "requires_dist": [ "PyYAML (==5.1.2)", "geopy (==1.20.0)", "ijson (==2.4)" ], "requires_python": "", "summary": "Location history parser and analyzer.", "version": "0.1.0" }, "last_serial": 5756827, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9d3ab2dfb397614dfabaf33a08ffc2ba", "sha256": "ca78a021abfbf6129c668f7877af3a7ddd4ea25b0b52ac5e310ebdef449b3f9c" }, "downloads": -1, "filename": "timemap-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9d3ab2dfb397614dfabaf33a08ffc2ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10072, "upload_time": "2019-08-29T20:37:37", "url": "https://files.pythonhosted.org/packages/d3/6b/a10e4460d2a3a68dee8f44d0a21e71a355df8de845977acf738b170ed538/timemap-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "208c275594b3a3a001c20a7332a1f657", "sha256": "55175931eba4851c4a24472b4786923f9e904999145e0738bb406264774818be" }, "downloads": -1, "filename": "timemap-0.1.0.tar.gz", "has_sig": false, "md5_digest": "208c275594b3a3a001c20a7332a1f657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7560, "upload_time": "2019-08-29T20:37:40", "url": "https://files.pythonhosted.org/packages/bb/d2/bc8fc812f03cec0eba37b1131f67cd43ca1d3d9ed3500c8a644f1cf72a8b/timemap-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d3ab2dfb397614dfabaf33a08ffc2ba", "sha256": "ca78a021abfbf6129c668f7877af3a7ddd4ea25b0b52ac5e310ebdef449b3f9c" }, "downloads": -1, "filename": "timemap-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9d3ab2dfb397614dfabaf33a08ffc2ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10072, "upload_time": "2019-08-29T20:37:37", "url": "https://files.pythonhosted.org/packages/d3/6b/a10e4460d2a3a68dee8f44d0a21e71a355df8de845977acf738b170ed538/timemap-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "208c275594b3a3a001c20a7332a1f657", "sha256": "55175931eba4851c4a24472b4786923f9e904999145e0738bb406264774818be" }, "downloads": -1, "filename": "timemap-0.1.0.tar.gz", "has_sig": false, "md5_digest": "208c275594b3a3a001c20a7332a1f657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7560, "upload_time": "2019-08-29T20:37:40", "url": "https://files.pythonhosted.org/packages/bb/d2/bc8fc812f03cec0eba37b1131f67cd43ca1d3d9ed3500c8a644f1cf72a8b/timemap-0.1.0.tar.gz" } ] }