Skip to main content

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


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

wrap-2018.2.2-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file wrap-2018.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for wrap-2018.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1849818f473a8c93d2f58aeb188ec971db251771dd54adfbd4e28f486afd96d1
MD5 a046226bfcc35d1b2d7577d70ba747e8
BLAKE2b-256 657eb011617b6f24c398c3405ea9f24a997030270a08129b1c990d74eccd2f1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page