Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.411.253 Times

Urllib software
 

Urllib

Added: November 30, 2013 | Visits: 251

replaylib This (very experimental) library allows you to install replacement stubs for httplib methods which record interactions with remote servers, and then play them back. Because urllib depends on httplib functionality, replaylib will record and play back urllib interactions as well. It is intended to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): replaylib Download

Added: June 09, 2010 | Visits: 1.223

PycURL PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features. libcurl is a free and easy-to-use client-side URL transfer library,...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (98): PycURL Download

Added: April 03, 2013 | Visits: 411

Bitsyblog a tiny tiny blogbitsyblog=========*bitsyblog doesn't do much, but it could do less*Why another blog?-----------------My ideal blog would invoke my favorite editor, take a bunch of text, andthrow it on the web. Sometimes I like to write long elaborate posts.Othertimes I just want to make a quick...


Platforms: Python

License: Freeware Size: 20.48 KB Download (52): Bitsyblog Download

Added: November 10, 2013 | Visits: 567

Bleach for Linux Bleach is an HTML sanitizing library designed to strip disallowed tags and attributes based on a whitelist, and can additionally autolinkify URLs in text with an extra filter layer that Django's urlize filter doesn't have. Basic Use The simplest way to use Bleach: >>> from bleach import Bleach...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Bleach for Linux Download

Added: August 24, 2013 | Visits: 336

mechanize mechanize offers stateful programmatic web browsing, build after Andy Lester's Perl module WWW::Mechanize. The library is layered: mechanize.Browser (stateful web browser), mechanize.UserAgent (configurable URL opener), plus urllib2 handlers. Features include: ftp:, http: and file: URL schemes,...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (44): mechanize Download

Added: September 01, 2013 | Visits: 291

urllib3 for Linux urllib3 is stable and useful, but there's always more things that could be added. If you're interested in joining the project, open/patch an issue or send me a message.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (36): urllib3 for Linux Download

Added: August 13, 2013 | Visits: 125

ndg-httpsclient This is a HTTPS client implementation based on PyOpenSSL for httplib and urllib2.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): ndg-httpsclient Download

Added: July 31, 2013 | Visits: 180

computil computil is a Python module that contains currently a single generator: track. It's a drop in solution for getting regular updates on how long the iteration is going to take. For example, change this for url in all_urls: urllib.retrieve(url) ... into this: for url in track(all_urls):...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): computil Download

Added: November 16, 2013 | Visits: 434

MivRHash MivRHash (Million-value Remote Hash) is a remote hash table data structure which provides the compatible interface with the Python dict's interface. It stores hash table data in remote server. Therefore, it is useful when your application uses so many big hash tables (dict objects) that memory in...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): MivRHash Download