useful wrap collections
Project description
useful wrap collections
Note: this package is still in alpha. Use with caution !
Quickstart
Install wrap:
pip install wrap
Use logcc:
@show(level ='DEBUG')
@safe(Exception)
def test(text):
print(text)
raise Exception('test')
if __name__ == '__main__':
logging.basicConfig(level=logging.INFO)
log = logging.getLogger()
ret = test('hello world')
print(ret, type(ret))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file wrap-2018.2.2-py3-none-any.whl
.
File metadata
- Download URL: wrap-2018.2.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1849818f473a8c93d2f58aeb188ec971db251771dd54adfbd4e28f486afd96d1 |
|
MD5 | a046226bfcc35d1b2d7577d70ba747e8 |
|
BLAKE2b-256 | 657eb011617b6f24c398c3405ea9f24a997030270a08129b1c990d74eccd2f1c |