waze-logger


Namewaze-logger JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA cli tool to log waze trop duration in a database. Ment to be used in a CRON schedule
upload_time2023-10-23 14:57:11
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Felix Cusson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords waze api database cron
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # waze_logger

version: 0.1.0

A small tool to log waze route time into a database

## Getting started

<!--TODO-->

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "waze-logger",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Felix Cusson <felixcusson@gmail.com>",
    "keywords": "waze,api,database,cron",
    "author": "",
    "author_email": "Felix Cusson <felixcusson@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/eb/19/524e756b06b7112f76c6624a939eb2fcd906f55f00dfb6ba5c0b25742133/waze_logger-0.1.0.tar.gz",
    "platform": null,
    "description": "# waze_logger\r\n\r\nversion: 0.1.0\r\n\r\nA small tool to log waze route time into a database\r\n\r\n## Getting started\r\n\r\n<!--TODO-->\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Felix Cusson  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A cli tool to log waze trop duration in a database. Ment to be used in a CRON schedule",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/fcusson/waze_logger/issues",
        "Homepage": "https://github.com/fcusson/waze_logger",
        "Source": "https://github.com/fcusson/waze_logger"
    },
    "split_keywords": [
        "waze",
        "api",
        "database",
        "cron"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02289b654fee018f1c17f2aa0ce4b8f81d4f9ed642df2fc616fb7b8492ef636e",
                "md5": "f1eb76903e4e8c3dab80090cf98a8a76",
                "sha256": "2e0c346a4fabbb41643b024f59240514069638f6436d525654cd8be5baaca04f"
            },
            "downloads": -1,
            "filename": "waze_logger-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f1eb76903e4e8c3dab80090cf98a8a76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9132,
            "upload_time": "2023-10-23T14:57:10",
            "upload_time_iso_8601": "2023-10-23T14:57:10.275927Z",
            "url": "https://files.pythonhosted.org/packages/02/28/9b654fee018f1c17f2aa0ce4b8f81d4f9ed642df2fc616fb7b8492ef636e/waze_logger-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb19524e756b06b7112f76c6624a939eb2fcd906f55f00dfb6ba5c0b25742133",
                "md5": "9b7fe595cb026f1c69106eb886db29f4",
                "sha256": "e82c8a7ae1eb3ab81b9022aaa2863727850666bd6f4f9e5ce2fd198bb0499912"
            },
            "downloads": -1,
            "filename": "waze_logger-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9b7fe595cb026f1c69106eb886db29f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7578,
            "upload_time": "2023-10-23T14:57:11",
            "upload_time_iso_8601": "2023-10-23T14:57:11.574033Z",
            "url": "https://files.pythonhosted.org/packages/eb/19/524e756b06b7112f76c6624a939eb2fcd906f55f00dfb6ba5c0b25742133/waze_logger-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-23 14:57:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fcusson",
    "github_project": "waze_logger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "waze-logger"
}
        
Elapsed time: 0.13094s