Name | league-shop-base JSON |
Version |
1.0.79
JSON |
| download |
home_page | None |
Summary | Base models and admin for league-shop |
upload_time | 2024-12-17 01:11:19 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# league-shop-base
Base models and admin for league-shop
## Installation
You can install the package via pip:
```
pip install league-shop-base
```
Add `lsb` to your INSTALLED_APPS.
```
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": null,
"name": "league-shop-base",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Pradish Bijukchhe <pradish@sandbox.com.np>",
"download_url": "https://files.pythonhosted.org/packages/ae/5b/8b25898cf19ce2ba44906fdbc01ba407b38c1accac660001d0b3f99606c8/league_shop_base-1.0.79.tar.gz",
"platform": null,
"description": "# league-shop-base\n\nBase models and admin for league-shop\n\n## Installation\n\nYou can install the package via pip:\n\n```\npip install league-shop-base\n```\n\nAdd `lsb` to your INSTALLED_APPS.\n\n```\n INSTALLED_APPS = [\n ...\n 'lsb',\n ]\n```\n\n## To specify top sold skin values parser, add the following settings:\n\n```\nLSB_SETTINGS = {\n 'top_sold_skin_values': {\n 'func': <dotted_module_string_path>,\n 'args': <args>,\n 'kwargs': <kwargs>\n }\n}\nFor example:\n\nLSB_SETTINGS = {\n 'top_sold_skin_values': {\n 'func': 'lsb.utils.skins.get_top_sold_skin_values',\n 'args': [0, 150],\n 'kwargs': {}\n }\n}\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Base models and admin for league-shop",
"version": "1.0.79",
"project_urls": {
"Homepage": "https://github.com/sandbox-pokhara/league-shop-base",
"Issues": "https://github.com/sandbox-pokhara/league-shop-base/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "de87f16a283a8441433ba3645cbc9c8606144c9c5ae78840b11d490521a49823",
"md5": "e4a26f23a062f2c2f0adfe9ef5ce1233",
"sha256": "52f6c4a297114c0f94a7e2ca2aae75ca0a61ab8816cdfb023696aae212544f85"
},
"downloads": -1,
"filename": "league_shop_base-1.0.79-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4a26f23a062f2c2f0adfe9ef5ce1233",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 37633,
"upload_time": "2024-12-17T01:11:16",
"upload_time_iso_8601": "2024-12-17T01:11:16.945576Z",
"url": "https://files.pythonhosted.org/packages/de/87/f16a283a8441433ba3645cbc9c8606144c9c5ae78840b11d490521a49823/league_shop_base-1.0.79-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae5b8b25898cf19ce2ba44906fdbc01ba407b38c1accac660001d0b3f99606c8",
"md5": "2c665fd45ad8716b082ed2cbe9a6f80f",
"sha256": "d59ac765a55630459c9254b845102e64f76f1197815ef390bd580a2bf8594e6f"
},
"downloads": -1,
"filename": "league_shop_base-1.0.79.tar.gz",
"has_sig": false,
"md5_digest": "2c665fd45ad8716b082ed2cbe9a6f80f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 20480,
"upload_time": "2024-12-17T01:11:19",
"upload_time_iso_8601": "2024-12-17T01:11:19.129564Z",
"url": "https://files.pythonhosted.org/packages/ae/5b/8b25898cf19ce2ba44906fdbc01ba407b38c1accac660001d0b3f99606c8/league_shop_base-1.0.79.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 01:11:19",
"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"
}