{ "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": "===================\nmapscookiegettercli\n===================\n\nA tool to retreive the cookies from a google authentication process towards the google maps service to be used with locationsharinglib.\n\n\n* Documentation: https://mapscookiegettercli.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* Successfully detects and uses Firefox and Chrome in Mac (latest version tested), Linux (Ubuntu 18.04 with budgie desktop tested) and Windows 7\n* Todo:\n\n Test Internet explorer and Edge on Windows and test windows 8 and 10.\n\n Extend error handling for all environments.\n\n\n\n\nHistory\n-------\n\n0.0.1 (04-03-2019)\n---------------------\n\n* First code creation\n\n\n0.1.0 (25-03-2019)\n------------------\n\n* Initial implementation working for firefox and chrome tested lightly on Mac, Ubuntu 18.04 and Windows 7\n\n\n0.1.1 (28-03-2019)\n------------------\n\n* Removed fstring instance so python3.7 is not a hard requirement\n\n\n0.2.0 (16-06-2019)\n------------------\n\n* Initial release, enforced en locale for worldwide compatibility contributed by \"https://github.com/Protonex\"", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/costastf/mapscookiegettercli", "keywords": "mapscookiegettercli location sharing google maps retrieve cookies", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mapscookiegettercli", "package_url": "https://pypi.org/project/mapscookiegettercli/", "platform": "", "project_url": "https://pypi.org/project/mapscookiegettercli/", "project_urls": { "Homepage": "https://github.com/costastf/mapscookiegettercli" }, "release_url": "https://pypi.org/project/mapscookiegettercli/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A tool to retreive the cookies from a google authentication process towards the google maps service to be used with locationsharinglib.", "version": "0.2.0" }, "last_serial": 5406433, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5ee5f0a525f52a61c3e37e3286331477", "sha256": "9b0a8c636fc4ac01cd36fa7aa13fa41861ab60468e86364a8f33acf1e263d586" }, "downloads": -1, "filename": "mapscookiegettercli-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "5ee5f0a525f52a61c3e37e3286331477", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37467, "upload_time": "2019-03-25T13:58:41", "url": "https://files.pythonhosted.org/packages/98/00/272959ea867a0dd9d4d9f68f3d776aa7e299fb7aa8b0e3a41c122a3f9ac3/mapscookiegettercli-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "f48189782efebb4b3c6ecaee1c2dd20c", "sha256": "3f5c33967d59d4f890b1379691a4a36303c43c7c0f0a854e3ca335d6c5cebb43" }, "downloads": -1, "filename": "mapscookiegettercli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f48189782efebb4b3c6ecaee1c2dd20c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46379, "upload_time": "2019-03-25T13:58:43", "url": "https://files.pythonhosted.org/packages/84/ab/3cc53cece78f65c00cda5651c9b503e1e6f9958736b2c1802232ef8586c4/mapscookiegettercli-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "825064f4aa8991f01f943b39f288b11a", "sha256": "2cea7a0c8956896214fe6c0c78bdf473ce3b6939fdd85d97243e2b348d8b344f" }, "downloads": -1, "filename": "mapscookiegettercli-0.1.1-py3.7.egg", "has_sig": false, "md5_digest": "825064f4aa8991f01f943b39f288b11a", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 37275, "upload_time": "2019-03-28T18:38:45", "url": "https://files.pythonhosted.org/packages/bf/8a/8987058a07bbecfdd0ed42dacdbab3f1e4991bd69cf2988f51e0a74d68f7/mapscookiegettercli-0.1.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "4677e7c5f2994891b028b6efe01cd6be", "sha256": "5d329376f01555def2fc62ce953c90dbf4d06268a480adf21f7db30912c2e65c" }, "downloads": -1, "filename": "mapscookiegettercli-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4677e7c5f2994891b028b6efe01cd6be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46081, "upload_time": "2019-03-28T18:38:43", "url": "https://files.pythonhosted.org/packages/32/2c/3f8ec04ab1760ac6451de4027725fc266f5eb1bb10fe91755c29e41fff29/mapscookiegettercli-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "fdc31af2944d3ac336178cd190753a89", "sha256": "61f96d1b66ec81004a64e0a92e2abc11ddac9ad9bac29a0e2073bddbaa13817d" }, "downloads": -1, "filename": "mapscookiegettercli-0.2.0-py3.7.egg", "has_sig": false, "md5_digest": "fdc31af2944d3ac336178cd190753a89", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 7106957, "upload_time": "2019-06-16T13:10:29", "url": "https://files.pythonhosted.org/packages/19/ec/69dd99ce3d9dca40aa1fefd15a59f70abb328152bec0738f8191dc0dfb28/mapscookiegettercli-0.2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "5f7d2eca7f9cb10b56d2876c84a7429b", "sha256": "342bdac0f156aab772d40b5578560316965e7ac9287216320aa9695e2a6e36a2" }, "downloads": -1, "filename": "mapscookiegettercli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5f7d2eca7f9cb10b56d2876c84a7429b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7091234, "upload_time": "2019-06-16T13:11:39", "url": "https://files.pythonhosted.org/packages/fa/2b/c8c9210871b2fc6e243c0e3aed8e76e3cb00b6e97549932760d4b1217801/mapscookiegettercli-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdc31af2944d3ac336178cd190753a89", "sha256": "61f96d1b66ec81004a64e0a92e2abc11ddac9ad9bac29a0e2073bddbaa13817d" }, "downloads": -1, "filename": "mapscookiegettercli-0.2.0-py3.7.egg", "has_sig": false, "md5_digest": "fdc31af2944d3ac336178cd190753a89", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 7106957, "upload_time": "2019-06-16T13:10:29", "url": "https://files.pythonhosted.org/packages/19/ec/69dd99ce3d9dca40aa1fefd15a59f70abb328152bec0738f8191dc0dfb28/mapscookiegettercli-0.2.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "5f7d2eca7f9cb10b56d2876c84a7429b", "sha256": "342bdac0f156aab772d40b5578560316965e7ac9287216320aa9695e2a6e36a2" }, "downloads": -1, "filename": "mapscookiegettercli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5f7d2eca7f9cb10b56d2876c84a7429b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7091234, "upload_time": "2019-06-16T13:11:39", "url": "https://files.pythonhosted.org/packages/fa/2b/c8c9210871b2fc6e243c0e3aed8e76e3cb00b6e97549932760d4b1217801/mapscookiegettercli-0.2.0.tar.gz" } ] }