| [certifi](https://pypi.python.org/pypi/certifi) | Python package for providing Mozillas CA Bundle. |
| [cffi](https://pypi.python.org/pypi/cffi) | Foreign Function Interface for Python calling C code. |
| [click](https://pypi.python.org/pypi/click) | A simple wrapper around optparse for powerful command line utilities. |
| [cryptography](https://pypi.python.org/pypi/cryptography) | Cryptography is a package which provides cryptographic recipes and primitives to Python developers. |
| [dask](https://pypi.python.org/pypi/dask) | Parallel PyData with Task Scheduling. |
| [decorator](https://pypi.python.org/pypi/decorator) | Better living through Python with decorators. |
| [dist-keras](https://pypi.python.org/pypi/dist-keras) | Distributed Deep learning with Apache Spark with Keras. |
| [DynaPhoPy](https://github.com/abelcarreras/DynaPhoPy) | Software to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using the normal-mode-decomposition technique. These properties include the phonon frequency shifts and linewidths, as well as the renormalized force constanst and thermal properties by using quasiparticle theory. This code includes interfaces for MD outputs from VASP and LAMMPS .PHONOPY code is used to obtain harmonic phonon modes. |
| [enum34](https://pypi.python.org/pypi/enum34) | An enumeration is a set of symbolic names (members) bound to unique, constant values. |
| [fasteners](https://pypi.python.org/pypi/fasteners) | A python package that provides useful locks. |
| [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. |
| [gast](https://pypi.python.org/pypi/gast) | Python AST that abstracts the underlying Python version |
| [h5py](http://www.h5py.org/) | HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. |
| [html5lib](https://pypi.python.org/pypi/html5lib) | HTML parser based on the WHATWG HTML specification. |
| [idna](https://pypi.python.org/pypi/idna) | Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. |
| [itsdangerous](https://pypi.python.org/pypi/itsdangerous) | Various helpers to pass trusted data to untrusted environments and back. |
| [Jinja2](https://pypi.python.org/pypi/jinja) | A small but fast and easy to use stand-alone template engine written in pure python. |
| [Keras](https://keras.io/) | Keras is a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. |
...
...
@@ -432,6 +436,7 @@
| [pluggy](https://github.com/pytest-dev/pluggy) | Plugin and hook calling mechanisms for python. |
| [pudb](https://pypi.python.org/pypi/pudb) | PuDB is a full-screen, console-based visual debugger for Python. |
| [pyasn1](https://pypi.python.org/pypi/pyasn1) | Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) |
| [pybtex](https://pypi.python.org/pypi/pybtex) | A BibTeX-compatible bibliography processor in Python. |
| [pycparser](https://pypi.python.org/pypi/pycparser) | Pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. |
| [PyDispatcher](https://pypi.python.org/pypi/PyDispatcher) | Multi-producer-multi-consumer signal dispatching mechanism. |