Skip to content

Release 6.1.5 #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Apr 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dcc55f8
rewrite
dtynn Mar 26, 2014
b30d252
替换文件
dtynn Mar 26, 2014
208d8c3
Merge pull request #94 from dtynn/wanglin/feature/simple_rio
longbai Apr 3, 2014
f61f10d
Update CHANGELOG.md
longbai Apr 3, 2014
57eadd0
Update CHANGELOG.md
longbai Apr 3, 2014
d27b676
gist:new api
dtynn Apr 4, 2014
1673ec7
changelog
dtynn Apr 8, 2014
2bfbbaa
Merge pull request #98 from dtynn/feature/new_api
longbai Apr 8, 2014
b087a3e
update readme
longbai Apr 8, 2014
218719c
rename sample var
longbai Apr 8, 2014
1d41b57
Update README.md
longbai Apr 8, 2014
61a39e1
use autopep8 format
longbai Apr 10, 2014
6c8d67a
rm useless space
longbai Apr 10, 2014
fc7f70a
pep8 check in travis
longbai Apr 10, 2014
6bbd6da
Merge pull request #100 from longbai/pep8
longbai Apr 10, 2014
e0e14a3
pyflakes
dtynn Apr 10, 2014
3517753
pyflakes
dtynn Apr 10, 2014
33d7e75
pep8 E265
dtynn Apr 10, 2014
24b8ddc
pip install use mirrors
dtynn Apr 10, 2014
d4732b8
author info
dtynn Apr 10, 2014
b0a8056
Merge pull request #101 from dtynn/feature/pyflakes
longbai Apr 10, 2014
69a338f
travis环境下取消切片上传测试
dtynn Apr 11, 2014
fa38552
travis环境下取消切片上传测试
dtynn Apr 11, 2014
b3a6692
Merge pull request #102 from dtynn/feature/travis
longbai Apr 11, 2014
15d4ae0
请求错误信息中加入reqid
dtynn Apr 14, 2014
a406f96
Merge pull request #103 from dtynn/feature/reqid
longbai Apr 15, 2014
2750fa0
useragent
dtynn Apr 15, 2014
dee5087
暂时去掉detail信息
dtynn Apr 15, 2014
bd0d4a5
暂时去掉detail信息
dtynn Apr 15, 2014
1df7c33
补充changelog
dtynn Apr 15, 2014
1673a0e
Merge pull request #104 from dtynn/feature/useragent
longbai Apr 15, 2014
5be1e25
update changelog
longbai Apr 28, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ python:
- "2.7"
install:
- "pip install coverage --use-mirrors"
- "pip install pep8 --use-mirrors"
- "pip install pyflakes --use-mirrors"
before_script:
- "pep8 --max-line-length=160 ."
- "pyflakes ."
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
- export QINIU_TEST_BUCKET="pysdk"
- export QINIU_TEST_DOMAIN="pysdk.qiniudn.com"
- export QINIU_TEST_ENV="travis"
- export PYTHONPATH="$PYTHONPATH:."
script:
- python setup.py nosetests
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## CHANGE LOG

### v6.1.5

2014-04-28 issue [#105](https://github.com/qiniu/python-sdk/pull/105)
- [#100] 遵循PEP8语法规范
- [#101] 增加pyflakes语法检测
- [#103] 错误信息中加入Reqid信息,以便追溯
- [#104] 完善User-Agent头信息,以便追溯
- [#98] 增加fetch、prefetch、pfop三个接口的范例代码

### v6.1.4

2014-03-28 issue [#95](https://github.com/qiniu/python-sdk/pull/95)
Expand Down
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
Qiniu Resource Storage SDK for Python
===

[![Build Status](https://api.travis-ci.org/qiniu/python-sdk.png?branch=develop)](https://travis-ci.org/qiniu/python-sdk)
[![Build Status](https://api.travis-ci.org/qiniu/python-sdk.png?branch=master)](https://travis-ci.org/qiniu/python-sdk)

[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
[![Qiniu Logo](http://qiniu-brand.qiniudn.com/5/logo-white-195x105.png)](http://www.qiniu.com/)

## 使用

参考文档:[七牛云存储 Python SDK 使用指南](https://github.com/qiniu/python-sdk/blob/develop/docs/README.md)

## 准备开发环境

### 安装

* 直接安装:

pip install qiniu
easy_install qiniu

Python-SDK可以使用`pip`或`easy_install`从PyPI服务器上安装,但不包括文档和样例。如果需要,请下载源码并安装。

* 源码安装:

从[release](https://github.com/qiniu/python-sdk/releases)下载源码:

tar xvzf python-sdk-$VERSION.tar.gz
cd python-sdk-$VERSION
python setup.py install


## 单元测试

1. 测试环境
Expand Down Expand Up @@ -36,7 +57,7 @@ Qiniu Resource Storage SDK for Python

## 许可证

Copyright (c) 2013 qiniu.com
Copyright (c) 2012-2014 qiniu.com

基于 MIT 协议发布:

Expand Down
Loading