consign 0.2.2

Creator: coderz1093

Last updated:

Add to Cart

Description:

consign 0.2.2

Consign
Consign is a simple library to validate and store data in different sources.
>>> import consign
>>> import requests
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
>>> r.status_code
200
>>> consign.text(r.text, './local_file.txt')
>>> consign.json(r.json(), './local_file.json')
>>> consign.blob(r.json(), './cloud_file.json', provider='azure', connection_string=private_keys, container=container_name)

Consign allows you to validate and store data extremely easily, whether in a
local file or in a cloud storage.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.