Skip to content

Commit

Permalink
PyAWS-0.2.0 released!
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A0c1241d1-2811-0410-b6f5-f555c02b9b86/trunk%4063
  • Loading branch information
bookstack@0c1241d1-2811-0410-b6f5-f555c02b9b86 committed Apr 9, 2007
1 parent cc94919 commit 2a81e14
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,11 +7,11 @@


setup(name='pyaws',
version='0.1.0',
version='0.2.0',
package_dir={'pyaws': ''},
packages=['pyaws'],
author='Kun Xi',
author_email='quinnxi@gmail.com',
author_email='kunxi@kunxi.org',
description='A Python wrapper for Amazon Web Service',
long_description='PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported.',
url='http://pyaws.sourceforge.net',
Expand Down
7 changes: 6 additions & 1 deletion www/changelog.html
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>PyAWS - A Python wrapper for Amazon Web Service</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported." />
Expand All @@ -28,10 +28,15 @@
</div>
<div id="textDiv">
<br />
<h3><font color="#79941b">PyAWS 0.2.0 released</font> - 2007-04-08</h3>
<p>Add the following functions: SellerListingSearch, SellerListingLookup, BrowseNodeLookup, Help, TransactionLookup </p>
<p> Add python doc string for epydoc to generate apidocs</p>

<h3><font color="#79941b">PyAWS SVN r54 Fix the quote bug</font> - 2007-04-06</h3>
Thanks Brian's bug report. r53 throws a unexpected exceptiong when user do ItemSearch using phrases in <em>Title</em> since Title search string is not quoted. r54 fix this bug, and move all quote operations to buildRequest.
<h3><font color="#79941b">PyAWS 0.1.0 released</font> - 2007-02-04</h3>
The initial release includes the support for the Amazon E-Commerce Service.
</div>

<div id="BottomDiv">
<div id="SFDiv">
Expand Down
5 changes: 3 additions & 2 deletions www/docs.html
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>PyAWS - A Python wrapper for Amazon Web Service</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported." />
Expand All @@ -29,7 +29,8 @@
<div id="textDiv">
<br />
<h3><font color="#79941b">Docs</font></h3>
Coming soon once doxygen is ready...
<a href="/apidocs/index.html">pyaws-0.2.0 API docs</a> auto-generated by <a href="http://epydoc.sourceforge.net/">epydoc</a>

<br />

<h3><font color="#79941b">Third party Documentation</font></h3>
Expand Down
4 changes: 2 additions & 2 deletions www/download.html
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>PyAWS - A Python wrapper for Amazon Web Service</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported." />
Expand Down Expand Up @@ -31,7 +31,7 @@
<h3><font color="#79941b">Download</font></h3>
This is the latest official PyAWS release available through the sourceforge.net mirrors.
<ul>
<li><font color="#79941b">&#187;</font><a href='http://prdownloads.sourceforge.net/pyaws/pyaws-0.1.0.tar.gz?download'>pyaws-0.1.0.tar.gz</a> </li>
<li><font color="#79941b">&#187;</font><a href='http://prdownloads.sourceforge.net/pyaws/pyaws-0.2.0.tar.gz?download'>pyaws-0.2.0.tar.gz</a> </li>
</ul>
<br />

Expand Down
4 changes: 3 additions & 1 deletion www/index.html
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>PyAWS - A Python wrapper for Amazon Web Service</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="description" content="PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported." />
Expand Down Expand Up @@ -34,6 +34,8 @@
<br />
<br />
<div id="NewsDiv">
<h3><font color="#79941b">PyAWS 0.2.0 released</font> - 2007-04-08</h3>
The release has full support for Amazon E-Commerce Service. Five New functions are added: SellerListingSearch, SellerListingLookup, BrowseNodeLookup, Help and TransactionLookup. Several bugs are fixed; and some parts of code are refactored.
<h3><font color="#79941b">PyAWS 0.1.0 released</font> - 2007-02-04</h3>
The initial release includes the support for the Amazon E-Commerce Service.
</div>
Expand Down

0 comments on commit 2a81e14

Please sign in to comment.