ss-pylib


Namess-pylib JSON
Version 0.19.11 PyPI version JSON
download
home_pageNone
SummarySWEET-SOOP Python Library
upload_time2025-07-16 10:52:01
maintainerNone
docs_urlNone
authorsweetsoop
requires_python>=3.13.3
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SWEET-SOOP Python Library

## Decorator
### Singleton
**How to use**
```python
from sslib.decorator.singleton import singleton

@singleton
class MyClass:
  pass
```

## Helper
### Config
**.env**
```c
[common] //group
NAME = sweetsoop  //key = value
```
**How to use**
```python
from sslib.helper.config import Config

config = Config(os.path.dirname(__file__) + '/.env')
print(config.get('common.NAME'))
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ss-pylib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13.3",
    "maintainer_email": null,
    "keywords": null,
    "author": "sweetsoop",
    "author_email": "sweetsoop@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# SWEET-SOOP Python Library\n\n## Decorator\n### Singleton\n**How to use**\n```python\nfrom sslib.decorator.singleton import singleton\n\n@singleton\nclass MyClass:\n  pass\n```\n\n## Helper\n### Config\n**.env**\n```c\n[common] //group\nNAME = sweetsoop  //key = value\n```\n**How to use**\n```python\nfrom sslib.helper.config import Config\n\nconfig = Config(os.path.dirname(__file__) + '/.env')\nprint(config.get('common.NAME'))\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SWEET-SOOP Python Library",
    "version": "0.19.11",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1ec6132863f86400d803dcb7c782c6a4cc18b3640b0353f0d365a1610c2cb4e",
                "md5": "3388adaf6206e543eaf3c67036420bad",
                "sha256": "02dad3db0353f769b5196ec091918c5211be768fb598463817b28e937e23aefe"
            },
            "downloads": -1,
            "filename": "ss_pylib-0.19.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3388adaf6206e543eaf3c67036420bad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13.3",
            "size": 12303,
            "upload_time": "2025-07-16T10:52:01",
            "upload_time_iso_8601": "2025-07-16T10:52:01.705531Z",
            "url": "https://files.pythonhosted.org/packages/f1/ec/6132863f86400d803dcb7c782c6a4cc18b3640b0353f0d365a1610c2cb4e/ss_pylib-0.19.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 10:52:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ss-pylib"
}
        
Elapsed time: 0.70442s