convenient wrappers around existing modules
Project description
wrappers provide convenient wrappers around pyquery, logging, ssl, etc.
storage
Storage class that extends dict to provide attribute access to keys:
from wrappers.storage import Storage d = Storage(a=1, b=2) print d.a, d['b']
ssl
Patches ssl.wrap_socket() to use TLSv1 instead of SSLv23 to resolve connection issues. Details: http://stackoverflow.com/a/24166498/41957:
from wrappers import ssl
All modules that use the built-in ssl module (e.g. requests) will work with the new settings.
pq
pq.PQ() - wrapper around the pyquery.PyQuery constructor that supports mixed-case XML tags.
logger
Performs the basicConfig() setup and uses/parses LOG_LEVEL from the environment.
Provides getLogger().
clock
Provides stopwatch-like functionality in a Clock class.
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
File details
Details for the file wrappers-0.1.9.tar.gz
.
File metadata
- Download URL: wrappers-0.1.9.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80851fb0fddd7003a37eda657f271465728687d573e8d314fc5f2025c979a5f8 |
|
MD5 | c3abda488185f4152e2b485d20207afc |
|
BLAKE2b-256 | 81fde3859be14b9feda7e11c719d7ffc5288e73664f9224be71fdb97cbd2d4ee |