Skip to main content

Useful utils stuff.

Project description

===========
Lewis Utils Modules
===========

The package provides some modules as shortcuts to do many works for python programmers.

often looks like this::

#!/usr/bin/env python

from lewisou.utils import xxxxx


Http Client
=========

from lewisou.utils.httpclient import utils
utils.setup (Host='www.google.com')
utils.r_url('www.google.com')


Mongodb Client
=========
from lewisou.utils.mongodb import client
client.setup (db_name='foo')
db = client.db.get_db()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LewisUtils-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

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