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.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for wrap-2018.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2fc8346a72c8c8cecfb2921ce68f9daa4d0e79996b5d408ac816c9ebb1396add
MD5 8abdd033cbd9024772bebed3b5f11f14
BLAKE2b-256 6c8ad54742c9724d251e05bad4017b4d1df0a137b7b757c42e75ef9d906ecf2c

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