Aquaref-Log


NameAquaref-Log JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryWinForms UI Pack
upload_time2024-02-16 02:51:55
maintainer
docs_urlNone
authorXiangQinxi
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aquaref-Log

> 原主项目名`Flater`

---

## 简介

为主模块`Aquaref`及其它扩展模块提供日志输出的功能

## 使用

### 导入
```Python
from aquareflog import ...
```

### 输出记录
```Python
from aquareflog import Debug, Error, Info, Success  # 颜色不同,其它效果一样

Debug("Debug")
Error("Error")
Info("Info")
Success("Success")
```

### 获取记录
```Python
from aquareflog import GetLog, Debug

for index in range(5):
    Debug(f"Debug{index}")

print(GetLog())
```

### 禁用输出
```Python
from os import environ
environ["FLATER.LOG.ENABLE"] = "false"
```

### 启用输出
```Python
from os import environ
environ["FLATER.LOG.ENABLE"] = "true"
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Aquaref-Log",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "XiangQinxi",
    "author_email": "XiangQinxi@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/c5/523ff829ca09dd5a7f4a30554fa4cddf9267dd7afc3a1e40c0632711e1fb/aquaref_log-0.0.1.tar.gz",
    "platform": null,
    "description": "# Aquaref-Log\n\n> \u539f\u4e3b\u9879\u76ee\u540d`Flater`\n\n---\n\n## \u7b80\u4ecb\n\n\u4e3a\u4e3b\u6a21\u5757`Aquaref`\u53ca\u5176\u5b83\u6269\u5c55\u6a21\u5757\u63d0\u4f9b\u65e5\u5fd7\u8f93\u51fa\u7684\u529f\u80fd\n\n## \u4f7f\u7528\n\n### \u5bfc\u5165\n```Python\nfrom aquareflog import ...\n```\n\n### \u8f93\u51fa\u8bb0\u5f55\n```Python\nfrom aquareflog import Debug, Error, Info, Success  # \u989c\u8272\u4e0d\u540c\uff0c\u5176\u5b83\u6548\u679c\u4e00\u6837\n\nDebug(\"Debug\")\nError(\"Error\")\nInfo(\"Info\")\nSuccess(\"Success\")\n```\n\n### \u83b7\u53d6\u8bb0\u5f55\n```Python\nfrom aquareflog import GetLog, Debug\n\nfor index in range(5):\n    Debug(f\"Debug{index}\")\n\nprint(GetLog())\n```\n\n### \u7981\u7528\u8f93\u51fa\n```Python\nfrom os import environ\nenviron[\"FLATER.LOG.ENABLE\"] = \"false\"\n```\n\n### \u542f\u7528\u8f93\u51fa\n```Python\nfrom os import environ\nenviron[\"FLATER.LOG.ENABLE\"] = \"true\"\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "WinForms UI Pack",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09361f1f1f21c38300b32782b407934214af0fdf2b3cb0689116b5ebc0bf019a",
                "md5": "70ad69e4c9007e4c108397d948a7520d",
                "sha256": "ed95b445899fac1da08c7c150fb7eb0d17e1a237387594e45883cce397514183"
            },
            "downloads": -1,
            "filename": "aquaref_log-0.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70ad69e4c9007e4c108397d948a7520d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2068,
            "upload_time": "2024-02-16T02:51:53",
            "upload_time_iso_8601": "2024-02-16T02:51:53.903500Z",
            "url": "https://files.pythonhosted.org/packages/09/36/1f1f1f21c38300b32782b407934214af0fdf2b3cb0689116b5ebc0bf019a/aquaref_log-0.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efc5523ff829ca09dd5a7f4a30554fa4cddf9267dd7afc3a1e40c0632711e1fb",
                "md5": "07a72df0fab7e1d838a1ebdb3dfa20a2",
                "sha256": "47b43cd9c1849b0b8d941d51bfc7d276984527b9d2699899d3a7665de1a7048b"
            },
            "downloads": -1,
            "filename": "aquaref_log-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "07a72df0fab7e1d838a1ebdb3dfa20a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1770,
            "upload_time": "2024-02-16T02:51:55",
            "upload_time_iso_8601": "2024-02-16T02:51:55.644056Z",
            "url": "https://files.pythonhosted.org/packages/ef/c5/523ff829ca09dd5a7f4a30554fa4cddf9267dd7afc3a1e40c0632711e1fb/aquaref_log-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 02:51:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aquaref-log"
}
        
Elapsed time: 0.18166s