nolearn contains a number of wrappers around existing neural network libraries, along with a few machine learning utility modules. Most functionality is written to be compatible with the the excellent scikit-learn library.
View the documentation here.
nolearn includes a popular wrapper around the Lasagne neural networks library. An extensive tutorial showing how to use Lasagne through nolearn to detect facial keypoints is available here. The code for the tutorial is also available.