SWEET-SOOP Python Library
Decorator
Singleton
How to use
from sslib.decorator.singleton import singleton
@singleton
class MyClass:
pass
Helper
Config
.env
[common] //group
NAME = sweetsoop //key = value
How to use
from sslib.helper.config import Config
config = Config(os.path.dirname(__file__) + '/.env')
print(config.get('common.NAME'))
Release files for ss-pylib 0.27.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ss_pylib-0.27.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ss_pylib-0.27.3-py3-none-any.whl
| Download URL | ss_pylib-0.27.3-py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1fd21ff9a95b47dd30917f7e24cc526b0c5867781355bf93ec3e696dc69415b8
|
|
BLAKE2b-256 checksum How to use checksums |
608a139d3cecce24d5935f0d608fe2a075381f8ea73758e7faf02384c4643338
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|