# League Shop Base
Reusable Django app
## Quick start
Add "lsb" to your INSTALLED_APPS setting like this::
```
INSTALLED_APPS = [
...
'lsb',
]
```
## To specify top sold skin values parser, add the following settings:
```
LSB_SETTINGS = {
'top_sold_skin_values': {
'func': <dotted_module_string_path>,
'args': <args>,
'kwargs': <kwargs>
}
}
For example:
LSB_SETTINGS = {
'top_sold_skin_values': {
'func': 'lsb.utils.skins.get_top_sold_skin_values',
'args': [0, 150],
'kwargs': {}
}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/sandbox-pokhara/league-shop-base.git",
"name": "league-shop-base",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Anchal Gurung",
"author_email": "anchalghale@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c3/ec/555b449a9d0c9903ab7dbc18d280709ad815b30fdacbcbffb8d451c29988/league-shop-base-1.0.31.tar.gz",
"platform": null,
"description": "# League Shop Base\r\n\r\nReusable Django app\r\n\r\n## Quick start\r\n\r\nAdd \"lsb\" to your INSTALLED_APPS setting like this::\r\n\r\n```\r\n INSTALLED_APPS = [\r\n ...\r\n 'lsb',\r\n ]\r\n```\r\n\r\n## To specify top sold skin values parser, add the following settings:\r\n\r\n```\r\nLSB_SETTINGS = {\r\n 'top_sold_skin_values': {\r\n 'func': <dotted_module_string_path>,\r\n 'args': <args>,\r\n 'kwargs': <kwargs>\r\n }\r\n}\r\nFor example:\r\n\r\nLSB_SETTINGS = {\r\n 'top_sold_skin_values': {\r\n 'func': 'lsb.utils.skins.get_top_sold_skin_values',\r\n 'args': [0, 150],\r\n 'kwargs': {}\r\n }\r\n}\r\n\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A reusable Django app for league shop.",
"version": "1.0.31",
"project_urls": {
"Homepage": "https://github.com/sandbox-pokhara/league-shop-base.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "84d6cffe76fedf0ddf2470c3b25bad88abf6d72006b064350086adfc470e1655",
"md5": "d7de1a100679aa40b1694c742795cf63",
"sha256": "c755e99bf815bab93b3d33ab321f4f21f192b71683f6363df4f7a02ff8e85823"
},
"downloads": -1,
"filename": "league_shop_base-1.0.31-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7de1a100679aa40b1694c742795cf63",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 22436,
"upload_time": "2023-05-26T11:01:05",
"upload_time_iso_8601": "2023-05-26T11:01:05.423803Z",
"url": "https://files.pythonhosted.org/packages/84/d6/cffe76fedf0ddf2470c3b25bad88abf6d72006b064350086adfc470e1655/league_shop_base-1.0.31-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c3ec555b449a9d0c9903ab7dbc18d280709ad815b30fdacbcbffb8d451c29988",
"md5": "83c6594a30c226b70c4c991e6966f3ab",
"sha256": "d3ae19f2959e6a3dd54e1ec35d6f162ed34fddacff70463c02208fc755da8ba0"
},
"downloads": -1,
"filename": "league-shop-base-1.0.31.tar.gz",
"has_sig": false,
"md5_digest": "83c6594a30c226b70c4c991e6966f3ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 13900,
"upload_time": "2023-05-26T11:01:07",
"upload_time_iso_8601": "2023-05-26T11:01:07.639619Z",
"url": "https://files.pythonhosted.org/packages/c3/ec/555b449a9d0c9903ab7dbc18d280709ad815b30fdacbcbffb8d451c29988/league-shop-base-1.0.31.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-26 11:01:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sandbox-pokhara",
"github_project": "league-shop-base",
"github_not_found": true,
"lcname": "league-shop-base"
}