simpldlogger


Namesimpldlogger JSON
Version 1.3.0 PyPI version JSON
download
home_page
SummaryPackage that provides an easy API for logging different types of events that have occurred.
upload_time2023-10-04 21:29:28
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Mateusz Ferenc 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 data logger logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Package that provides an easy API for logging different types of events that have occurred.

Class named **SimpleDataLogger** is in datalogger.py file.  

Install via pip:  
`pip install simpldlogger`

Import **DataLogger** class:  
`import simpldlogger.datalogger`
or
`from simpldlogger.datalogger import SimpleDataLogger`


***main.py*** file, in *tests* directory, is an example of use.  
To run example:
```bash
cd simpldlogger
py -m tests.main
```
<br>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simpldlogger",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Mateusz Ferenc <ferenc.mateusz.priv@gmail.com>",
    "keywords": "data logger,logging",
    "author": "",
    "author_email": "Mateusz Ferenc <ferenc.mateusz.priv@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/3d/00d6edae223b32c947218327a8e2230bd6e57c2071c3e65107bf0baed20c/simpldlogger-1.3.0.tar.gz",
    "platform": null,
    "description": "## Package that provides an easy API for logging different types of events that have occurred.\n\nClass named **SimpleDataLogger** is in datalogger.py file.  \n\nInstall via pip:  \n`pip install simpldlogger`\n\nImport **DataLogger** class:  \n`import simpldlogger.datalogger`\nor\n`from simpldlogger.datalogger import SimpleDataLogger`\n\n\n***main.py*** file, in *tests* directory, is an example of use.  \nTo run example:\n```bash\ncd simpldlogger\npy -m tests.main\n```\n<br>",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Mateusz Ferenc  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": "Package that provides an easy API for logging different types of events that have occurred.",
    "version": "1.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/MateuszFerenc/my_pythons/issues",
        "Homepage": "https://github.com/MateuszFerenc/my_pythons/tree/main/data_logger"
    },
    "split_keywords": [
        "data logger",
        "logging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3c4d3a236291d3accf86d2fec24b329929232fb6359295df2c25b5430e113d4",
                "md5": "d4dc79985a6449fc61e4d5194bf80bfc",
                "sha256": "38eccbf273bfebdc68f6113ce5950d3e8b70322637a065ed0b5177cf8980ece9"
            },
            "downloads": -1,
            "filename": "simpldlogger-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4dc79985a6449fc61e4d5194bf80bfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3987,
            "upload_time": "2023-10-04T21:29:26",
            "upload_time_iso_8601": "2023-10-04T21:29:26.542799Z",
            "url": "https://files.pythonhosted.org/packages/c3/c4/d3a236291d3accf86d2fec24b329929232fb6359295df2c25b5430e113d4/simpldlogger-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "453d00d6edae223b32c947218327a8e2230bd6e57c2071c3e65107bf0baed20c",
                "md5": "31bed851bf6a2187f791df51eaa66f04",
                "sha256": "3c2aa6a8ddda737e7f81a9cca4229783f71679039bfe1cb8d14023372d437a72"
            },
            "downloads": -1,
            "filename": "simpldlogger-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31bed851bf6a2187f791df51eaa66f04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2933,
            "upload_time": "2023-10-04T21:29:28",
            "upload_time_iso_8601": "2023-10-04T21:29:28.071324Z",
            "url": "https://files.pythonhosted.org/packages/45/3d/00d6edae223b32c947218327a8e2230bd6e57c2071c3e65107bf0baed20c/simpldlogger-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 21:29:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MateuszFerenc",
    "github_project": "my_pythons",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simpldlogger"
}
        
Elapsed time: 0.34980s