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()
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
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 Distribution
LewisUtils-0.2.8.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file LewisUtils-0.2.8.tar.gz.
File metadata
- Download URL: LewisUtils-0.2.8.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e58cdaab8d0382dda9a216ceddabe18771f3143705a4e198ad1c348ce5bc2ea
|
|
| MD5 |
4b65abe6614fa9a20b9f2da313651ab5
|
|
| BLAKE2b-256 |
7440564b1517dd135cd7102395cfaa5bc061c0f183cb9ffdb11483e4fee3a1af
|
File details
Details for the file LewisUtils-0.2.8.macosx-10.6-x86_64.exe.
File metadata
- Download URL: LewisUtils-0.2.8.macosx-10.6-x86_64.exe
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
356f1e297042c77fed96855c2be1d291e4faf8ad1da7aa9556abee5b0210a434
|
|
| MD5 |
1c850d713dad11d68d2780a93533cc9f
|
|
| BLAKE2b-256 |
56441455cb109bbc20fc61f89f93ccf4f297f85a53a0cc0b757e3509fca2edb4
|