kisesi


Namekisesi JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryLight wrapper around Python's `logging` built-in module.
upload_time2024-12-26 07:13:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseCopyright (c) 2024 myxi@envs.net 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 color logging python wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kisesi
Kisesi is a light wrapper around the built-in `logging` module of Python standard library. This module is written in a hacky way and thus is meant for personal use.

# Demos
```python
import kisesi


def main() -> None:
    kisesi.basic_config(level=kisesi.DEBUG, incdate=True)

    log = kisesi.get_logger(__name__)
    log.debug("This is a \"debug\" message.")
    log.info("This is a \"info\" message.")
    log.warning("This is a \"warning\" message.")
    log.error("This is a \"error\" message.")
    log.critical("This is a \"critical\" message.")


if __name__ == "__main__":
    main()
```

## Preview
### Maple Font
![Demo Image](https://files.catbox.moe/wmmvsx.png)

### Normal
![Demo Image](https://files.catbox.moe/o9vvpw.png)

# Guide
You are expected to read the source code to figure out all the features.

# Installation
Pypi
```shell
user:~$ pip install kisesi
```
Git
```shell
user:~$ pip install git+https://github.com/eeriemyxi/kisesi
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kisesi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "color, logging, python, wrapper",
    "author": null,
    "author_email": "myxi <myxi@envs.net>",
    "download_url": "https://files.pythonhosted.org/packages/3b/37/73098f33758509e4fc44d5db274afd73d309a755feff50e221bf8548a70a/kisesi-0.2.0.tar.gz",
    "platform": null,
    "description": "# Kisesi\nKisesi is a light wrapper around the built-in `logging` module of Python standard library. This module is written in a hacky way and thus is meant for personal use.\n\n# Demos\n```python\nimport kisesi\n\n\ndef main() -> None:\n    kisesi.basic_config(level=kisesi.DEBUG, incdate=True)\n\n    log = kisesi.get_logger(__name__)\n    log.debug(\"This is a \\\"debug\\\" message.\")\n    log.info(\"This is a \\\"info\\\" message.\")\n    log.warning(\"This is a \\\"warning\\\" message.\")\n    log.error(\"This is a \\\"error\\\" message.\")\n    log.critical(\"This is a \\\"critical\\\" message.\")\n\n\nif __name__ == \"__main__\":\n    main()\n```\n\n## Preview\n### Maple Font\n![Demo Image](https://files.catbox.moe/wmmvsx.png)\n\n### Normal\n![Demo Image](https://files.catbox.moe/o9vvpw.png)\n\n# Guide\nYou are expected to read the source code to figure out all the features.\n\n# Installation\nPypi\n```shell\nuser:~$ pip install kisesi\n```\nGit\n```shell\nuser:~$ pip install git+https://github.com/eeriemyxi/kisesi\n```\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2024 myxi@envs.net  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": "Light wrapper around Python's `logging` built-in module.",
    "version": "0.2.0",
    "project_urls": {
        "Issues": "https://github.com/eeriemyxi/kisesi/issues",
        "Repository": "https://github.com/eeriemyxi/kisesi"
    },
    "split_keywords": [
        "color",
        " logging",
        " python",
        " wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "021458311294abcec7e7227e2ef5095fca63292abe131248c25616a4132bf4d7",
                "md5": "39e9c783b5f050dc35438cdce302e7c0",
                "sha256": "98366cd1690e9ff99968cb812c4c4dbb11b57a7c1e8d39ddedd93192202d923f"
            },
            "downloads": -1,
            "filename": "kisesi-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39e9c783b5f050dc35438cdce302e7c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4113,
            "upload_time": "2024-12-26T07:13:48",
            "upload_time_iso_8601": "2024-12-26T07:13:48.370098Z",
            "url": "https://files.pythonhosted.org/packages/02/14/58311294abcec7e7227e2ef5095fca63292abe131248c25616a4132bf4d7/kisesi-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b3773098f33758509e4fc44d5db274afd73d309a755feff50e221bf8548a70a",
                "md5": "6942a54898979bccd0aa9c445b96cc2a",
                "sha256": "01e01e92d80eb6b2a72abf1eb152b1d8578300c75f4a81908d34e1306fe9481e"
            },
            "downloads": -1,
            "filename": "kisesi-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6942a54898979bccd0aa9c445b96cc2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3354,
            "upload_time": "2024-12-26T07:13:49",
            "upload_time_iso_8601": "2024-12-26T07:13:49.668903Z",
            "url": "https://files.pythonhosted.org/packages/3b/37/73098f33758509e4fc44d5db274afd73d309a755feff50e221bf8548a70a/kisesi-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 07:13:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eeriemyxi",
    "github_project": "kisesi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kisesi"
}
        
Elapsed time: 0.36511s