Metadata-Version: 1.1
Name: http-log
Version: 1.8
Summary: httplog
Home-page: http://pypi.o.tencent.com
Author: Joe Lei
Author-email: joelei@tencent.com
License: Tencent license
Description-Content-Type: UNKNOWN
Description: ## HTTP LOG
        
        *urllib2 httplib2 requests日志小工具*
        
        ### 安装方法
        1. pip install httplog
        
        ### 全局替换
        
        在python 的 sitecustomize.py文件末尾，添加下面代码
        
        文件路径：`python -m site --user-site`
        
        ```python
        import httplog
        ```
        
        ### 项目替换
        单个项目替换，如django项目开发默认下，在manage.py中添加下面代码
        
        ```python
        import httplog
        ```
Keywords: httplog
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
