# fescache
Faster, easier, simpler coding
# Installing fescache
- 对于sanic等异步框架安装
- ```pip install fescache[async]```
- 对于flask等同步框架安装
- ```pip install fescache[sync]```
# Usage
### 后续陆续添加.
Raw data
{
"_id": null,
"home_page": "https://github.com/tinybees/fescache",
"name": "fescache",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "redis, asyncio, crud, session, easier",
"author": "TinyBees",
"author_email": "a598824322@qq.com",
"download_url": null,
"platform": null,
"description": "# fescache\nFaster, easier, simpler coding\n\n# Installing fescache\n- \u5bf9\u4e8esanic\u7b49\u5f02\u6b65\u6846\u67b6\u5b89\u88c5\n - ```pip install fescache[async]```\n\n- \u5bf9\u4e8eflask\u7b49\u540c\u6b65\u6846\u67b6\u5b89\u88c5\n - ```pip install fescache[sync]```\n\n# Usage\n### \u540e\u7eed\u9646\u7eed\u6dfb\u52a0.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\u540c\u6b65\u5f02\u6b65Redis\u57fa\u7840\u5c01\u88c5\u5e93",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/tinybees/fescache"
},
"split_keywords": [
"redis",
" asyncio",
" crud",
" session",
" easier"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "72561d4fd17e15281b6685a545c5636e2cc6f8fe7cbd360684905ca7c680cbb8",
"md5": "29f7cbd007c979dadce8d5a87646cff3",
"sha256": "65748e6804489412cf6760aeb717e490e89ca9de6c328c1feaea772edafc56bb"
},
"downloads": -1,
"filename": "fescache-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "29f7cbd007c979dadce8d5a87646cff3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 12773,
"upload_time": "2024-09-10T09:32:57",
"upload_time_iso_8601": "2024-09-10T09:32:57.093625Z",
"url": "https://files.pythonhosted.org/packages/72/56/1d4fd17e15281b6685a545c5636e2cc6f8fe7cbd360684905ca7c680cbb8/fescache-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-10 09:32:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tinybees",
"github_project": "fescache",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "aelog",
"specs": [
[
">=",
"1.0.6"
],
[
"<=",
"1.0.9"
]
]
},
{
"name": "aredis",
"specs": [
[
"<=",
"1.1.8"
],
[
">=",
"1.1.3"
]
]
},
{
"name": "hiredis",
"specs": [
[
"<=",
"2.0.0"
]
]
},
{
"name": "redis",
"specs": [
[
">=",
"3.5.3"
],
[
"<=",
"4.1.4"
]
]
},
{
"name": "orjson",
"specs": [
[
"<=",
"3.6.1"
]
]
}
],
"lcname": "fescache"
}