From 829fab5863243b7e858ab789fa358813366667ae Mon Sep 17 00:00:00 2001
From: Rick <rickhau@gmail.com>
Date: Sat, 11 Apr 2015 23:21:13 +0800
Subject: [PATCH 1/2] Add lettuce and paver information

- lettuce
  Lettuce is a BDD tool for python, 100% inspired on cucumber.
- paver
  A Python-based software project scripting tool along the lines of Make or Rake.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d663145..ae2575c 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [pew](https://pypi.python.org/pypi/pew/) - A set of tools to manage multiple virtual environments.
 * [Vex](https://github.com/sashahart/vex) - Run a command in the named virtualenv.
 * [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python.
+* [paver](https://github.com/paver/paver) - A Python-based software project scripting tool along the lines of Make or Rake.
 
 ## Package Management
 
@@ -819,6 +820,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
     * [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
     * [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD.
     * [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`.
+    * [Lettuce](https://github.com/gabrielfalcao/lettuce) - Lettuce is a BDD tool for python, 100% inspired on cucumber.
     * [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
     * [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
 * Web Testing
-- 
GitLab


From 90c36d5efd82edd91dd3d0ee5a48ba9eaa6efdf7 Mon Sep 17 00:00:00 2001
From: Rick <rickhau@gmail.com>
Date: Mon, 13 Apr 2015 21:17:31 +0800
Subject: [PATCH 2/2] Add pywakeonlan

Add Wake On Lan
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index ae2575c..7296171 100644
--- a/README.md
+++ b/README.md
@@ -1054,6 +1054,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
 * [ino](http://inotool.org/) - Command line toolkit for working with [Arduino](http://www.arduino.cc/).
 * [Pyro](http://pyrorobotics.com/) - Python Robotics.
+* [pywakeonlan](https://github.com/remcohaszing/pywakeonlan) - A small python module for wake on lan
 
 ## Compatibility
 
-- 
GitLab