From 24d5536d809d1c822a725beb67a5db6285fa5785 Mon Sep 17 00:00:00 2001
From: Eric Lo <lxneng@gmail.com>
Date: Thu, 16 Apr 2015 15:14:18 +0800
Subject: [PATCH] add alipay, An Unofficial Alipay API for Python

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index be530c0..3f72607 100644
--- a/README.md
+++ b/README.md
@@ -469,6 +469,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
 * [money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
 * [python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies.
+* [alipay](https://github.com/lxneng/alipay) - Unofficial Alipay API for Python.
 
 ## RESTful API
 
-- 
GitLab