From ee5f1427432d7a2d17f733b635cd67fa0fc5076f Mon Sep 17 00:00:00 2001 From: Gregory Petukhov Date: Wed, 30 Sep 2015 06:40:26 +0500 Subject: [PATCH] Update python.md --- python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python.md b/python.md index 4dceef9..970001f 100644 --- a/python.md +++ b/python.md @@ -21,6 +21,7 @@ This list contains python libraries related to web scraping and data processing * [DNS Resolving](#dns-resolving) * [Computer Vision](#computer-vision) * [Proxy Server](#proxy-server) + * [Misc](#misc) * [Other Python Lists](#other-python-lists) ## Network @@ -276,6 +277,9 @@ This list contains python libraries related to web scraping and data processing * [shadowsocks](https://github.com/shadowsocks/shadowsocks) - A fast tunnel proxy that helps you bypass firewalls (TCP & UDP support, User management API, TCP Fast Open, Workers and graceful restart, Destination IP blacklist) * [tproxy](https://github.com/benoitc/tproxy) - tproxy is a simple TCP routing proxy (layer 7) built on Gevent that lets you configure the routine logic in Python +## Misc + * [user_agent](https://github.com/lorien/user_agent) - this module is for generating random, valid web navigator's configs & User-Agent HTTP headers. + ## Other python lists * [awesome-python](https://github.com/vinta/awesome-python)