Anaconda package listΒΆ
Anaconda 4.4.0 includes Python 2.7.13, 3.5.3 or 3.6.1, and makes it easy to install the other versions too. It includes over 100 pre-built and tested scientific and analytic Python packages and makes package updates easy. These packages include NumPy, pandas, SciPy, Matplotlib, and Jupyter. Over 620 more packages are available. You can install any of them with just one command:
conda install package-name
NOTE: Replace package-name
with the name of the package to install.
Anaconda includes several open source development environments such as Jupyter/IPython, Spyder and Visual Studio, and it is supported by Sublime Text 2 and PyCharm. Packages are added regularly.
- All packages in the current version of Anaconda can be found in the package repository.
- An RSS feed is updated each time a new package is added to the Anaconda package repository.
- For lists of packages included in previous versions of Anaconda, see Old package lists.
The following table lists the packages available in the latest release of Anaconda. Click the tabs to see which packages are available for each version of Python. Anaconda is available for Linux, macOS and Windows, and it is always free and open source. Packages that are available only for some operating systems are noted with Windows, Mac, or Linux in superscript next to the package name.
To request a package that is not listed on this page, go to the Anaconda issues page and create an issue.
Python version: 2.7
Number of supported packages: 530
Name | Version | Summary / License | In Installer |
---|---|---|---|
affine | 2.0.0 | Matrices describing affine transformation of the plane. / BSD 3-clause | |
alabaster | 0.7.10 | Configurable, Python 2+3 compatible Sphinx theme / BSD | |
alpaca_static | 1.5.17 | Easy Forms for jQuery / Apache License 2.0 | |
anaconda-clean | 1.1.0 | Delete Anaconda configuration files / BSD | |
anaconda-client | 1.6.3 | anaconda.org command line client library / BSD 3-clause | |
anaconda-navigator | 1.6.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. | |
anaconda-project | 0.6.0 | reproducible, executable project directories / BSD 3-clause | |
anaconda-verify | 1.3.7 | tool for (passively) verifying conda recipes and conda packages / BSD | |
ansi2html | 1.1.1 | Convert text with ANSI color codes to HTML or to LaTeX. / General Public License v3.0 | |
anyqt | 0.0.8 | PyQt4/PyQt5 compatibility layer. / GPL-3.0 | |
appdirs | 1.4.0 | Python module for determining appropriate platform-specific dirs / MIT | |
appnope Mac | 0.1.0 | Disable App Nap on OS X 10.9 / BSD | |
appscript Mac | 1.0.1 | Control AppleScriptable applications from Python / Public-Domain | |
apptools | 4.4.0 | Includes packages useful for creating applications / BSD | |
apr | 1.5.2 | Maintains a consistent API with predictable behaviour / Apache License 2.0 | |
asn1crypto | 0.22.0 | ASN.1 parser and serializer / MIT | |
astroid | 1.4.9 | abstract syntax tree for Python with inference support / LGPL | |
astropy | 1.3.2 | Community-developed Python Library for Astronomy / BSD | |
atom | 0.3.10 | Framework for creating memory efficient Python objects / BSD | |
attrs | 15.2.0 | Implement attribute-related object protocols without boilerplate / MIT | |
autoconf Linux Mac | 2.69 | M4 Macros to automatically configure software source code / GPL3 | |
automake Linux Mac | 1.15 | Tool to automatically generate Makefile.in files / GPL3 | |
automat | 0.5.0 | self-service finite-state machines for the programmer on the go / MIT | |
azure | 1.0.2 | Microsoft Azure SDK for Python / Apache License 2.0 | |
babel | 2.4.0 | Utilities to internationalize and localize Python applications / BSD | |
backports | 1.0 | / BSD | |
backports_abc | 0.5 | backport of recent additions to the 'collections.abc' module / PSF | |
basemap | 1.0.7 | Plot data on map projections with matplotlib / PSF | |
bcolz | 1.0.0 | provides columnar, chunked and compressable data containers. / BSD | |
bcrypt | 3.1.3 | modern password hashing for your software and your servers / Apache License, Version 2.0 | |
beautifulsoup4 | 4.6.0 | Python library designed for screen-scraping / MIT | |
biopython | 1.68 | Freely available tools for biological computation / Biopython or BSD 3-Clause | |
bitarray | 0.8.1 | efficient representation of arrays of booleans -- C extension / PSF | |
bkcharts | 0.1 | optional High Level charts API built on top of Bokeh / New BSD | |
blaze | 0.10.1 | NumPy and Pandas interface to big data / BSD | |
bleach | 1.5.0 | easy whitelist-based HTML-sanitizing tool / Apache License Version 2.0 | |
blist | 1.3.6 | Replacement for Python lists with better performance / BSD 3-clause | |
bokeh | 0.12.5 | Python interactive visualization library for modern web browsers / BSD | |
boost | 1.61.0 | Boost provides free peer-reviewed portable C++ source libraries. / Boost license | |
boto | 2.46.1 | Amazon Web Services Library / MIT | |
boto3 | 1.4.4 | Amazon Web Services SDK for Python / Apache | |
botocore | 1.5.47 | low-level, core functionality of boto3 / Apache License 2.0 | |
bottlechest | 0.7.1 | fast NumPy array functions specialized for use in Orange / BSD | |
bottleneck | 1.2.1 | Fast NumPy array functions written in Cython. / Simplified BSD | |
bsddb Linux Mac | 1.0 | The bsddb module provides an interface to the Berkeley DB library / PSF | |
bsdiff4 | 1.1.5 | binary diff and patch using the BSDIFF4-format / BSD | |
btrees | 4.4.1 | scalable persistent object containers / ZPL 2.1 | |
bz2file | 0.98 | library for reading and writing bzip2-compressed files / Apache License, Version 2.0 | |
bzip2 | 1.0.6 | high-quality data compressor / BSD | |
cachecontrol | 0.11.7 | httplib2 caching algorithms for use with requests / Apache Software License | |
cached-property | 1.3.0 | A decorator for caching properties in classes / BSD | |
cairo Linux | 1.14.8 | A 2D graphics library with support for multiple output devices / LGPL 2.1, MPL 1.1 | |
casuarius | 1.1 | Cython bindings for the Cassowary Constraint Solving Toolkit / LGPL | |
cdecimal | 2.3 | Fast drop-in replacement for decimal.py / BSD | |
certifi | 2016.2.28 | Python package for providing Mozilla's CA Bundle. / ISC | |
cffi | 1.10.0 | C Foreign Function Interface for Python / MIT | |
chalmers | 0.8.0 | Monitor and control a number of processes on any operating system / MIT | |
chameleon | 2.24 | HTML/XML template engine for Python / BSD-like | |
chardet | 3.0.3 | Universal character encoding detector / GNU Lesser General Public License | |
cheetah | 2.4.4 | Cheetah is a template engine and code generation tool. / MIT | |
cherrypy | 3.8.0 | Pythonic, object-oriented web framework / BSD | |
chest | 0.2.3 | A dictionary that writes its contents to disk / BSD | |
chrpath Linux | 0.16 | Tool to edit the rpath in ELF binaries / GPL2 | |
click | 6.7 | Command line interface creation kit / BSD | |
click-plugins | 1.0.3 | extension module for click to enable registering CLI commands / BSD | |
cligj | 0.4.0 | Click-based argument and option decorators / BSD | |
cloudpickle | 0.2.2 | Extended pickling support for Python objects / BSD | |
clyent | 1.2.2 | Command line client library for windows and posix / BSD | |
cmake Linux Mac | 3.6.3 | CMake is an extensible, open-source system that manages the build process / BSD 3-clause | |
colander | 1.2 | A serialization, deserialization, and validation library / BSD-like | |
colorama | 0.3.9 | Cross-platform colored terminal text in Python / BSD | |
colorcet | 0.9.1 | collection of perceptually uniform colormaps / Creative Commons Attribution 4.0 International Public License | |
comtypes Windows | 1.1.2 | pure Python COM package / MIT | |
conda | 4.3.21 | OS-agnostic, system-level binary package and environment manager. / BSD | |
conda-build | 2.1.15 | Commands and tools for building conda packages / BSD 3-clause | |
conda-build-all | 1.0.2 | conda build-all is a conda subcommand providing matrix building / BSD 3-clause | |
conda-env | 2.6.0 | / BSD | |
conda-verify | 2.0.0 | tool for (passively) verifying conda recipes and conda packages / BSD | |
configargparse | 0.11.0 | allowing options to be set via config files and/or env vars / MIT | |
configobj | 5.0.6 | Config file reading, writing and validation / BSD | |
configparser | 3.5.0 | brings the updated configparser from Python 3.5 to Python 2.6-3.5 / MIT | |
constantly | 15.1.0 | symbolic constants in Python / MIT License | |
constructor | 1.5.5 | Tool for creating installers for conda packages / BSD | |
contextlib2 | 0.5.5 | backports and enhancements for the contextlib module / PSF | |
cookies | 2.2.1 | Friendlier RFC 6265-compliant cookie parser/renderer / MIT | |
cornice | 1.2.1 | build and document Web Services with Pyramid / MPL 2.0 | |
coverage | 4.3.4 | Code coverage measurement for Python / Apache 2.0 | |
cryptography | 1.8.1 | Provides cryptographic recipes and primitives to Python developers / Apache | |
cssselect | 1.0.1 | cssselect parses CSS3 Selectors and translates them to XPath 1.0 / BSD | |
csvkit | 0.9.1 | utilities for working with CSV, the king of tabular file formats / MIT | |
cubes | 1.1 | A light-weight Python OLAP framework for data warehouses / MIT | |
curl | 7.52.1 | Tool and library for transferring data with URL syntax / MIT/X derivate | |
cvxcanon | 0.0.23.3 | Low-level library to perform the matrix building step in CVXPY / GPL3 | |
cvxopt Linux Mac | 1.1.8 | Library for convex optimization / GPL | |
cycler | 0.10.0 | Composable style cycles / BSD | |
cymem Linux Mac | 1.31.2 | Manage calls to malloc/free through Cython / MIT | |
cython | 0.25.2 | The Cython compiler for writing C extensions for the Python language / Apache version 2.0 | |
cytoolz | 0.8.2 | Cython implementation of Toolz, high performance functional utilities / BSD | |
dask | 0.14.3 | Task scheduling and blocked algorithms for parallel processing / BSD | |
datashader | 0.4.0 | graphics pipeline system for creating representations of large amounts / New BSD | |
datashape | 0.5.4 | Language defining a data description protocol / BSD | |
datrie | 0.7.1 | Super-fast, efficiently stored Trie for Python, uses libdatrie / LGPLv2 | |
db Linux Mac | 5.3.28 | Embeddable Databases / AGPLv3 | |
dbf | 0.96.003 | Reading/writing dBase, FoxPro, and Visual FoxPro .dbf files / BSD | |
dbus Linux | 1.10.10 | message bus system, a simple way for applications to talk to one another / GPL2 | |
decorator | 4.0.11 | Better living through Python with decorators / BSD | |
dill | 0.2.6 | Serialize all of python (almost) / 3-clause BSD | |
distributed | 1.16.3 | Lightweight library for distributed computing in Python / BSD 3-Clause | |
django | 1.10.5 | Web framework that encourages rapid development / BSD | |
dnspython | 1.14.0 | DNS toolkit for Python / BSD-style | |
docopt | 0.6.2 | Command-line interface description language / MIT | |
docutils | 0.13.1 | Utilities for general- and special-purpose documentation / Public-Domain, PSF, 2-clause BSD, GPLv3 | |
ecdsa | 0.13 | ECDSA cryptographic signature library (pure Python) / MIT | |
ecos | 2.0.4 | Embedded Conic Solver (ECOS) / GPL3 | |
entrypoints | 0.2.2 | / MIT | |
enum34 | 1.1.6 | Robust enumerated type support in Python / BSD | |
envisage | 4.5.1 | Extensible application framework / BSD | |
ephem Linux Mac | 3.7.6.0 | Basic astronomical computations for Python / LGPL | |
essbasepy | 11.1.2012.0514 | access to Oracle Essbase multi-dimensional databases using MaxL / MIT | |
et_xmlfile | 1.0.1 | Low memory library for creating large XML files / MIT | |
execnet | 1.3.0 | rapid multi-Python deployment / MIT | |
expat Linux Mac | 2.1.0 | XML parser library written in C / MIT | |
expressions | 0.2.3 | extensible arithmetic expression parser and compiler / MIT | |
fabric | 1.13.1 | A simple, Pythonic tool for remote execution and deployment / BSD | |
fastcache | 1.0.2 | C implementation of Python 3 functools.lru_cache / MIT | |
feedparser | 5.2.1 | parse feeds in Python / OSI Approved | |
filelock | 2.0.7 | / Public Domain | |
fiona Linux Mac | 1.7.0 | OGR's neat, nimble, no-nonsense API for Python programmers / BSD | |
flake8 | 3.3.0 | Modular source code checker for pep8, pyflakes and co / MIT | |
flask | 0.12.2 | A microframework based on Werkzeug, Jinja2 and good intentions / BSD | |
flask-cors | 3.0.2 | Flask extension adding a decorator for CORS support / MIT | |
flask-login | 0.4.0 | User session management for Flask / MIT | |
flask-wtf | 0.14.2 | Simple integration of Flask and WTForms / BSD | |
fontconfig Linux | 2.12.1 | A library for configuring and customizing font access / BSD | |
freeglut Linux | 2.8.1 | An alternative to the OpenGL Utility Toolkit (GLUT) library / MIT | |
freeimage | 3.17.0 | Supports popular graphics image formats like PNG, BMP, JPEG, TIFF / GPLv2 and FreeImage Public License | |
freetype | 2.5.5 | A Free, High-Quality, and Portable Font Engine / FreeType License | |
fuel | 0.2.0 | data pipeline framework for machine learning / MIT License | |
funcsigs | 1.0.2 | Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+ / Apache | |
functools32 | 3.2.3.2 | backport of the functools module from Python 3.2.3 for use on 2.7 / PSF | |
future | 0.16.0 | Clean single-source support for Python 3 and 2 / MIT | |
futures | 3.1.1 | A Java-style futures package for Python / PSF | |
gdal | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
gdata | 2.0.18 | Python client library for Google data APIs / Apache | |
gdbm Linux Mac | 1.12 | Library of database functions / GPL3 | |
gensim | 1.0.1 | Topic Modelling in Python / GNU Lesser General Public License v2 or later | |
genson | 0.2.1 | powerful, user-friendly JSON Schema generator / MIT | |
geos | 3.5.0 | A C++ port of the Java Topology Suite (JTS) / LGPL | |
geotiff Linux Mac | 1.4.1 | / MIT | |
get_terminal_size | 1.0.0 | backport of the get_terminal_size function from Python 3.3 / MIT | |
gevent | 1.2.1 | Coroutine-based Python network library / MIT | |
gevent-websocket | 0.10.1 | A WebSocket library for the gevent networking library / Apache | |
git | 2.11.1 | Distributed version control system / GPL v2 and LGPL 2.1 | |
gitdb2 | 2.0.0 | Git Object Database / BSD License | |
gitpython | 2.1.3 | Python Git Library / BSD License | |
glib Linux | 2.50.2 | Core application building blocks for libraries and applications in C / LGPL | |
glueviz | 0.9.1 | Multi-dimensional linked data exploration / 3-clause BSD License | |
googlecl | 0.9.12 | Brings Google services to the command line / Apache | |
grako | 3.10.0 | takes variation of EBNF as input, and outputs parser in Python / BSD | |
graphite-web Linux | 0.9.13 | Enterprise scalable realtime graphing / Apache | |
graphviz | 2.38.0 | Open Source graph visualization software. / EPL v1.0 | |
greenlet | 0.4.12 | Lightweight in-process concurrent programming / MIT | |
grin | 1.2.1 | Enhanced grep-like tool / BSD | |
gst-plugins-base Linux | 1.8.0 | GStreamer Base Plug-ins / GPL2 | |
gstreamer Linux | 1.8.0 | library for constructing graphs of media-handling components / LGPL2 | |
gunicorn Linux Mac | 19.1.0 | Python WSGI HTTP Server for UNIX / MIT | |
h5py | 2.7.0 | Pythonic interface to the HDF5 binary data format / 3-clause BSD | |
harfbuzz Linux | 0.9.39 | An OpenType text shaping engine / MIT | |
hdf4 | 4.2.12 | Manipulate, view, and analyze data in HDF files / BSD-style | |
hdf5 | 1.8.17 | A data model, library, and file format for storing and managing data / BSD-like | |
heapdict | 1.0.0 | A heap with decrease-key and increase-key operations / BSD | |
holoviews | 1.7.0 | Analyze and visualize scientific or engineering data / BSD | |
hs2client Linux | 0.1 | Python bindings for the libhs2client C++ library / Apache 2.0 | |
html5lib | 0.999 | HTML parser based on the WHATWG HTML specifcation / MIT | |
humanize | 0.5.1 | python humanize utilities / MIT | |
idna | 2.5 | Internationalized Domain Names in Applications / BSD | |
imagesize | 0.7.1 | getting image size from png/jpeg/jpeg2000/gif file / MIT | |
iminuit Linux Mac | 1.1.1 | Interactive Minimization Tools based on MINUIT / MIT | |
impyla | 0.13.8 | Python client for the Impala distributed query engine / Apache License, Version 2.0 | |
incremental | 16.10.1 | library that versions your Python projects / MIT License | |
inflection | 0.3.1 | port of Ruby on Rails inflector to Python / MIT | |
ipaddress | 1.0.18 | IPv4/IPv6 manipulation library / Python Software Foundation License | |
ipykernel | 4.6.1 | IPython Kernel for Jupyter / BSD | |
ipyparallel | 6.0.2 | Interactive Parallel Computing in Python / BSD | |
ipython | 5.3.0 | Productive Interactive Computing / BSD | |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD | |
ipywidgets | 6.0.0 | Widgets for the Jupyter Notebook / BSD 3-clause | |
iso8601 | 0.1.11 | Simple module to parse ISO 8601 dates / MIT | |
isort | 4.2.5 | Python utility / library to sort Python imports / MIT | |
itsdangerous | 0.24 | Various helpers to pass trusted data to untrusted environments / BSD | |
javabridge | 1.0.14 | Python wrapper for the Java Native Interface / BSD License | |
jbig Linux Mac | 2.1 | Implementation of the JBIG1 data compression standard / GPL2 | |
jdcal | 1.3 | Julian dates from proleptic Gregorian and Julian calendars. / BSD | |
jedi | 0.10.2 | Autocompletion and static analysis library for Python / MIT | |
jinja2 | 2.9.6 | An easy to use stand-alone template engine written in pure python. / BSD | |
jmespath | 0.9.0 | Query language for JSON / MIT | |
joblib | 0.11 | Lightweight pipelining in Python / BSD | |
jpeg | 9b | Read and write jpeg COM, EXIF, IPTC medata / Custom free software license | |
jsonschema | 2.6.0 | An implementation of JSON Schema validation for Python / MIT | |
jupyter | 1.0.0 | Open source, interactive data science and scientific computing / BSD | |
jupyter_client | 5.0.1 | Jupyter protocol implementation and client libraries / BSD | |
jupyter_console | 5.1.0 | Jupyter terminal console / BSD | |
jupyter_core | 4.3.0 | core Jupyter functionality / BSD | |
kealib | 1.4.6 | An implementation of the GDAL data model / MIT | |
kerberos-sspi Windows | 0.2 | Kerberos high-level windows interface / Apache | |
keyring | 9.3.1 | store and access your passwords safely / MIT | |
kiwisolver | 0.1.3 | An efficient C++ implementation of the Cassowary constraint solver / BSD | |
krb5 Linux Mac | 1.13.2 | A network authentication protocol / MIT | |
lancet | 0.9.0 | Launch jobs, organize the output, and dissect the results / BSD | |
lazy-object-proxy | 1.2.2 | Fast and thorough lazy object proxy / BSD | |
ldap3 | 1.0.4 | strictly RFC 4511 conforming LDAP V3 pure Python client / LGPLv3 | |
libconda | 4.0.0 | conda 4.0 based library / BSD | |
libevent Linux Mac | 2.0.22 | Library for asynchronous event notification / 3-clause BSD | |
libffi Linux | 3.2.1 | portable foreign-function interface library / MIT | |
libgcc Linux | 4.8.5 | Shared libraries for the GNU Compiler Collection / GPL3 | |
libgdal | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
libgfortran Linux | 3.0.0 | GNU Fortran runtime library / GPL3 | |
libgpuarray | 0.6.4 | / BSD | |
libhs2client Linux | 0.1 | libraries for the hs2client, C++ HiveServer2 Thrift client / Apache 2.0 | |
libiconv Linux Mac | 1.14 | Provides iconv for systems which don't have one / GPL and LGPL | |
libnetcdf | 4.4.1 | Support for array-oriented scientific data / MIT | |
libpng | 1.6.27 | official PNG reference library / libpng license | |
libpq | 9.5.4 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL license (http://www.postgresql.org/about/licence/) | |
libprotobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
libsodium Linux | 1.0.10 | A library for encryption, signatures, password hashing, etc. / ISC | |
libtiff | 4.0.6 | Support for Tag Image File Format (TIFF) / BSD-like | |
libtool Linux | 2.4.2 | The GNU Portable Library Tool / GPL3 | |
libxcb Linux | 1.12 | This is the C-language Bindings package to the X Window System protocol / MIT | |
libxml2 Linux Mac | 2.9.4 | The XML C parser and toolkit of Gnome / MIT | |
libxslt Linux Mac | 1.1.29 | The XSLT C library developed for the GNOME project / MIT | |
lighttpd Linux Mac | 1.4.39 | Light, fast web server / BSD | |
line_profiler | 2.0 | Line-by-line profiling for Python / BSD | |
llvmlite | 0.18.0 | Lightweight wrapper around basic LLVM functionality / BSD | |
locket | 0.2.0 | File based locks for Python for Linux and Windows / BSD | |
lockfile | 0.12.2 | Platform-independent file locking module / MIT | |
luigi | 2.3.0 | Build complex pipelines of batch jobs / Apache Software License | |
lxml | 3.7.3 | Pythonic binding for the C libraries libxml2 and libxslt / BSD | |
lz4 | 0.9.1 | Bindings for the lz4 compression library / BSD | |
m4 Linux Mac | 1.4.17 | Implementation of the traditional Unix macro processo / GPL3 | |
mako | 1.0.6 | Template library written in Python / MIT | |
markdown | 2.6.8 | Python implementation of Markdown / BSD | |
markdown2 | 2.3.4 | Python implementation of Markdown / MIT | |
markupsafe | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python / BSD | |
matplotlib | 2.0.2 | Python 2D plotting library / PSF-based | |
mayavi | 4.5.0 | The Mayavi scientific data 3-dimensional visualizers / BSD | |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT | |
mdp | 3.5 | A Python data processing framework. / BSD | |
meld3 | 1.0.2 | An HTML/XML templating engine / BSD-derived | |
memory_profiler | 0.43 | Module for monitoring memory usage of a Python program / BSD | |
menuinst Windows | 1.4.7 | cross platform menu item installation / BSD | |
mercurial | 4.1.1 | Source control management tool / GPL2 | |
mingw Windows | 4.7 | Minimalist development environment for native Windows / Public-Domain | |
mistune | 0.7.4 | The fastest markdown parser in pure Python with renderer feature / BSD | |
mkl | 2017.0.1 | Math library for Intel and compatible processors / proprietary - Intel | |
mkl-service | 1.1.2 | Python bindings to MKL service functions / 3-clause BSD | |
mock | 2.0.0 | A Python mocking and patching library for testing / BSD | |
more-itertools | 3.0.0 | more routines for operating on iterables, beyond itertools / MIT | |
mpi4py | 2.0.0 | Provides bindings of the MPI standard for Python / BSD | |
mpich2 Linux | 1.4.1p1 | A high performance widely portable implementation of the MPI standard / BSD | |
mpmath | 0.19 | Python library for arbitrary-precision floating-point arithmetic / BSD | |
msgpack-python | 0.4.8 | An efficient binary serialization format / Apache | |
mtq | 0.7.0 | Library for queuing jobs and processing them in background / BSD | |
multipledispatch | 0.4.9 | Multiple dispatch in Python / BSD | |
munch | 2.1.1 | dot-accessible dictionary (a la JavaScript objects). / MIT | |
murmurhash Linux Mac | 0.26.4 | A non-cryptographic hash function / MIT | |
mysql-connector-python | 2.0.4 | Python driver for communicating with MySQL servers / GPL2 | |
mysql-python Linux Windows | 1.2.5 | MySQL database connector for Python (legacy version) / GPL | |
natsort | 5.0.3 | Sort lists naturally / MIT | |
navigator-updater | 0.1.0 | Anaconda Navigator Updater / proprietary - Continuum Analytics, Inc. | |
nbconvert | 5.1.1 | converts notebooks to various other formats via Jinja templates / BSD | |
nbformat | 4.3.0 | The reference implementation of the Jupyter Notebook format / BSD | |
ncurses Linux Mac | 5.9 | Free software emulation of curses / Free software - X11 License | |
ndg-httpsclient | 0.3.3 | Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL / BSD | |
neon Linux Mac | 1.5.4 | Nervana's Python-based Deep Learning framework / Apache 2.0 | |
netcdf4 | 1.2.4 | Python/numpy interface to netCDF library / MIT | |
networkx | 1.11 | Python package for creating and manipulating complex networks / BSD | |
nltk | 3.2.3 | Build Python programs to work with human language data / Apache Software License | |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL | |
notebook | 5.0.0 | web-based notebook environment for interactive computing / BSD | |
nsis Windows | 3.01 | A professional open source system to create Windows installers / Common public License Version 1.0, zlib | |
numba | 0.33.0 | NumPy aware dynamic Python compiler using LLVM / BSD | |
numexpr | 2.6.2 | Fast numerical expression evaluator for NumPy / MIT | |
numpy | 1.11.3 | array processing for numbers, strings, records, and objects / BSD | |
numpydoc | 0.6.0 | Sphinx extension to support docstrings in Numpy format / BSD | |
odo | 0.5.0 | Shapeshifting for your data / BSD | |
olefile | 0.44 | parse, read and write Microsoft OLE2 files / BSD License | |
openblas Linux | 0.2.19 | Optimized BLAS library based on GotoBLAS2 / BSD | |
openmpi Mac | 1.6.3 | An open source Message Passing Interface implementation / 3-clause BSD | |
openpyxl | 2.4.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT | |
openssl | 1.0.2l | OpenSSL is an open-source implementation of the SSL and TLS protocols / Apache-style | |
packaging | 16.8 | core utilities for Python packages / BSD or Apache 2.0 | |
pandas | 0.20.1 | Powerful data structures and data analysis tools / BSD | |
pandas-datareader | 0.2.1 | data readers extracted from the pandas codebase / BSD | |
pandasql | 0.7.3 | Sqldf for pandas / BSD | |
pandocfilters | 1.4.1 | utilities for writing pandoc filters in python / BSD License | |
pango Linux | 1.40.3 | Text layout and rendering engine / LGPL | |
param | 1.5.0 | Declarative Python programming using Parameters / BSD | |
paramiko | 2.1.2 | Native Python SSH2 protocol library / LGPL | |
parsel | 1.1.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD | |
partd | 0.3.8 | Appendable key-value byte store / BSD | |
passlib | 1.7.1 | Password hashing library for Python / BSD | |
paste | 1.7.5.1 | Tools for using a Web Server Gateway Interface stack. / MIT | |
pastedeploy | 1.5.2 | Load, configure, and compose WSGI applications and servers / MIT | |
patchelf Linux | 0.9 | Modify the dynamic linker and RPATH of ELF executables / GPL3 | |
path.py | 10.3.1 | module wrapper for os.path / MIT | |
pathlib2 | 2.2.1 | object-oriented filesystem paths / MIT | |
patsy | 0.4.1 | Describing statistical models in Python using symbolic formulas / BSD | |
pbr | 1.10.0 | Python Build Reasonableness / Apache | |
pcre Linux Mac | 8.39 | A set of functions that implement regular expression pattern matching / 3-clause BSD License | |
pep381client | 1.5 | Mirroring tool that implements the client (mirror) side of PEP 381 / Academic Free License | |
pep8 | 1.7.0 | Python style guide checker / MIT | |
persistent | 4.2.4 | translucent persistent objects / ZPL 2.1 | |
petl Linux Mac | 1.1.0 | / MIT | |
pexpect Linux Mac | 4.2.1 | Pexpect allows easy control of interactive console applications / ISC | |
phantomjs Mac Windows | 2.1.1 | A headless WebKit scriptable with a JavaScript API / BSD | |
picklable-itertools | 0.1.1 | itertools, but picklable / MIT License | |
pickleshare | 0.7.4 | file system based database that uses Python pickles / MIT | |
pillow | 4.1.1 | The friendly Python Imaging Library(PIL) fork / PIL license | |
pip | 9.0.1 | PyPA recommended tool for installing Python packages / MIT | |
pivottablejs | 2.7.0 | PivotTable.js integration for Jupyter/IPython Notebook / MIT | |
pixman Linux | 0.34.0 | A low-level software library for pixel manipulation / MIT | |
pkginfo | 1.4.1 | query metadatdata from sdists or bdists installed packages / PSF | |
plac | 0.9.6 | smart command line arguments parser / BSD | |
plotly | 1.12.9 | plotting library for collaborative, interactive, publication-quality graphs / MIT | |
ply | 3.10 | implementation of Lex and Yacc / BSD | |
pomegranate | 0.4.0 | probabilistic and graphical models for Python / MIT | |
posix_ipc Linux Mac | 1.0.0 | POSIX IPC for Python / BSD | |
postgresql Linux | 9.5.4 | A powerful, open source object-relational database system / PostgreSQL license | |
preshed Linux Mac | 0.46.4 | Cython hash table that trusts the keys are pre-hashed / MIT | |
progressbar2 | 3.18.1 | progressbar library to provide visual progress to\nlong running operations / BSD License | |
proj4 | 4.9.2 | PROJ.4 Cartographic Projections library / MIT | |
prompt_toolkit | 1.0.14 | library for building powerful interactive command lines in Python / BSD | |
protobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
psutil | 5.2.2 | cross-platform process and system utilities module for Python / BSD | |
psycopg2 | 2.7.1 | Python-PostgreSQL Database Adapter / LGPL, BSD-like, ZPL | |
ptyprocess Linux Mac | 0.5.1 | Run a subprocess in a pseudo terminal / ISC | |
py | 1.4.33 | Library with cross-python path, ini-parsing, io, code, log facilities / MIT | |
pyamg | 2.2.1 | Algebraic Multigrid Solvers in Python / BSD | |
pyasn1 | 0.2.3 | Offline IP address to Autonomous System Number lookup module / BSD | |
pyasn1-modules | 0.0.8 | collection of ASN.1-based protocols modules / BSD | |
pyaudio Mac | 0.2.7 | Bindings for PortAudio v19, the cross-platform audio stream library / MIT | |
pycairo Linux | 1.10.0 | A set of Python bindings for the cairo graphics library / LGPL 2.1, MPL 1.1 | |
pycodestyle | 2.3.1 | Python style guide checker / MIT License | |
pycosat | 0.6.2 | Python bindings to the picosat SAT solver / MIT | |
pycparser | 2.17 | complete C99 parser in pure Python / BSD | |
pycrypto | 2.6.1 | Cryptographic modules for Python / Public-Domain | |
pycurl | 7.43.0 | Python interface to libcurl / LGPL, MIT | |
pydispatcher | 2.0.5 | multi-producer-multi-consumer signal dispatching mechanism / BSD | |
pyface | 5.1.0 | Traits-capable windowing framework / BSD | |
pyflakes | 1.5.0 | Checks Python source files for errors / MIT | |
pygments | 2.2.0 | Generic syntax highlighting package / BSD | |
pygpu | 0.6.4 | / BSD | |
pykerberos Linux Mac | 1.1.10 | high-level interface to Kerberos / Apache | |
pylint | 1.6.4 | Python code static checker / GPL | |
pymc | 2.3.6 | Bayesian Stochastic Modelling in Python / Academic Free License | |
pymongo | 3.3.0 | Python driver for MongoDB / Apache | |
pymysql | 0.7.9 | Pure-Python MySQL Driver / MIT | |
pyodbc | 4.0.16 | DB API Module for ODBC / MIT | |
pyopengl | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopengl-accelerate | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopenssl | 17.0.0 | Python wrapper module around the OpenSSL library / Apache Software License | |
pyparsing | 2.1.4 | Create and execute simple grammars / MIT | |
pyproj | 1.9.5.1 | Python interface to PROJ4 library for cartographic transformations / MIT | |
pyqt | 5.6.0 | Python binding of the cross-platform GUI toolkit Qt / Commercial, GPLv2, GPLv3 | |
pyqtgraph | 0.10.0 | Scientific Graphics and GUI Library for Python / MIT | |
pyramid | 1.5.7 | The Pyramid Web Framework, a Pylons project / BSD | |
pyreadline Windows | 2.1 | A ctypes-based readline for Windows / BSD | |
pysal | 1.13.0 | library of spatial analysis functions / 3-clause BSD | |
pysam Linux Mac | 0.6 | Python module for reading and manipulating Samfiles / MIT | |
pyserial | 2.7 | Python serial port access library / PSF | |
pysnmp Linux Mac | 4.3.2 | A pure-Python SNMPv1/v2c/v3 library / BSD | |
pysocks | 1.6.6 | Python SOCKS client module / BSD | |
pystan Linux Mac | 2.14.0.0 | Python interface to Stan / GPL3 | |
pytables | 3.3.0 | Manage hierarchical datasets to cope with large amounts of data / BSD | |
pytest | 3.0.7 | Simple and powerful testing with Python / MIT | |
pytest-cache | 1.0 | pytest plugin with mechanisms for caching across test runs / MIT | |
pytest-cov | 2.3.1 | Pytest plugin for measuring coverage. / BSD | |
pytest-pep8 | 1.0.6 | pytest plugin to check PEP8 requirements / MIT | |
pytest-runner | 2.11.1 | invoke py.test as distutils command with dependency resolution / MIT License | |
pytest-timeout | 1.0.0 | py.test plugin to abort hanging tests / MIT | |
python | 2.7.13 | general purpose programming language / PSF | |
python-daemon Linux Mac | 2.1.2 | Library to implement a well-behaved Unix daemon process / Apache Software License | |
python-dateutil | 2.6.0 | extensions to the standard Python datetime module / BSD | |
python-gdbm Linux Mac | 1.1 | GNU's reinterpretation of dbm / PSF | |
python-graphviz Linux Mac | 0.5.2 | Simple Python interface for Graphviz / MIT | |
python-ntlm | 1.1.0 | Provides NTLM support / LGPL | |
python-utils | 2.1.0 | module with some convenient utilities / BSD | |
pytz | 2017.2 | World timezone definitions, modern and historical / MIT | |
pywavelets | 0.5.2 | wavelet transform module / MIT | |
pywget | 2.2 | Pure Python download utility / Public-Domain | |
pywin32 Windows | 220 | Python extensions for Windows / PSF | |
pyyaml | 3.12 | YAML parser and emitter for Python / MIT | |
pyzmq | 16.0.2 | zeromq bindings for Python / LGPL and BSD | |
qgrid | 0.3.2 | Pandas DataFrame viewer for IPython Notebook / Apache | |
qt | 5.6.2 | Qt is a cross-platform application and UI framework / LGPLv3 | |
qtawesome | 0.4.4 | FontAwesome icons in PyQt and PySide applications / MIT | |
qtconsole | 4.3.0 | Jupyter Qt Console / Modified BSD License | |
qtpy | 1.2.1 | uniform layer to support PyQt4, PyQt5 and PySide with a single codebase / MIT | |
quandl | 3.1.0 | High quality financial and economic data / MIT | |
queuelib | 1.4.2 | Collection of persistent (disk-based) queues / BSD | |
rasterio Linux Mac | 0.36.0 | Read and write geospatial raster datasets / BSD | |
readline Linux Mac | 6.2 | Line-editing for programs with a command-line interface / GPL3 | |
redis Linux Mac | 3.2.0 | Advanced key-value cache and store / 3-clause BSD | |
redis-py Linux Mac | 2.10.5 | Redis Python Client / MIT | |
reportlab | 3.4.0 | The ReportLab Toolkit / BSD | |
repoze.lru | 0.6 | A tiny LRU cache implementation and decorator / BSD | |
requests | 2.14.2 | Python HTTP for Humans / Apache Software License | |
requests-file | 1.4.1 | file transport adapter for Requests / Apache | |
requests-kerberos | 0.8.0 | Kerberos authentication handler for python-requests / Other | |
responses | 0.5.1 | utility library for mocking out the 'requests' Python library / Apache 2.0 | |
rope | 0.9.4 | A Python refactoring library / GPL | |
routes | 2.2 | Routing Recognition and Generation Tools / MIT | |
ruamel_yaml | 0.11.14 | patched copy of ruamel.yaml (a yaml parser) / MIT | |
runipy | 0.1.5 | Run IPython notebooks from the command line / BSD 2-Clause | |
s3fs | 0.0.9 | convenient Filesystem interface over S3 / BSD | |
s3transfer | 0.1.10 | Amazon S3 Transfer Manager / Apache Software License | |
sas7bdat | 2.0.7 | sas7bdat file reader for Python / MIT | |
scandir | 1.5 | scandir, a better directory iterator and faster os.walk() / BSD License | |
scikit-image | 0.13.0 | Image processing routines for SciPy / 3-clause BSD | |
scikit-learn | 0.18.1 | set of python modules for machine learning and data mining / 3-clause BSD | |
scikit-rf | 0.14.3 | Object Oriented RF/Microwave Engineering / new BSD | |
scipy | 0.19.0 | Scientific Library for Python / BSD | |
scrapy | 1.3.3 | A high-level Python Screen Scraping framework / BSD | |
seaborn | 0.7.1 | Statistical data visualization / BSD | |
semantic_version | 2.6.0 | A library implementing the 'SemVer' scheme. / BSD | |
semver Linux Mac | 2.7.6 | Python package to work with Semantic Versioning / BSD | |
serf | 1.3.8 | High performance C-based HTTP client library / Apache License 2.0 | |
service_identity | 16.0.0 | Service identity verification for pyOpenSSL / MIT | |
setuptools | 27.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT | |
setuptools_scm | 1.15.0 | Manage your versions by scm tags / MIT | |
sh Linux Mac | 1.11 | full-fledged subprocess replacement for Python / MIT | |
shapely Linux Mac | 1.5.16 | Geometric objects, predicates, and operations / BSD | |
simplegeneric | 0.8.1 | Define simple single-dispatch generic functions / ZPL 2.1 | |
simplejson | 3.10.0 | Simple, fast, extensible JSON encoder/decoder for Python / MIT | |
singledispatch | 3.4.0.3 | Transforms a function into a single-dispatch generic function / MIT | |
sip | 4.18 | Create Python bindings for C and C++ libraries / GPL3 | |
six | 1.10.0 | Python 2 and 3 compatibility utilities / MIT | |
smart_open | 1.5.2 | library for streaming large files / MIT | |
smmap2 | 2.0.1 | pure python implementation of a sliding window memory map manager / BSD License | |
snakeviz | 0.4.1 | Web-based viewer for Python profiler output / BSD | |
snappy Linux Mac | 1.1.4 | / Other | |
snowballstemmer | 1.2.1 | Snowball stemming library collection for Python / BSD | |
snuggs | 1.4.0 | S-expressions for NumPy / MIT | |
sockjs-tornado | 1.0.3 | SockJS python server implementation on top of Tornado framework / MIT | |
sortedcollections | 0.5.3 | Python Sorted Collections / Apache Software License | |
sortedcontainers | 1.5.7 | sorted Container Types: SortedList, SortedDict, and SortedSet / Apache 2.0 | |
spacy Linux Mac | 0.101.0 | Industrial-strength Natural Language Processing / MIT | |
sphinx | 1.5.6 | Documentation generator / BSD | |
sphinx_rtd_theme | 0.2.4 | ReadTheDocs.org theme for Sphinx / BSD | |
sputnik Linux Mac | 0.9.3 | data package manager library / MIT | |
spyder | 3.1.4 | Scientific PYthon Development EnviRonment / MIT | |
sqlalchemy | 1.1.9 | Database Abstraction Library / MIT | |
sqlite | 3.13.0 | Self-contained, zero-configuration, SQL database engine / Public-Domain | |
sqlparse | 0.1.19 | A non-validating SQL parser module for Python / BSD | |
ssh | 1.8.0 | SSH2 protocol library / LGPL | |
ssl_match_hostname | 3.4.0.2 | The ssl.match_hostname() function from Python 3.4 / PSF | |
statsmodels | 0.8.0 | Statistical computations and models / 3-clause BSD | |
stripe | 1.37.0 | Stripe python bindings / MIT | |
subprocess32 | 3.2.7 | backport of the subprocess module from Python 3.2/3.3 for use on 2.x / Python Software Foundation License | |
suds-jurko | 0.6 | Lightweight SOAP client (Jurko's fork) / GNU Library or Lesser General Public License LGPL | |
supervisor Linux Mac | 3.3.1 | A system for controlling process state under UNIX / BSD-derived | |
svn | 1.9.4 | Enterprise-class centralized version control for the masses / Apache Software License V.2 | |
swig | 3.0.10 | A compiler that integrates C and C++ with a variety of languages / GPL3 | |
sympy | 1.0 | Python library for symbolic mathematics / 3-clause BSD | |
tabpy-client | 0.2 | Python client library to manage Tableau Python Server / MIT | |
tabpy-server | 0.2 | Web server Tableau uses to run Python scripts / MIT | |
tblib | 1.3.2 | Traceback fiddling library for Python / BSD | |
tempita | 0.5.3 | A small templating language / MIT | |
teradata | 15.10.0.20 | Script powerful interactions with Teradata Database / MIT | |
terminado Linux Mac | 0.6 | Terminals served to term.js using Tornado websockets / BSD | |
testpath | 0.3 | collection of utilities for Python code working with files and commands / MIT | |
thinc Linux Mac | 5.0.8 | super sparse multi-class machine learning / MIT | |
tk | 8.5.18 | Dynamic programming language with GUI elements / BSD-like | |
toolz | 0.8.2 | List processing tools and functional utilities / BSD | |
tornado | 4.5.1 | A Python web framework and asynchronous networking library / Apache 2.0 | |
tornado-json | 1.3.2 | simple JSON API framework based on Tornado / MIT | |
tqdm | 4.11.2 | a fast, extensible progress meter / MPLv2.0, MIT | |
traitlets | 4.3.2 | Configuration system for Python applications / Modified BSD | |
traits | 4.6.0 | Explicitly typed attributes for Python / BSD | |
traitsui | 5.1.0 | Traits-capable windowing framework / BSD | |
transaction | 1.6.1 | Transaction management for Python / ZPL 2.1 | |
translationstring | 1.3 | Utility library for i18n / BSD | |
trollius | 2.1 | port of the Tulip project (asyncio module, PEP 3156) / Apache | |
twisted | 17.1.0 | event-driven networking engine / MIT | |
ujson | 1.35 | Ultra fast JSON encoder and decoder for Python / BSD | |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD | |
unidecode | 0.04.20 | ASCII transliterations of Unicode text / GNU General Public License v2 or later (GPL v2+) | |
unixodbc Linux Mac | 2.3.4 | ODBC (Open Database Connectivity) implementation for Unix / LGPLv2 | |
unxutils Windows | 14.04.03 | Ports of common GNU utilities to native Win32 / GPL3 | |
uuid | 1.30 | UUID object and generation functions / PSF | |
vc Windows | 9 | A meta-package to track VC features. / Modified BSD License (3-clause) | |
vcversioner | 2.16.0.0 | take version numbers from version control / ISC | |
venusian | 1.0 | A library for deferring decorator actions / BSD | |
vs2008_runtime Windows | 9.00.30729.5054 | Bundles of the MSVC 9 (VS 2008) runtime / Proprietary | |
vs2015_runtime Windows | 14.0.25123 | Bundles of the MSVC 14 (VS 2015) runtime / Proprietary | |
vtk | 6.3.0 | 3D computer graphics, image processing, and visualization / BSD | |
w3lib | 1.17.0 | Library of web-related functions / BSD | |
waitress | 1.0.2 | Production-quality WSGI server with very acceptable performance / ZPL 2.1 | |
wcwidth | 0.1.7 | measures number of Terminal column cells of wide-character codes / MIT | |
webob | 1.6.1 | WSGI request and response object / MIT | |
websocket | 0.2.1 | Websocket implementation for gevent / MIT | |
webtest | 2.0.23 | helper to test WSGI applications / MIT | |
werkzeug | 0.12.2 | A WSGI utility library for Python / BSD | |
wget | 2.2 | Pure Python download utility / Public-Domain | |
wheel | 0.29.0 | Built-package format for Python / MIT | |
whisper Linux | 0.9.15 | File-based time-series database format for Graphite / Apache | |
whoosh | 2.7.4 | Full-text indexing and searching library / Two-clause BSD license | |
widgetsnbextension | 2.0.0 | IPython HTML widgets for Jupyter / BSD 3-clause | |
win_inet_pton Windows | 1.0.1 | native inet_pton and inet_ntop implementation for Python on Windows / public domain | |
win_unicode_console Windows | 0.5 | enable Unicode input and display when running Python from Windows console / MIT | |
workerpool | 0.9.4 | Python multithreaded job distribution module / MIT | |
wrapt | 1.10.10 | Module for decorators, wrappers and monkey patching / BSD | |
wtforms | 2.1 | A flexible forms validation and rendering library for Python / BSD | |
xarray | 0.9.5 | N-D labeled arrays and datasets in Python / Apache | |
xerces-c | 3.1.4 | A validating XML parser written in a portable subset of C++ / Apache 2.0 | |
xlrd | 1.0.0 | Extract data from Microsoft Excel spreadsheet files / BSD | |
xlsxwriter | 0.9.6 | A Python module for creating Excel XLSX files / BSD | |
xlutils | 2.0.0 | Utilities for working with Excel files / MIT | |
xlwings Mac Windows | 0.10.4 | Interact with Excel from Python and vice versa / 3-clause BSD | |
xlwt | 1.2.0 | Writing data and formatting information to Excel files / BSD | |
xz Linux Mac | 5.2.2 | Data compression software with high compression ratio / Public-Domain, GPL | |
yaml Linux Mac | 0.1.6 | A human friendly data serialization standard / MIT | |
yt Linux Mac | 3.3.5 | An analysis and visualization toolkit for volumetric data / BSD 3-clause | |
zeromq Linux | 4.1.5 | Distributed messaging / LGPL | |
zict | 0.1.2 | mutable mapping tools / BSD | |
zlib | 1.2.8 | Unobtrusive compression library / zlib | |
zope | 1.0 | / BSD | |
zope.deprecation | 4.2.0 | Zope Deprecation Infrastructure / ZPL 2.1 | |
zope.interface | 4.4.1 | Interfaces for Python / ZPL 2.1 | |
zope.sqlalchemy | 0.7.7 | Minimal Zope/SQLAlchemy transaction integration / ZPL 2.1 |
orphan: |
---|
Python version: 3.5
Number of supported packages: 488
Name | Version | Summary / License | In Installer |
---|---|---|---|
affine | 2.0.0 | Matrices describing affine transformation of the plane. / BSD 3-clause | |
alabaster | 0.7.10 | Configurable, Python 2+3 compatible Sphinx theme / BSD | |
alpaca_static | 1.5.17 | Easy Forms for jQuery / Apache License 2.0 | |
anaconda-clean | 1.1.0 | Delete Anaconda configuration files / BSD | |
anaconda-client | 1.6.3 | anaconda.org command line client library / BSD 3-clause | |
anaconda-navigator | 1.6.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. | |
anaconda-project | 0.6.0 | reproducible, executable project directories / BSD 3-clause | |
anaconda-verify | 1.3.7 | tool for (passively) verifying conda recipes and conda packages / BSD | |
ansi2html | 1.1.1 | Convert text with ANSI color codes to HTML or to LaTeX. / General Public License v3.0 | |
anyqt | 0.0.8 | PyQt4/PyQt5 compatibility layer. / GPL-3.0 | |
appdirs | 1.4.0 | Python module for determining appropriate platform-specific dirs / MIT | |
appnope Mac | 0.1.0 | Disable App Nap on OS X 10.9 / BSD | |
appscript Mac | 1.0.1 | Control AppleScriptable applications from Python / Public-Domain | |
apptools | 4.4.0 | Includes packages useful for creating applications / BSD | |
apr | 1.5.2 | Maintains a consistent API with predictable behaviour / Apache License 2.0 | |
asn1crypto | 0.22.0 | ASN.1 parser and serializer / MIT | |
astroid | 1.4.9 | abstract syntax tree for Python with inference support / LGPL | |
astropy | 1.3.2 | Community-developed Python Library for Astronomy / BSD | |
attrs | 15.2.0 | Implement attribute-related object protocols without boilerplate / MIT | |
autoconf Linux Mac | 2.69 | M4 Macros to automatically configure software source code / GPL3 | |
automake Linux Mac | 1.15 | Tool to automatically generate Makefile.in files / GPL3 | |
automat | 0.5.0 | self-service finite-state machines for the programmer on the go / MIT | |
azure | 1.0.2 | Microsoft Azure SDK for Python / Apache License 2.0 | |
babel | 2.4.0 | Utilities to internationalize and localize Python applications / BSD | |
backports | 1.0 | / BSD | |
basemap Linux Mac | 1.0.7 | Plot data on map projections with matplotlib / PSF | |
bcolz | 1.0.0 | provides columnar, chunked and compressable data containers. / BSD | |
bcrypt | 3.1.3 | modern password hashing for your software and your servers / Apache License, Version 2.0 | |
beautifulsoup4 | 4.6.0 | Python library designed for screen-scraping / MIT | |
biopython | 1.68 | Freely available tools for biological computation / Biopython or BSD 3-Clause | |
bitarray | 0.8.1 | efficient representation of arrays of booleans -- C extension / PSF | |
bkcharts | 0.1 | optional High Level charts API built on top of Bokeh / New BSD | |
blaze | 0.10.1 | NumPy and Pandas interface to big data / BSD | |
bleach | 1.5.0 | easy whitelist-based HTML-sanitizing tool / Apache License Version 2.0 | |
blist | 1.3.6 | Replacement for Python lists with better performance / BSD 3-clause | |
bokeh | 0.12.5 | Python interactive visualization library for modern web browsers / BSD | |
boost | 1.61.0 | Boost provides free peer-reviewed portable C++ source libraries. / Boost license | |
boto | 2.46.1 | Amazon Web Services Library / MIT | |
boto3 | 1.4.4 | Amazon Web Services SDK for Python / Apache | |
botocore | 1.5.47 | low-level, core functionality of boto3 / Apache License 2.0 | |
bottlechest | 0.7.1 | fast NumPy array functions specialized for use in Orange / BSD | |
bottleneck | 1.2.1 | Fast NumPy array functions written in Cython. / Simplified BSD | |
bsdiff4 | 1.1.5 | binary diff and patch using the BSDIFF4-format / BSD | |
btrees | 4.4.1 | scalable persistent object containers / ZPL 2.1 | |
bz2file | 0.98 | library for reading and writing bzip2-compressed files / Apache License, Version 2.0 | |
bzip2 | 1.0.6 | high-quality data compressor / BSD | |
cachecontrol | 0.11.7 | httplib2 caching algorithms for use with requests / Apache Software License | |
cached-property | 1.3.0 | A decorator for caching properties in classes / BSD | |
cairo Linux | 1.14.8 | A 2D graphics library with support for multiple output devices / LGPL 2.1, MPL 1.1 | |
certifi | 2016.2.28 | Python package for providing Mozilla's CA Bundle. / ISC | |
cffi | 1.10.0 | C Foreign Function Interface for Python / MIT | |
chalmers | 0.8.0 | Monitor and control a number of processes on any operating system / MIT | |
chameleon | 2.24 | HTML/XML template engine for Python / BSD-like | |
chardet | 3.0.3 | Universal character encoding detector / GNU Lesser General Public License | |
cherrypy | 3.8.0 | Pythonic, object-oriented web framework / BSD | |
chest | 0.2.3 | A dictionary that writes its contents to disk / BSD | |
chrpath Linux | 0.16 | Tool to edit the rpath in ELF binaries / GPL2 | |
click | 6.7 | Command line interface creation kit / BSD | |
click-plugins | 1.0.3 | extension module for click to enable registering CLI commands / BSD | |
cligj | 0.4.0 | Click-based argument and option decorators / BSD | |
cloudpickle | 0.2.2 | Extended pickling support for Python objects / BSD | |
clyent | 1.2.2 | Command line client library for windows and posix / BSD | |
cmake Linux Mac | 3.6.3 | CMake is an extensible, open-source system that manages the build process / BSD 3-clause | |
colander | 1.2 | A serialization, deserialization, and validation library / BSD-like | |
colorama | 0.3.9 | Cross-platform colored terminal text in Python / BSD | |
colorcet | 0.9.1 | collection of perceptually uniform colormaps / Creative Commons Attribution 4.0 International Public License | |
comtypes Windows | 1.1.2 | pure Python COM package / MIT | |
conda | 4.3.21 | OS-agnostic, system-level binary package and environment manager. / BSD | |
conda-build | 2.1.15 | Commands and tools for building conda packages / BSD 3-clause | |
conda-build-all | 1.0.2 | conda build-all is a conda subcommand providing matrix building / BSD 3-clause | |
conda-env | 2.6.0 | / BSD | |
conda-verify | 2.0.0 | tool for (passively) verifying conda recipes and conda packages / BSD | |
configargparse | 0.11.0 | allowing options to be set via config files and/or env vars / MIT | |
configobj | 5.0.6 | Config file reading, writing and validation / BSD | |
constantly | 15.1.0 | symbolic constants in Python / MIT License | |
constructor | 1.5.5 | Tool for creating installers for conda packages / BSD | |
contextlib2 | 0.5.5 | backports and enhancements for the contextlib module / PSF | |
cookies | 2.2.1 | Friendlier RFC 6265-compliant cookie parser/renderer / MIT | |
cornice | 1.2.1 | build and document Web Services with Pyramid / MPL 2.0 | |
coverage | 4.3.4 | Code coverage measurement for Python / Apache 2.0 | |
cryptography | 1.8.1 | Provides cryptographic recipes and primitives to Python developers / Apache | |
cssselect | 1.0.1 | cssselect parses CSS3 Selectors and translates them to XPath 1.0 / BSD | |
csvkit | 0.9.1 | utilities for working with CSV, the king of tabular file formats / MIT | |
cubes | 1.1 | A light-weight Python OLAP framework for data warehouses / MIT | |
curl | 7.52.1 | Tool and library for transferring data with URL syntax / MIT/X derivate | |
cvxcanon | 0.0.23.3 | Low-level library to perform the matrix building step in CVXPY / GPL3 | |
cvxopt Linux Mac | 1.1.8 | Library for convex optimization / GPL | |
cycler | 0.10.0 | Composable style cycles / BSD | |
cymem Linux Mac | 1.31.2 | Manage calls to malloc/free through Cython / MIT | |
cython | 0.25.2 | The Cython compiler for writing C extensions for the Python language / Apache version 2.0 | |
cytoolz | 0.8.2 | Cython implementation of Toolz, high performance functional utilities / BSD | |
dask | 0.14.3 | Task scheduling and blocked algorithms for parallel processing / BSD | |
datashader | 0.4.0 | graphics pipeline system for creating representations of large amounts / New BSD | |
datashape | 0.5.4 | Language defining a data description protocol / BSD | |
datrie | 0.7.1 | Super-fast, efficiently stored Trie for Python, uses libdatrie / LGPLv2 | |
dbf | 0.96.003 | Reading/writing dBase, FoxPro, and Visual FoxPro .dbf files / BSD | |
dbus Linux | 1.10.10 | message bus system, a simple way for applications to talk to one another / GPL2 | |
decorator | 4.0.11 | Better living through Python with decorators / BSD | |
dill | 0.2.6 | Serialize all of python (almost) / 3-clause BSD | |
distributed | 1.16.3 | Lightweight library for distributed computing in Python / BSD 3-Clause | |
django | 1.10.5 | Web framework that encourages rapid development / BSD | |
dnspython | 1.14.0 | DNS toolkit for Python / BSD-style | |
docopt | 0.6.2 | Command-line interface description language / MIT | |
docutils | 0.13.1 | Utilities for general- and special-purpose documentation / Public-Domain, PSF, 2-clause BSD, GPLv3 | |
ecdsa | 0.13 | ECDSA cryptographic signature library (pure Python) / MIT | |
ecos | 2.0.4 | Embedded Conic Solver (ECOS) / GPL3 | |
entrypoints | 0.2.2 | / MIT | |
envisage | 4.5.1 | Extensible application framework / BSD | |
ephem Linux Mac | 3.7.6.0 | Basic astronomical computations for Python / LGPL | |
et_xmlfile | 1.0.1 | Low memory library for creating large XML files / MIT | |
execnet | 1.3.0 | rapid multi-Python deployment / MIT | |
expat Linux Mac | 2.1.0 | XML parser library written in C / MIT | |
expressions | 0.2.3 | extensible arithmetic expression parser and compiler / MIT | |
fastcache | 1.0.2 | C implementation of Python 3 functools.lru_cache / MIT | |
feedparser | 5.2.1 | parse feeds in Python / OSI Approved | |
filelock | 2.0.7 | / Public Domain | |
fiona Linux Mac | 1.7.0 | OGR's neat, nimble, no-nonsense API for Python programmers / BSD | |
flake8 | 3.3.0 | Modular source code checker for pep8, pyflakes and co / MIT | |
flask | 0.12.2 | A microframework based on Werkzeug, Jinja2 and good intentions / BSD | |
flask-cors | 3.0.2 | Flask extension adding a decorator for CORS support / MIT | |
flask-login | 0.4.0 | User session management for Flask / MIT | |
flask-wtf | 0.14.2 | Simple integration of Flask and WTForms / BSD | |
fontconfig Linux | 2.12.1 | A library for configuring and customizing font access / BSD | |
freeglut Linux | 2.8.1 | An alternative to the OpenGL Utility Toolkit (GLUT) library / MIT | |
freeimage | 3.17.0 | Supports popular graphics image formats like PNG, BMP, JPEG, TIFF / GPLv2 and FreeImage Public License | |
freetype | 2.5.5 | A Free, High-Quality, and Portable Font Engine / FreeType License | |
fuel | 0.2.0 | data pipeline framework for machine learning / MIT License | |
future | 0.16.0 | Clean single-source support for Python 3 and 2 / MIT | |
gdal Linux Mac | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
gensim | 1.0.1 | Topic Modelling in Python / GNU Lesser General Public License v2 or later | |
genson | 0.2.1 | powerful, user-friendly JSON Schema generator / MIT | |
geos Linux Mac | 3.5.0 | A C++ port of the Java Topology Suite (JTS) / LGPL | |
geotiff Linux Mac | 1.4.1 | / MIT | |
get_terminal_size | 1.0.0 | backport of the get_terminal_size function from Python 3.3 / MIT | |
gevent | 1.2.1 | Coroutine-based Python network library / MIT | |
gevent-websocket | 0.10.1 | A WebSocket library for the gevent networking library / Apache | |
git | 2.11.1 | Distributed version control system / GPL v2 and LGPL 2.1 | |
gitdb2 | 2.0.0 | Git Object Database / BSD License | |
gitpython | 2.1.3 | Python Git Library / BSD License | |
glib Linux | 2.50.2 | Core application building blocks for libraries and applications in C / LGPL | |
glueviz | 0.9.1 | Multi-dimensional linked data exploration / 3-clause BSD License | |
grako | 3.10.0 | takes variation of EBNF as input, and outputs parser in Python / BSD | |
graphviz | 2.38.0 | Open Source graph visualization software. / EPL v1.0 | |
greenlet | 0.4.12 | Lightweight in-process concurrent programming / MIT | |
gst-plugins-base Linux | 1.8.0 | GStreamer Base Plug-ins / GPL2 | |
gstreamer Linux | 1.8.0 | library for constructing graphs of media-handling components / LGPL2 | |
gunicorn Linux Mac | 19.1.0 | Python WSGI HTTP Server for UNIX / MIT | |
h5py | 2.7.0 | Pythonic interface to the HDF5 binary data format / 3-clause BSD | |
harfbuzz Linux | 0.9.39 | An OpenType text shaping engine / MIT | |
hdf4 | 4.2.12 | Manipulate, view, and analyze data in HDF files / BSD-style | |
hdf5 | 1.8.17 | A data model, library, and file format for storing and managing data / BSD-like | |
heapdict | 1.0.0 | A heap with decrease-key and increase-key operations / BSD | |
holoviews | 1.7.0 | Analyze and visualize scientific or engineering data / BSD | |
hs2client Linux | 0.1 | Python bindings for the libhs2client C++ library / Apache 2.0 | |
html5lib | 0.999 | HTML parser based on the WHATWG HTML specifcation / MIT | |
humanize | 0.5.1 | python humanize utilities / MIT | |
idna | 2.5 | Internationalized Domain Names in Applications / BSD | |
imagesize | 0.7.1 | getting image size from png/jpeg/jpeg2000/gif file / MIT | |
impyla | 0.13.8 | Python client for the Impala distributed query engine / Apache License, Version 2.0 | |
incremental | 16.10.1 | library that versions your Python projects / MIT License | |
inflection | 0.3.1 | port of Ruby on Rails inflector to Python / MIT | |
ipykernel | 4.6.1 | IPython Kernel for Jupyter / BSD | |
ipyparallel | 6.0.2 | Interactive Parallel Computing in Python / BSD | |
ipython | 5.3.0 | Productive Interactive Computing / BSD | |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD | |
ipywidgets | 6.0.0 | Widgets for the Jupyter Notebook / BSD 3-clause | |
iso8601 | 0.1.11 | Simple module to parse ISO 8601 dates / MIT | |
isort | 4.2.5 | Python utility / library to sort Python imports / MIT | |
itsdangerous | 0.24 | Various helpers to pass trusted data to untrusted environments / BSD | |
javabridge | 1.0.14 | Python wrapper for the Java Native Interface / BSD License | |
jbig Linux Mac | 2.1 | Implementation of the JBIG1 data compression standard / GPL2 | |
jdcal | 1.3 | Julian dates from proleptic Gregorian and Julian calendars. / BSD | |
jedi | 0.10.2 | Autocompletion and static analysis library for Python / MIT | |
jinja2 | 2.9.6 | An easy to use stand-alone template engine written in pure python. / BSD | |
jmespath | 0.9.0 | Query language for JSON / MIT | |
joblib | 0.11 | Lightweight pipelining in Python / BSD | |
jpeg | 9b | Read and write jpeg COM, EXIF, IPTC medata / Custom free software license | |
jsonschema | 2.6.0 | An implementation of JSON Schema validation for Python / MIT | |
jupyter | 1.0.0 | Open source, interactive data science and scientific computing / BSD | |
jupyter_client | 5.0.1 | Jupyter protocol implementation and client libraries / BSD | |
jupyter_console | 5.1.0 | Jupyter terminal console / BSD | |
jupyter_core | 4.3.0 | core Jupyter functionality / BSD | |
kealib | 1.4.6 | An implementation of the GDAL data model / MIT | |
kerberos-sspi Windows | 0.2 | Kerberos high-level windows interface / Apache | |
keyring | 9.3.1 | store and access your passwords safely / MIT | |
krb5 Linux Mac | 1.13.2 | A network authentication protocol / MIT | |
lancet | 0.9.0 | Launch jobs, organize the output, and dissect the results / BSD | |
lazy-object-proxy | 1.2.2 | Fast and thorough lazy object proxy / BSD | |
ldap3 | 1.0.4 | strictly RFC 4511 conforming LDAP V3 pure Python client / LGPLv3 | |
libconda | 4.0.0 | conda 4.0 based library / BSD | |
libevent Linux Mac | 2.0.22 | Library for asynchronous event notification / 3-clause BSD | |
libffi Linux | 3.2.1 | portable foreign-function interface library / MIT | |
libgcc Linux | 4.8.5 | Shared libraries for the GNU Compiler Collection / GPL3 | |
libgdal Linux Mac | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
libgfortran Linux | 3.0.0 | GNU Fortran runtime library / GPL3 | |
libgpuarray | 0.6.4 | / BSD | |
libhs2client Linux | 0.1 | libraries for the hs2client, C++ HiveServer2 Thrift client / Apache 2.0 | |
libiconv Linux Mac | 1.14 | Provides iconv for systems which don't have one / GPL and LGPL | |
libnetcdf | 4.4.1 | Support for array-oriented scientific data / MIT | |
libpng | 1.6.27 | official PNG reference library / libpng license | |
libpq | 9.5.4 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL license (http://www.postgresql.org/about/licence/) | |
libprotobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
libsodium Linux | 1.0.10 | A library for encryption, signatures, password hashing, etc. / ISC | |
libtiff | 4.0.6 | Support for Tag Image File Format (TIFF) / BSD-like | |
libtool Linux | 2.4.2 | The GNU Portable Library Tool / GPL3 | |
libxcb Linux | 1.12 | This is the C-language Bindings package to the X Window System protocol / MIT | |
libxml2 Linux Mac | 2.9.4 | The XML C parser and toolkit of Gnome / MIT | |
libxslt Linux Mac | 1.1.29 | The XSLT C library developed for the GNOME project / MIT | |
lighttpd Linux Mac | 1.4.39 | Light, fast web server / BSD | |
line_profiler | 2.0 | Line-by-line profiling for Python / BSD | |
llvmlite | 0.18.0 | Lightweight wrapper around basic LLVM functionality / BSD | |
locket | 0.2.0 | File based locks for Python for Linux and Windows / BSD | |
lockfile | 0.12.2 | Platform-independent file locking module / MIT | |
luigi | 2.3.0 | Build complex pipelines of batch jobs / Apache Software License | |
lxml | 3.7.3 | Pythonic binding for the C libraries libxml2 and libxslt / BSD | |
lz4 | 0.9.1 | Bindings for the lz4 compression library / BSD | |
m4 Linux Mac | 1.4.17 | Implementation of the traditional Unix macro processo / GPL3 | |
mako | 1.0.6 | Template library written in Python / MIT | |
markdown | 2.6.8 | Python implementation of Markdown / BSD | |
markdown2 | 2.3.4 | Python implementation of Markdown / MIT | |
markupsafe | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python / BSD | |
matplotlib | 2.0.2 | Python 2D plotting library / PSF-based | |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT | |
mdp | 3.5 | A Python data processing framework. / BSD | |
meld3 | 1.0.2 | An HTML/XML templating engine / BSD-derived | |
memory_profiler | 0.43 | Module for monitoring memory usage of a Python program / BSD | |
menuinst Windows | 1.4.7 | cross platform menu item installation / BSD | |
mingw Windows | 4.7 | Minimalist development environment for native Windows / Public-Domain | |
mistune | 0.7.4 | The fastest markdown parser in pure Python with renderer feature / BSD | |
mkl | 2017.0.1 | Math library for Intel and compatible processors / proprietary - Intel | |
mkl-service | 1.1.2 | Python bindings to MKL service functions / 3-clause BSD | |
mock | 2.0.0 | A Python mocking and patching library for testing / BSD | |
more-itertools | 3.0.0 | more routines for operating on iterables, beyond itertools / MIT | |
mpi4py | 2.0.0 | Provides bindings of the MPI standard for Python / BSD | |
mpich2 Linux | 1.4.1p1 | A high performance widely portable implementation of the MPI standard / BSD | |
mpmath | 0.19 | Python library for arbitrary-precision floating-point arithmetic / BSD | |
msgpack-python | 0.4.8 | An efficient binary serialization format / Apache | |
multipledispatch | 0.4.9 | Multiple dispatch in Python / BSD | |
munch | 2.1.1 | dot-accessible dictionary (a la JavaScript objects). / MIT | |
murmurhash Linux Mac | 0.26.4 | A non-cryptographic hash function / MIT | |
mysql-connector-python | 2.0.4 | Python driver for communicating with MySQL servers / GPL2 | |
natsort | 5.0.3 | Sort lists naturally / MIT | |
navigator-updater | 0.1.0 | Anaconda Navigator Updater / proprietary - Continuum Analytics, Inc. | |
nbconvert | 5.1.1 | converts notebooks to various other formats via Jinja templates / BSD | |
nbformat | 4.3.0 | The reference implementation of the Jupyter Notebook format / BSD | |
ncurses Linux Mac | 5.9 | Free software emulation of curses / Free software - X11 License | |
neon Linux Mac | 1.5.4 | Nervana's Python-based Deep Learning framework / Apache 2.0 | |
netcdf4 | 1.2.4 | Python/numpy interface to netCDF library / MIT | |
networkx | 1.11 | Python package for creating and manipulating complex networks / BSD | |
nltk | 3.2.3 | Build Python programs to work with human language data / Apache Software License | |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL | |
notebook | 5.0.0 | web-based notebook environment for interactive computing / BSD | |
nsis Windows | 3.01 | A professional open source system to create Windows installers / Common public License Version 1.0, zlib | |
numba | 0.33.0 | NumPy aware dynamic Python compiler using LLVM / BSD | |
numexpr | 2.6.2 | Fast numerical expression evaluator for NumPy / MIT | |
numpy | 1.11.3 | array processing for numbers, strings, records, and objects / BSD | |
numpydoc | 0.6.0 | Sphinx extension to support docstrings in Numpy format / BSD | |
odo | 0.5.0 | Shapeshifting for your data / BSD | |
olefile | 0.44 | parse, read and write Microsoft OLE2 files / BSD License | |
openblas Linux | 0.2.19 | Optimized BLAS library based on GotoBLAS2 / BSD | |
openmpi Mac | 1.6.3 | An open source Message Passing Interface implementation / 3-clause BSD | |
openpyxl | 2.4.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT | |
openssl | 1.0.2l | OpenSSL is an open-source implementation of the SSL and TLS protocols / Apache-style | |
orange3 | 3.4.1 | component-based data mining framework / GNU General Public License v3 or later (GPLv3+) | |
packaging | 16.8 | core utilities for Python packages / BSD or Apache 2.0 | |
pandas | 0.20.1 | Powerful data structures and data analysis tools / BSD | |
pandas-datareader | 0.2.1 | data readers extracted from the pandas codebase / BSD | |
pandasql | 0.7.3 | Sqldf for pandas / BSD | |
pandocfilters | 1.4.1 | utilities for writing pandoc filters in python / BSD License | |
pango Linux | 1.40.3 | Text layout and rendering engine / LGPL | |
param | 1.5.0 | Declarative Python programming using Parameters / BSD | |
paramiko | 2.1.2 | Native Python SSH2 protocol library / LGPL | |
parsel | 1.1.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD | |
partd | 0.3.8 | Appendable key-value byte store / BSD | |
passlib | 1.7.1 | Password hashing library for Python / BSD | |
pastedeploy | 1.5.2 | Load, configure, and compose WSGI applications and servers / MIT | |
patchelf Linux | 0.9 | Modify the dynamic linker and RPATH of ELF executables / GPL3 | |
path.py | 10.3.1 | module wrapper for os.path / MIT | |
pathlib2 | 2.2.1 | object-oriented filesystem paths / MIT | |
patsy | 0.4.1 | Describing statistical models in Python using symbolic formulas / BSD | |
pbr | 1.10.0 | Python Build Reasonableness / Apache | |
pcre Linux Mac | 8.39 | A set of functions that implement regular expression pattern matching / 3-clause BSD License | |
pep8 | 1.7.0 | Python style guide checker / MIT | |
persistent | 4.2.4 | translucent persistent objects / ZPL 2.1 | |
petl Linux Mac | 1.1.0 | / MIT | |
pexpect Linux Mac | 4.2.1 | Pexpect allows easy control of interactive console applications / ISC | |
phantomjs Mac Windows | 2.1.1 | A headless WebKit scriptable with a JavaScript API / BSD | |
picklable-itertools | 0.1.1 | itertools, but picklable / MIT License | |
pickleshare | 0.7.4 | file system based database that uses Python pickles / MIT | |
pillow | 4.1.1 | The friendly Python Imaging Library(PIL) fork / PIL license | |
pip | 9.0.1 | PyPA recommended tool for installing Python packages / MIT | |
pivottablejs | 2.7.0 | PivotTable.js integration for Jupyter/IPython Notebook / MIT | |
pixman Linux | 0.34.0 | A low-level software library for pixel manipulation / MIT | |
pkginfo | 1.4.1 | query metadatdata from sdists or bdists installed packages / PSF | |
plac | 0.9.6 | smart command line arguments parser / BSD | |
plotly | 1.12.9 | plotting library for collaborative, interactive, publication-quality graphs / MIT | |
ply | 3.10 | implementation of Lex and Yacc / BSD | |
pomegranate | 0.4.0 | probabilistic and graphical models for Python / MIT | |
posix_ipc Linux Mac | 1.0.0 | POSIX IPC for Python / BSD | |
postgresql Linux | 9.5.4 | A powerful, open source object-relational database system / PostgreSQL license | |
preshed Linux Mac | 0.46.4 | Cython hash table that trusts the keys are pre-hashed / MIT | |
progressbar2 | 3.18.1 | progressbar library to provide visual progress to\nlong running operations / BSD License | |
proj4 | 4.9.2 | PROJ.4 Cartographic Projections library / MIT | |
prompt_toolkit | 1.0.14 | library for building powerful interactive command lines in Python / BSD | |
protobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
psutil | 5.2.2 | cross-platform process and system utilities module for Python / BSD | |
psycopg2 | 2.7.1 | Python-PostgreSQL Database Adapter / LGPL, BSD-like, ZPL | |
ptyprocess Linux Mac | 0.5.1 | Run a subprocess in a pseudo terminal / ISC | |
py | 1.4.33 | Library with cross-python path, ini-parsing, io, code, log facilities / MIT | |
pyasn1 | 0.2.3 | Offline IP address to Autonomous System Number lookup module / BSD | |
pyasn1-modules | 0.0.8 | collection of ASN.1-based protocols modules / BSD | |
pycodestyle | 2.3.1 | Python style guide checker / MIT License | |
pycosat | 0.6.2 | Python bindings to the picosat SAT solver / MIT | |
pycparser | 2.17 | complete C99 parser in pure Python / BSD | |
pycrypto | 2.6.1 | Cryptographic modules for Python / Public-Domain | |
pycurl | 7.43.0 | Python interface to libcurl / LGPL, MIT | |
pydispatcher | 2.0.5 | multi-producer-multi-consumer signal dispatching mechanism / BSD | |
pyface | 5.1.0 | Traits-capable windowing framework / BSD | |
pyflakes | 1.5.0 | Checks Python source files for errors / MIT | |
pygments | 2.2.0 | Generic syntax highlighting package / BSD | |
pygpu | 0.6.4 | / BSD | |
pykerberos Linux Mac | 1.1.10 | high-level interface to Kerberos / Apache | |
pylint | 1.6.4 | Python code static checker / GPL | |
pymc | 2.3.6 | Bayesian Stochastic Modelling in Python / Academic Free License | |
pymongo | 3.3.0 | Python driver for MongoDB / Apache | |
pymysql | 0.7.9 | Pure-Python MySQL Driver / MIT | |
pyodbc | 4.0.16 | DB API Module for ODBC / MIT | |
pyopengl | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopengl-accelerate | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopenssl | 17.0.0 | Python wrapper module around the OpenSSL library / Apache Software License | |
pyparsing | 2.1.4 | Create and execute simple grammars / MIT | |
pyproj | 1.9.5.1 | Python interface to PROJ4 library for cartographic transformations / MIT | |
pyqt | 5.6.0 | Python binding of the cross-platform GUI toolkit Qt / Commercial, GPLv2, GPLv3 | |
pyqtgraph | 0.10.0 | Scientific Graphics and GUI Library for Python / MIT | |
pyramid | 1.5.7 | The Pyramid Web Framework, a Pylons project / BSD | |
pyreadline Windows | 2.1 | A ctypes-based readline for Windows / BSD | |
pysal | 1.13.0 | library of spatial analysis functions / 3-clause BSD | |
pyserial | 2.7 | Python serial port access library / PSF | |
pysnmp Linux Mac | 4.3.2 | A pure-Python SNMPv1/v2c/v3 library / BSD | |
pysocks | 1.6.6 | Python SOCKS client module / BSD | |
pystan Linux Mac | 2.14.0.0 | Python interface to Stan / GPL3 | |
pytables | 3.3.0 | Manage hierarchical datasets to cope with large amounts of data / BSD | |
pytest | 3.0.7 | Simple and powerful testing with Python / MIT | |
pytest-cache | 1.0 | pytest plugin with mechanisms for caching across test runs / MIT | |
pytest-cov | 2.3.1 | Pytest plugin for measuring coverage. / BSD | |
pytest-pep8 | 1.0.6 | pytest plugin to check PEP8 requirements / MIT | |
pytest-runner | 2.11.1 | invoke py.test as distutils command with dependency resolution / MIT License | |
pytest-timeout | 1.0.0 | py.test plugin to abort hanging tests / MIT | |
python | 3.5.3 | general purpose programming language / PSF | |
python-daemon Linux Mac | 2.1.2 | Library to implement a well-behaved Unix daemon process / Apache Software License | |
python-dateutil | 2.6.0 | extensions to the standard Python datetime module / BSD | |
python-graphviz Linux Mac | 0.5.2 | Simple Python interface for Graphviz / MIT | |
python-utils | 2.1.0 | module with some convenient utilities / BSD | |
pytz | 2017.2 | World timezone definitions, modern and historical / MIT | |
pywavelets | 0.5.2 | wavelet transform module / MIT | |
pywget | 2.2 | Pure Python download utility / Public-Domain | |
pywin32 Windows | 220 | Python extensions for Windows / PSF | |
pyyaml | 3.12 | YAML parser and emitter for Python / MIT | |
pyzmq | 16.0.2 | zeromq bindings for Python / LGPL and BSD | |
qgrid | 0.3.2 | Pandas DataFrame viewer for IPython Notebook / Apache | |
qt | 5.6.2 | Qt is a cross-platform application and UI framework / LGPLv3 | |
qtawesome | 0.4.4 | FontAwesome icons in PyQt and PySide applications / MIT | |
qtconsole | 4.3.0 | Jupyter Qt Console / Modified BSD License | |
qtpy | 1.2.1 | uniform layer to support PyQt4, PyQt5 and PySide with a single codebase / MIT | |
quandl | 3.1.0 | High quality financial and economic data / MIT | |
queuelib | 1.4.2 | Collection of persistent (disk-based) queues / BSD | |
rasterio Linux Mac | 0.36.0 | Read and write geospatial raster datasets / BSD | |
readline Linux Mac | 6.2 | Line-editing for programs with a command-line interface / GPL3 | |
redis Linux Mac | 3.2.0 | Advanced key-value cache and store / 3-clause BSD | |
redis-py Linux Mac | 2.10.5 | Redis Python Client / MIT | |
reportlab | 3.4.0 | The ReportLab Toolkit / BSD | |
repoze.lru | 0.6 | A tiny LRU cache implementation and decorator / BSD | |
requests | 2.14.2 | Python HTTP for Humans / Apache Software License | |
requests-file | 1.4.1 | file transport adapter for Requests / Apache | |
requests-kerberos | 0.8.0 | Kerberos authentication handler for python-requests / Other | |
responses | 0.5.1 | utility library for mocking out the 'requests' Python library / Apache 2.0 | |
rope | 0.9.4 | A Python refactoring library / GPL | |
routes | 2.2 | Routing Recognition and Generation Tools / MIT | |
ruamel_yaml | 0.11.14 | patched copy of ruamel.yaml (a yaml parser) / MIT | |
runipy | 0.1.5 | Run IPython notebooks from the command line / BSD 2-Clause | |
s3fs | 0.0.9 | convenient Filesystem interface over S3 / BSD | |
s3transfer | 0.1.10 | Amazon S3 Transfer Manager / Apache Software License | |
sas7bdat | 2.0.7 | sas7bdat file reader for Python / MIT | |
scandir | 1.5 | scandir, a better directory iterator and faster os.walk() / BSD License | |
scikit-bio Linux Mac | 0.5.1 | Python package for bioinformatics / BSD | |
scikit-image | 0.13.0 | Image processing routines for SciPy / 3-clause BSD | |
scikit-learn | 0.18.1 | set of python modules for machine learning and data mining / 3-clause BSD | |
scikit-rf | 0.14.3 | Object Oriented RF/Microwave Engineering / new BSD | |
scipy | 0.19.0 | Scientific Library for Python / BSD | |
scrapy | 1.3.3 | A high-level Python Screen Scraping framework / BSD | |
seaborn | 0.7.1 | Statistical data visualization / BSD | |
semantic_version | 2.6.0 | A library implementing the 'SemVer' scheme. / BSD | |
semver Linux Mac | 2.7.6 | Python package to work with Semantic Versioning / BSD | |
serf | 1.3.8 | High performance C-based HTTP client library / Apache License 2.0 | |
service_identity | 16.0.0 | Service identity verification for pyOpenSSL / MIT | |
setuptools | 27.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT | |
setuptools_scm | 1.15.0 | Manage your versions by scm tags / MIT | |
sh Linux Mac | 1.11 | full-fledged subprocess replacement for Python / MIT | |
shapely Linux Mac | 1.5.16 | Geometric objects, predicates, and operations / BSD | |
simplegeneric | 0.8.1 | Define simple single-dispatch generic functions / ZPL 2.1 | |
simplejson | 3.10.0 | Simple, fast, extensible JSON encoder/decoder for Python / MIT | |
singledispatch | 3.4.0.3 | Transforms a function into a single-dispatch generic function / MIT | |
sip | 4.18 | Create Python bindings for C and C++ libraries / GPL3 | |
six | 1.10.0 | Python 2 and 3 compatibility utilities / MIT | |
smart_open | 1.5.2 | library for streaming large files / MIT | |
smmap2 | 2.0.1 | pure python implementation of a sliding window memory map manager / BSD License | |
snakeviz | 0.4.1 | Web-based viewer for Python profiler output / BSD | |
snappy Linux Mac | 1.1.4 | / Other | |
snowballstemmer | 1.2.1 | Snowball stemming library collection for Python / BSD | |
snuggs | 1.4.0 | S-expressions for NumPy / MIT | |
sockjs-tornado | 1.0.3 | SockJS python server implementation on top of Tornado framework / MIT | |
sortedcollections | 0.5.3 | Python Sorted Collections / Apache Software License | |
sortedcontainers | 1.5.7 | sorted Container Types: SortedList, SortedDict, and SortedSet / Apache 2.0 | |
spacy Linux Mac | 0.101.0 | Industrial-strength Natural Language Processing / MIT | |
sphinx | 1.5.6 | Documentation generator / BSD | |
sphinx_rtd_theme | 0.2.4 | ReadTheDocs.org theme for Sphinx / BSD | |
sputnik Linux Mac | 0.9.3 | data package manager library / MIT | |
spyder | 3.1.4 | Scientific PYthon Development EnviRonment / MIT | |
sqlalchemy | 1.1.9 | Database Abstraction Library / MIT | |
sqlite | 3.13.0 | Self-contained, zero-configuration, SQL database engine / Public-Domain | |
sqlparse | 0.1.19 | A non-validating SQL parser module for Python / BSD | |
statsmodels | 0.8.0 | Statistical computations and models / 3-clause BSD | |
stripe | 1.37.0 | Stripe python bindings / MIT | |
suds-jurko | 0.6 | Lightweight SOAP client (Jurko's fork) / GNU Library or Lesser General Public License LGPL | |
svn | 1.9.4 | Enterprise-class centralized version control for the masses / Apache Software License V.2 | |
swig | 3.0.10 | A compiler that integrates C and C++ with a variety of languages / GPL3 | |
sympy | 1.0 | Python library for symbolic mathematics / 3-clause BSD | |
tabpy-client | 0.2 | Python client library to manage Tableau Python Server / MIT | |
tabpy-server | 0.2 | Web server Tableau uses to run Python scripts / MIT | |
tblib | 1.3.2 | Traceback fiddling library for Python / BSD | |
tempita | 0.5.3 | A small templating language / MIT | |
teradata | 15.10.0.20 | Script powerful interactions with Teradata Database / MIT | |
terminado Linux Mac | 0.6 | Terminals served to term.js using Tornado websockets / BSD | |
testpath | 0.3 | collection of utilities for Python code working with files and commands / MIT | |
thinc Linux Mac | 5.0.8 | super sparse multi-class machine learning / MIT | |
tk | 8.5.18 | Dynamic programming language with GUI elements / BSD-like | |
toolz | 0.8.2 | List processing tools and functional utilities / BSD | |
tornado | 4.5.1 | A Python web framework and asynchronous networking library / Apache 2.0 | |
tornado-json | 1.3.2 | simple JSON API framework based on Tornado / MIT | |
tqdm | 4.11.2 | a fast, extensible progress meter / MPLv2.0, MIT | |
traitlets | 4.3.2 | Configuration system for Python applications / Modified BSD | |
traits | 4.6.0 | Explicitly typed attributes for Python / BSD | |
traitsui | 5.1.0 | Traits-capable windowing framework / BSD | |
transaction | 1.6.1 | Transaction management for Python / ZPL 2.1 | |
translationstring | 1.3 | Utility library for i18n / BSD | |
trollius | 2.1 | port of the Tulip project (asyncio module, PEP 3156) / Apache | |
twisted | 17.1.0 | event-driven networking engine / MIT | |
ujson | 1.35 | Ultra fast JSON encoder and decoder for Python / BSD | |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD | |
unidecode | 0.04.20 | ASCII transliterations of Unicode text / GNU General Public License v2 or later (GPL v2+) | |
unixodbc Linux Mac | 2.3.4 | ODBC (Open Database Connectivity) implementation for Unix / LGPLv2 | |
unxutils Windows | 14.04.03 | Ports of common GNU utilities to native Win32 / GPL3 | |
vc Windows | 14 | A meta-package to track VC features. / Modified BSD License (3-clause) | |
vcversioner | 2.16.0.0 | take version numbers from version control / ISC | |
venusian | 1.0 | A library for deferring decorator actions / BSD | |
vs2015_runtime Windows | 14.0.25123 | Bundles of the MSVC 14 (VS 2015) runtime / Proprietary | |
w3lib | 1.17.0 | Library of web-related functions / BSD | |
waitress | 1.0.2 | Production-quality WSGI server with very acceptable performance / ZPL 2.1 | |
wcwidth | 0.1.7 | measures number of Terminal column cells of wide-character codes / MIT | |
webob | 1.6.1 | WSGI request and response object / MIT | |
webtest | 2.0.23 | helper to test WSGI applications / MIT | |
werkzeug | 0.12.2 | A WSGI utility library for Python / BSD | |
wget | 2.2 | Pure Python download utility / Public-Domain | |
wheel | 0.29.0 | Built-package format for Python / MIT | |
whoosh | 2.7.4 | Full-text indexing and searching library / Two-clause BSD license | |
widgetsnbextension | 2.0.0 | IPython HTML widgets for Jupyter / BSD 3-clause | |
win_inet_pton Windows | 1.0.1 | native inet_pton and inet_ntop implementation for Python on Windows / public domain | |
win_unicode_console Windows | 0.5 | enable Unicode input and display when running Python from Windows console / MIT | |
workerpool | 0.9.4 | Python multithreaded job distribution module / MIT | |
wrapt | 1.10.10 | Module for decorators, wrappers and monkey patching / BSD | |
wtforms | 2.1 | A flexible forms validation and rendering library for Python / BSD | |
xarray | 0.9.5 | N-D labeled arrays and datasets in Python / Apache | |
xerces-c | 3.1.4 | A validating XML parser written in a portable subset of C++ / Apache 2.0 | |
xlrd | 1.0.0 | Extract data from Microsoft Excel spreadsheet files / BSD | |
xlsxwriter | 0.9.6 | A Python module for creating Excel XLSX files / BSD | |
xlutils | 2.0.0 | Utilities for working with Excel files / MIT | |
xlwings Mac Windows | 0.10.4 | Interact with Excel from Python and vice versa / 3-clause BSD | |
xlwt | 1.2.0 | Writing data and formatting information to Excel files / BSD | |
xz Linux Mac | 5.2.2 | Data compression software with high compression ratio / Public-Domain, GPL | |
yaml Linux Mac | 0.1.6 | A human friendly data serialization standard / MIT | |
yt Linux Mac | 3.3.5 | An analysis and visualization toolkit for volumetric data / BSD 3-clause | |
zeromq Linux | 4.1.5 | Distributed messaging / LGPL | |
zict | 0.1.2 | mutable mapping tools / BSD | |
zlib | 1.2.8 | Unobtrusive compression library / zlib | |
zope | 1.0 | / BSD | |
zope.deprecation | 4.2.0 | Zope Deprecation Infrastructure / ZPL 2.1 | |
zope.interface | 4.4.1 | Interfaces for Python / ZPL 2.1 | |
zope.sqlalchemy | 0.7.7 | Minimal Zope/SQLAlchemy transaction integration / ZPL 2.1 |
orphan: |
---|
Python version: 3.6
Number of supported packages: 485
Name | Version | Summary / License | In Installer |
---|---|---|---|
affine | 2.0.0 | Matrices describing affine transformation of the plane. / BSD 3-clause | |
alabaster | 0.7.10 | Configurable, Python 2+3 compatible Sphinx theme / BSD | |
alpaca_static | 1.5.17 | Easy Forms for jQuery / Apache License 2.0 | |
anaconda-clean | 1.1.0 | Delete Anaconda configuration files / BSD | |
anaconda-client | 1.6.3 | anaconda.org command line client library / BSD 3-clause | |
anaconda-navigator | 1.6.2 | Anaconda Navigator / proprietary - Continuum Analytics, Inc. | |
anaconda-project | 0.6.0 | reproducible, executable project directories / BSD 3-clause | |
anaconda-verify | 1.3.7 | tool for (passively) verifying conda recipes and conda packages / BSD | |
ansi2html | 1.1.1 | Convert text with ANSI color codes to HTML or to LaTeX. / General Public License v3.0 | |
anyqt | 0.0.8 | PyQt4/PyQt5 compatibility layer. / GPL-3.0 | |
appdirs | 1.4.0 | Python module for determining appropriate platform-specific dirs / MIT | |
appnope Mac | 0.1.0 | Disable App Nap on OS X 10.9 / BSD | |
appscript Mac | 1.0.1 | Control AppleScriptable applications from Python / Public-Domain | |
apptools | 4.4.0 | Includes packages useful for creating applications / BSD | |
apr | 1.5.2 | Maintains a consistent API with predictable behaviour / Apache License 2.0 | |
asn1crypto | 0.22.0 | ASN.1 parser and serializer / MIT | |
astroid | 1.4.9 | abstract syntax tree for Python with inference support / LGPL | |
astropy | 1.3.2 | Community-developed Python Library for Astronomy / BSD | |
attrs | 15.2.0 | Implement attribute-related object protocols without boilerplate / MIT | |
autoconf Linux Mac | 2.69 | M4 Macros to automatically configure software source code / GPL3 | |
automake Linux Mac | 1.15 | Tool to automatically generate Makefile.in files / GPL3 | |
automat | 0.5.0 | self-service finite-state machines for the programmer on the go / MIT | |
azure | 1.0.2 | Microsoft Azure SDK for Python / Apache License 2.0 | |
babel | 2.4.0 | Utilities to internationalize and localize Python applications / BSD | |
backports | 1.0 | / BSD | |
basemap Linux Mac | 1.0.7 | Plot data on map projections with matplotlib / PSF | |
bcolz | 1.0.0 | provides columnar, chunked and compressable data containers. / BSD | |
bcrypt | 3.1.3 | modern password hashing for your software and your servers / Apache License, Version 2.0 | |
beautifulsoup4 | 4.6.0 | Python library designed for screen-scraping / MIT | |
biopython | 1.68 | Freely available tools for biological computation / Biopython or BSD 3-Clause | |
bitarray | 0.8.1 | efficient representation of arrays of booleans -- C extension / PSF | |
bkcharts | 0.1 | optional High Level charts API built on top of Bokeh / New BSD | |
blaze | 0.10.1 | NumPy and Pandas interface to big data / BSD | |
bleach | 1.5.0 | easy whitelist-based HTML-sanitizing tool / Apache License Version 2.0 | |
blist | 1.3.6 | Replacement for Python lists with better performance / BSD 3-clause | |
bokeh | 0.12.5 | Python interactive visualization library for modern web browsers / BSD | |
boost | 1.61.0 | Boost provides free peer-reviewed portable C++ source libraries. / Boost license | |
boto | 2.46.1 | Amazon Web Services Library / MIT | |
boto3 | 1.4.4 | Amazon Web Services SDK for Python / Apache | |
botocore | 1.5.47 | low-level, core functionality of boto3 / Apache License 2.0 | |
bottlechest | 0.7.1 | fast NumPy array functions specialized for use in Orange / BSD | |
bottleneck | 1.2.1 | Fast NumPy array functions written in Cython. / Simplified BSD | |
bsdiff4 | 1.1.5 | binary diff and patch using the BSDIFF4-format / BSD | |
btrees | 4.4.1 | scalable persistent object containers / ZPL 2.1 | |
bz2file | 0.98 | library for reading and writing bzip2-compressed files / Apache License, Version 2.0 | |
bzip2 | 1.0.6 | high-quality data compressor / BSD | |
cachecontrol | 0.11.7 | httplib2 caching algorithms for use with requests / Apache Software License | |
cached-property | 1.3.0 | A decorator for caching properties in classes / BSD | |
cairo Linux | 1.14.8 | A 2D graphics library with support for multiple output devices / LGPL 2.1, MPL 1.1 | |
certifi | 2016.2.28 | Python package for providing Mozilla's CA Bundle. / ISC | |
cffi | 1.10.0 | C Foreign Function Interface for Python / MIT | |
chalmers | 0.8.0 | Monitor and control a number of processes on any operating system / MIT | |
chameleon | 2.24 | HTML/XML template engine for Python / BSD-like | |
chardet | 3.0.3 | Universal character encoding detector / GNU Lesser General Public License | |
cherrypy | 3.8.0 | Pythonic, object-oriented web framework / BSD | |
chest | 0.2.3 | A dictionary that writes its contents to disk / BSD | |
chrpath Linux | 0.16 | Tool to edit the rpath in ELF binaries / GPL2 | |
click | 6.7 | Command line interface creation kit / BSD | |
click-plugins | 1.0.3 | extension module for click to enable registering CLI commands / BSD | |
cligj | 0.4.0 | Click-based argument and option decorators / BSD | |
cloudpickle | 0.2.2 | Extended pickling support for Python objects / BSD | |
clyent | 1.2.2 | Command line client library for windows and posix / BSD | |
cmake Linux Mac | 3.6.3 | CMake is an extensible, open-source system that manages the build process / BSD 3-clause | |
colander | 1.2 | A serialization, deserialization, and validation library / BSD-like | |
colorama | 0.3.9 | Cross-platform colored terminal text in Python / BSD | |
colorcet | 0.9.1 | collection of perceptually uniform colormaps / Creative Commons Attribution 4.0 International Public License | |
comtypes Windows | 1.1.2 | pure Python COM package / MIT | |
conda | 4.3.21 | OS-agnostic, system-level binary package and environment manager. / BSD | |
conda-build | 2.1.15 | Commands and tools for building conda packages / BSD 3-clause | |
conda-build-all | 1.0.2 | conda build-all is a conda subcommand providing matrix building / BSD 3-clause | |
conda-env | 2.6.0 | / BSD | |
conda-verify | 2.0.0 | tool for (passively) verifying conda recipes and conda packages / BSD | |
configargparse | 0.11.0 | allowing options to be set via config files and/or env vars / MIT | |
configobj | 5.0.6 | Config file reading, writing and validation / BSD | |
constantly | 15.1.0 | symbolic constants in Python / MIT License | |
constructor | 1.5.5 | Tool for creating installers for conda packages / BSD | |
contextlib2 | 0.5.5 | backports and enhancements for the contextlib module / PSF | |
cookies | 2.2.1 | Friendlier RFC 6265-compliant cookie parser/renderer / MIT | |
cornice | 1.2.1 | build and document Web Services with Pyramid / MPL 2.0 | |
coverage | 4.3.4 | Code coverage measurement for Python / Apache 2.0 | |
cryptography | 1.8.1 | Provides cryptographic recipes and primitives to Python developers / Apache | |
cssselect | 1.0.1 | cssselect parses CSS3 Selectors and translates them to XPath 1.0 / BSD | |
csvkit | 0.9.1 | utilities for working with CSV, the king of tabular file formats / MIT | |
cubes | 1.1 | A light-weight Python OLAP framework for data warehouses / MIT | |
curl | 7.52.1 | Tool and library for transferring data with URL syntax / MIT/X derivate | |
cvxcanon | 0.0.23.3 | Low-level library to perform the matrix building step in CVXPY / GPL3 | |
cvxopt Linux Mac | 1.1.8 | Library for convex optimization / GPL | |
cycler | 0.10.0 | Composable style cycles / BSD | |
cymem Linux Mac | 1.31.2 | Manage calls to malloc/free through Cython / MIT | |
cython | 0.25.2 | The Cython compiler for writing C extensions for the Python language / Apache version 2.0 | |
cytoolz | 0.8.2 | Cython implementation of Toolz, high performance functional utilities / BSD | |
dask | 0.14.3 | Task scheduling and blocked algorithms for parallel processing / BSD | |
datashader | 0.4.0 | graphics pipeline system for creating representations of large amounts / New BSD | |
datashape | 0.5.4 | Language defining a data description protocol / BSD | |
datrie | 0.7.1 | Super-fast, efficiently stored Trie for Python, uses libdatrie / LGPLv2 | |
dbf | 0.96.003 | Reading/writing dBase, FoxPro, and Visual FoxPro .dbf files / BSD | |
dbus Linux | 1.10.10 | message bus system, a simple way for applications to talk to one another / GPL2 | |
decorator | 4.0.11 | Better living through Python with decorators / BSD | |
dill | 0.2.6 | Serialize all of python (almost) / 3-clause BSD | |
distributed | 1.16.3 | Lightweight library for distributed computing in Python / BSD 3-Clause | |
django | 1.10.5 | Web framework that encourages rapid development / BSD | |
dnspython | 1.14.0 | DNS toolkit for Python / BSD-style | |
docopt | 0.6.2 | Command-line interface description language / MIT | |
docutils | 0.13.1 | Utilities for general- and special-purpose documentation / Public-Domain, PSF, 2-clause BSD, GPLv3 | |
ecdsa | 0.13 | ECDSA cryptographic signature library (pure Python) / MIT | |
ecos | 2.0.4 | Embedded Conic Solver (ECOS) / GPL3 | |
entrypoints | 0.2.2 | / MIT | |
envisage | 4.5.1 | Extensible application framework / BSD | |
ephem Linux Mac | 3.7.6.0 | Basic astronomical computations for Python / LGPL | |
et_xmlfile | 1.0.1 | Low memory library for creating large XML files / MIT | |
execnet | 1.3.0 | rapid multi-Python deployment / MIT | |
expat Linux Mac | 2.1.0 | XML parser library written in C / MIT | |
expressions | 0.2.3 | extensible arithmetic expression parser and compiler / MIT | |
fastcache | 1.0.2 | C implementation of Python 3 functools.lru_cache / MIT | |
feedparser | 5.2.1 | parse feeds in Python / OSI Approved | |
filelock | 2.0.7 | / Public Domain | |
fiona Linux Mac | 1.7.0 | OGR's neat, nimble, no-nonsense API for Python programmers / BSD | |
flake8 | 3.3.0 | Modular source code checker for pep8, pyflakes and co / MIT | |
flask | 0.12.2 | A microframework based on Werkzeug, Jinja2 and good intentions / BSD | |
flask-cors | 3.0.2 | Flask extension adding a decorator for CORS support / MIT | |
flask-login | 0.4.0 | User session management for Flask / MIT | |
flask-wtf | 0.14.2 | Simple integration of Flask and WTForms / BSD | |
fontconfig Linux | 2.12.1 | A library for configuring and customizing font access / BSD | |
freeglut Linux | 2.8.1 | An alternative to the OpenGL Utility Toolkit (GLUT) library / MIT | |
freeimage | 3.17.0 | Supports popular graphics image formats like PNG, BMP, JPEG, TIFF / GPLv2 and FreeImage Public License | |
freetype | 2.5.5 | A Free, High-Quality, and Portable Font Engine / FreeType License | |
fuel | 0.2.0 | data pipeline framework for machine learning / MIT License | |
future | 0.16.0 | Clean single-source support for Python 3 and 2 / MIT | |
gdal Linux Mac | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
gensim | 1.0.1 | Topic Modelling in Python / GNU Lesser General Public License v2 or later | |
genson | 0.2.1 | powerful, user-friendly JSON Schema generator / MIT | |
geos Linux Mac | 3.5.0 | A C++ port of the Java Topology Suite (JTS) / LGPL | |
geotiff Linux Mac | 1.4.1 | / MIT | |
get_terminal_size | 1.0.0 | backport of the get_terminal_size function from Python 3.3 / MIT | |
gevent | 1.2.1 | Coroutine-based Python network library / MIT | |
gevent-websocket | 0.10.1 | A WebSocket library for the gevent networking library / Apache | |
git | 2.11.1 | Distributed version control system / GPL v2 and LGPL 2.1 | |
gitdb2 | 2.0.0 | Git Object Database / BSD License | |
gitpython | 2.1.3 | Python Git Library / BSD License | |
glib Linux | 2.50.2 | Core application building blocks for libraries and applications in C / LGPL | |
glueviz | 0.9.1 | Multi-dimensional linked data exploration / 3-clause BSD License | |
grako | 3.10.0 | takes variation of EBNF as input, and outputs parser in Python / BSD | |
graphviz | 2.38.0 | Open Source graph visualization software. / EPL v1.0 | |
greenlet | 0.4.12 | Lightweight in-process concurrent programming / MIT | |
gst-plugins-base Linux | 1.8.0 | GStreamer Base Plug-ins / GPL2 | |
gstreamer Linux | 1.8.0 | library for constructing graphs of media-handling components / LGPL2 | |
gunicorn Linux Mac | 19.1.0 | Python WSGI HTTP Server for UNIX / MIT | |
h5py | 2.7.0 | Pythonic interface to the HDF5 binary data format / 3-clause BSD | |
harfbuzz Linux | 0.9.39 | An OpenType text shaping engine / MIT | |
hdf4 | 4.2.12 | Manipulate, view, and analyze data in HDF files / BSD-style | |
hdf5 | 1.8.17 | A data model, library, and file format for storing and managing data / BSD-like | |
heapdict | 1.0.0 | A heap with decrease-key and increase-key operations / BSD | |
holoviews | 1.7.0 | Analyze and visualize scientific or engineering data / BSD | |
hs2client Linux | 0.1 | Python bindings for the libhs2client C++ library / Apache 2.0 | |
html5lib | 0.999 | HTML parser based on the WHATWG HTML specifcation / MIT | |
humanize | 0.5.1 | python humanize utilities / MIT | |
idna | 2.5 | Internationalized Domain Names in Applications / BSD | |
imagesize | 0.7.1 | getting image size from png/jpeg/jpeg2000/gif file / MIT | |
impyla | 0.13.8 | Python client for the Impala distributed query engine / Apache License, Version 2.0 | |
incremental | 16.10.1 | library that versions your Python projects / MIT License | |
inflection | 0.3.1 | port of Ruby on Rails inflector to Python / MIT | |
ipykernel | 4.6.1 | IPython Kernel for Jupyter / BSD | |
ipyparallel | 6.0.2 | Interactive Parallel Computing in Python / BSD | |
ipython | 5.3.0 | Productive Interactive Computing / BSD | |
ipython_genutils | 0.2.0 | vestigial utilities from IPython / BSD | |
ipywidgets | 6.0.0 | Widgets for the Jupyter Notebook / BSD 3-clause | |
iso8601 | 0.1.11 | Simple module to parse ISO 8601 dates / MIT | |
isort | 4.2.5 | Python utility / library to sort Python imports / MIT | |
itsdangerous | 0.24 | Various helpers to pass trusted data to untrusted environments / BSD | |
jbig Linux Mac | 2.1 | Implementation of the JBIG1 data compression standard / GPL2 | |
jdcal | 1.3 | Julian dates from proleptic Gregorian and Julian calendars. / BSD | |
jedi | 0.10.2 | Autocompletion and static analysis library for Python / MIT | |
jinja2 | 2.9.6 | An easy to use stand-alone template engine written in pure python. / BSD | |
jmespath | 0.9.0 | Query language for JSON / MIT | |
joblib | 0.11 | Lightweight pipelining in Python / BSD | |
jpeg | 9b | Read and write jpeg COM, EXIF, IPTC medata / Custom free software license | |
jsonschema | 2.6.0 | An implementation of JSON Schema validation for Python / MIT | |
jupyter | 1.0.0 | Open source, interactive data science and scientific computing / BSD | |
jupyter_client | 5.0.1 | Jupyter protocol implementation and client libraries / BSD | |
jupyter_console | 5.1.0 | Jupyter terminal console / BSD | |
jupyter_core | 4.3.0 | core Jupyter functionality / BSD | |
kealib | 1.4.6 | An implementation of the GDAL data model / MIT | |
kerberos-sspi Windows | 0.2 | Kerberos high-level windows interface / Apache | |
keyring | 9.3.1 | store and access your passwords safely / MIT | |
krb5 Linux Mac | 1.13.2 | A network authentication protocol / MIT | |
lancet | 0.9.0 | Launch jobs, organize the output, and dissect the results / BSD | |
lazy-object-proxy | 1.2.2 | Fast and thorough lazy object proxy / BSD | |
ldap3 | 1.0.4 | strictly RFC 4511 conforming LDAP V3 pure Python client / LGPLv3 | |
libconda | 4.0.0 | conda 4.0 based library / BSD | |
libevent Linux Mac | 2.0.22 | Library for asynchronous event notification / 3-clause BSD | |
libffi Linux | 3.2.1 | portable foreign-function interface library / MIT | |
libgcc Linux | 4.8.5 | Shared libraries for the GNU Compiler Collection / GPL3 | |
libgdal Linux Mac | 2.1.0 | Geospatial Data Abstraction Library / MIT | |
libgfortran Linux | 3.0.0 | GNU Fortran runtime library / GPL3 | |
libgpuarray | 0.6.4 | / BSD | |
libhs2client Linux | 0.1 | libraries for the hs2client, C++ HiveServer2 Thrift client / Apache 2.0 | |
libiconv Linux Mac | 1.14 | Provides iconv for systems which don't have one / GPL and LGPL | |
libnetcdf | 4.4.1 | Support for array-oriented scientific data / MIT | |
libpng | 1.6.27 | official PNG reference library / libpng license | |
libpq | 9.5.4 | The postgres runtime libraries and utilities (not the server itself) / PostgreSQL license (http://www.postgresql.org/about/licence/) | |
libprotobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
libsodium Linux | 1.0.10 | A library for encryption, signatures, password hashing, etc. / ISC | |
libtiff | 4.0.6 | Support for Tag Image File Format (TIFF) / BSD-like | |
libtool Linux | 2.4.2 | The GNU Portable Library Tool / GPL3 | |
libxcb Linux | 1.12 | This is the C-language Bindings package to the X Window System protocol / MIT | |
libxml2 Linux Mac | 2.9.4 | The XML C parser and toolkit of Gnome / MIT | |
libxslt Linux Mac | 1.1.29 | The XSLT C library developed for the GNOME project / MIT | |
lighttpd Linux Mac | 1.4.39 | Light, fast web server / BSD | |
line_profiler | 2.0 | Line-by-line profiling for Python / BSD | |
llvmlite | 0.18.0 | Lightweight wrapper around basic LLVM functionality / BSD | |
locket | 0.2.0 | File based locks for Python for Linux and Windows / BSD | |
lockfile | 0.12.2 | Platform-independent file locking module / MIT | |
luigi | 2.3.0 | Build complex pipelines of batch jobs / Apache Software License | |
lxml | 3.7.3 | Pythonic binding for the C libraries libxml2 and libxslt / BSD | |
lz4 | 0.9.1 | Bindings for the lz4 compression library / BSD | |
m4 Linux Mac | 1.4.17 | Implementation of the traditional Unix macro processo / GPL3 | |
mako | 1.0.6 | Template library written in Python / MIT | |
markdown | 2.6.8 | Python implementation of Markdown / BSD | |
markdown2 | 2.3.4 | Python implementation of Markdown / MIT | |
markupsafe | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python / BSD | |
matplotlib | 2.0.2 | Python 2D plotting library / PSF-based | |
mccabe | 0.6.1 | McCabe complexity checker for Python / MIT | |
mdp | 3.5 | A Python data processing framework. / BSD | |
meld3 | 1.0.2 | An HTML/XML templating engine / BSD-derived | |
memory_profiler | 0.43 | Module for monitoring memory usage of a Python program / BSD | |
menuinst Windows | 1.4.7 | cross platform menu item installation / BSD | |
mingw Windows | 4.7 | Minimalist development environment for native Windows / Public-Domain | |
mistune | 0.7.4 | The fastest markdown parser in pure Python with renderer feature / BSD | |
mkl | 2017.0.1 | Math library for Intel and compatible processors / proprietary - Intel | |
mkl-service | 1.1.2 | Python bindings to MKL service functions / 3-clause BSD | |
mock | 2.0.0 | A Python mocking and patching library for testing / BSD | |
more-itertools | 3.0.0 | more routines for operating on iterables, beyond itertools / MIT | |
mpi4py Linux Mac | 2.0.0 | Provides bindings of the MPI standard for Python / BSD | |
mpich2 Linux | 1.4.1p1 | A high performance widely portable implementation of the MPI standard / BSD | |
mpmath | 0.19 | Python library for arbitrary-precision floating-point arithmetic / BSD | |
msgpack-python | 0.4.8 | An efficient binary serialization format / Apache | |
multipledispatch | 0.4.9 | Multiple dispatch in Python / BSD | |
munch | 2.1.1 | dot-accessible dictionary (a la JavaScript objects). / MIT | |
murmurhash Linux Mac | 0.26.4 | A non-cryptographic hash function / MIT | |
mysql-connector-python | 2.0.4 | Python driver for communicating with MySQL servers / GPL2 | |
natsort | 5.0.3 | Sort lists naturally / MIT | |
navigator-updater | 0.1.0 | Anaconda Navigator Updater / proprietary - Continuum Analytics, Inc. | |
nbconvert | 5.1.1 | converts notebooks to various other formats via Jinja templates / BSD | |
nbformat | 4.3.0 | The reference implementation of the Jupyter Notebook format / BSD | |
ncurses Linux Mac | 5.9 | Free software emulation of curses / Free software - X11 License | |
neon Linux Mac | 1.5.4 | Nervana's Python-based Deep Learning framework / Apache 2.0 | |
netcdf4 | 1.2.4 | Python/numpy interface to netCDF library / MIT | |
networkx | 1.11 | Python package for creating and manipulating complex networks / BSD | |
nltk | 3.2.3 | Build Python programs to work with human language data / Apache Software License | |
nose | 1.3.7 | Nose extends unittest to make testing easier / LGPL | |
notebook | 5.0.0 | web-based notebook environment for interactive computing / BSD | |
nsis Windows | 3.01 | A professional open source system to create Windows installers / Common public License Version 1.0, zlib | |
numba | 0.33.0 | NumPy aware dynamic Python compiler using LLVM / BSD | |
numexpr | 2.6.2 | Fast numerical expression evaluator for NumPy / MIT | |
numpy | 1.11.3 | array processing for numbers, strings, records, and objects / BSD | |
numpydoc | 0.6.0 | Sphinx extension to support docstrings in Numpy format / BSD | |
odo | 0.5.0 | Shapeshifting for your data / BSD | |
olefile | 0.44 | parse, read and write Microsoft OLE2 files / BSD License | |
openblas Linux | 0.2.19 | Optimized BLAS library based on GotoBLAS2 / BSD | |
openmpi Mac | 1.6.3 | An open source Message Passing Interface implementation / 3-clause BSD | |
openpyxl | 2.4.7 | A Python library to read/write Excel 2010 xlsx/xlsm files / MIT | |
openssl | 1.0.2l | OpenSSL is an open-source implementation of the SSL and TLS protocols / Apache-style | |
orange3 | 3.4.1 | component-based data mining framework / GNU General Public License v3 or later (GPLv3+) | |
packaging | 16.8 | core utilities for Python packages / BSD or Apache 2.0 | |
pandas | 0.20.1 | Powerful data structures and data analysis tools / BSD | |
pandas-datareader | 0.2.1 | data readers extracted from the pandas codebase / BSD | |
pandasql | 0.7.3 | Sqldf for pandas / BSD | |
pandocfilters | 1.4.1 | utilities for writing pandoc filters in python / BSD License | |
pango Linux | 1.40.3 | Text layout and rendering engine / LGPL | |
param | 1.5.0 | Declarative Python programming using Parameters / BSD | |
paramiko | 2.1.2 | Native Python SSH2 protocol library / LGPL | |
parsel | 1.1.0 | library to extract data from HTML and XML using XPath and CSS selectors / BSD | |
partd | 0.3.8 | Appendable key-value byte store / BSD | |
passlib | 1.7.1 | Password hashing library for Python / BSD | |
pastedeploy | 1.5.2 | Load, configure, and compose WSGI applications and servers / MIT | |
patchelf Linux | 0.9 | Modify the dynamic linker and RPATH of ELF executables / GPL3 | |
path.py | 10.3.1 | module wrapper for os.path / MIT | |
pathlib2 | 2.2.1 | object-oriented filesystem paths / MIT | |
patsy | 0.4.1 | Describing statistical models in Python using symbolic formulas / BSD | |
pbr | 1.10.0 | Python Build Reasonableness / Apache | |
pcre Linux Mac | 8.39 | A set of functions that implement regular expression pattern matching / 3-clause BSD License | |
pep8 | 1.7.0 | Python style guide checker / MIT | |
persistent | 4.2.4 | translucent persistent objects / ZPL 2.1 | |
petl Linux Mac | 1.1.0 | / MIT | |
pexpect Linux Mac | 4.2.1 | Pexpect allows easy control of interactive console applications / ISC | |
phantomjs Mac Windows | 2.1.1 | A headless WebKit scriptable with a JavaScript API / BSD | |
picklable-itertools | 0.1.1 | itertools, but picklable / MIT License | |
pickleshare | 0.7.4 | file system based database that uses Python pickles / MIT | |
pillow | 4.1.1 | The friendly Python Imaging Library(PIL) fork / PIL license | |
pip | 9.0.1 | PyPA recommended tool for installing Python packages / MIT | |
pivottablejs | 2.7.0 | PivotTable.js integration for Jupyter/IPython Notebook / MIT | |
pixman Linux | 0.34.0 | A low-level software library for pixel manipulation / MIT | |
pkginfo | 1.4.1 | query metadatdata from sdists or bdists installed packages / PSF | |
plac | 0.9.6 | smart command line arguments parser / BSD | |
plotly | 1.12.9 | plotting library for collaborative, interactive, publication-quality graphs / MIT | |
ply | 3.10 | implementation of Lex and Yacc / BSD | |
pomegranate | 0.4.0 | probabilistic and graphical models for Python / MIT | |
posix_ipc Linux Mac | 1.0.0 | POSIX IPC for Python / BSD | |
postgresql Linux | 9.5.4 | A powerful, open source object-relational database system / PostgreSQL license | |
preshed Linux Mac | 0.46.4 | Cython hash table that trusts the keys are pre-hashed / MIT | |
progressbar2 | 3.18.1 | progressbar library to provide visual progress to\nlong running operations / BSD License | |
proj4 | 4.9.2 | PROJ.4 Cartographic Projections library / MIT | |
prompt_toolkit | 1.0.14 | library for building powerful interactive command lines in Python / BSD | |
protobuf Linux | 3.2.0 | Protocol Buffers - Google's data interchange format / New BSD License | |
psutil | 5.2.2 | cross-platform process and system utilities module for Python / BSD | |
psycopg2 | 2.7.1 | Python-PostgreSQL Database Adapter / LGPL, BSD-like, ZPL | |
ptyprocess Linux Mac | 0.5.1 | Run a subprocess in a pseudo terminal / ISC | |
py | 1.4.33 | Library with cross-python path, ini-parsing, io, code, log facilities / MIT | |
pyasn1 | 0.2.3 | Offline IP address to Autonomous System Number lookup module / BSD | |
pyasn1-modules | 0.0.8 | collection of ASN.1-based protocols modules / BSD | |
pycodestyle | 2.3.1 | Python style guide checker / MIT License | |
pycosat | 0.6.2 | Python bindings to the picosat SAT solver / MIT | |
pycparser | 2.17 | complete C99 parser in pure Python / BSD | |
pycrypto | 2.6.1 | Cryptographic modules for Python / Public-Domain | |
pycurl | 7.43.0 | Python interface to libcurl / LGPL, MIT | |
pydispatcher | 2.0.5 | multi-producer-multi-consumer signal dispatching mechanism / BSD | |
pyface | 5.1.0 | Traits-capable windowing framework / BSD | |
pyflakes | 1.5.0 | Checks Python source files for errors / MIT | |
pygments | 2.2.0 | Generic syntax highlighting package / BSD | |
pygpu | 0.6.4 | / BSD | |
pykerberos Linux Mac | 1.1.10 | high-level interface to Kerberos / Apache | |
pylint | 1.6.4 | Python code static checker / GPL | |
pymc | 2.3.6 | Bayesian Stochastic Modelling in Python / Academic Free License | |
pymongo | 3.3.0 | Python driver for MongoDB / Apache | |
pymysql | 0.7.9 | Pure-Python MySQL Driver / MIT | |
pyodbc | 4.0.16 | DB API Module for ODBC / MIT | |
pyopengl | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopengl-accelerate | 3.1.1a1 | Standard OpenGL bindings for Python / BSD | |
pyopenssl | 17.0.0 | Python wrapper module around the OpenSSL library / Apache Software License | |
pyparsing | 2.1.4 | Create and execute simple grammars / MIT | |
pyproj | 1.9.5.1 | Python interface to PROJ4 library for cartographic transformations / MIT | |
pyqt | 5.6.0 | Python binding of the cross-platform GUI toolkit Qt / Commercial, GPLv2, GPLv3 | |
pyqtgraph | 0.10.0 | Scientific Graphics and GUI Library for Python / MIT | |
pyramid | 1.5.7 | The Pyramid Web Framework, a Pylons project / BSD | |
pyreadline Windows | 2.1 | A ctypes-based readline for Windows / BSD | |
pysal | 1.13.0 | library of spatial analysis functions / 3-clause BSD | |
pyserial | 2.7 | Python serial port access library / PSF | |
pysnmp Linux Mac | 4.3.2 | A pure-Python SNMPv1/v2c/v3 library / BSD | |
pysocks | 1.6.6 | Python SOCKS client module / BSD | |
pystan Linux Mac | 2.14.0.0 | Python interface to Stan / GPL3 | |
pytables | 3.3.0 | Manage hierarchical datasets to cope with large amounts of data / BSD | |
pytest | 3.0.7 | Simple and powerful testing with Python / MIT | |
pytest-cache | 1.0 | pytest plugin with mechanisms for caching across test runs / MIT | |
pytest-cov | 2.3.1 | Pytest plugin for measuring coverage. / BSD | |
pytest-pep8 | 1.0.6 | pytest plugin to check PEP8 requirements / MIT | |
pytest-runner | 2.11.1 | invoke py.test as distutils command with dependency resolution / MIT License | |
pytest-timeout | 1.0.0 | py.test plugin to abort hanging tests / MIT | |
python | 3.6.1 | general purpose programming language / PSF | |
python-daemon Linux Mac | 2.1.2 | Library to implement a well-behaved Unix daemon process / Apache Software License | |
python-dateutil | 2.6.0 | extensions to the standard Python datetime module / BSD | |
python-graphviz Linux Mac | 0.5.2 | Simple Python interface for Graphviz / MIT | |
python-utils | 2.1.0 | module with some convenient utilities / BSD | |
pytz | 2017.2 | World timezone definitions, modern and historical / MIT | |
pywavelets | 0.5.2 | wavelet transform module / MIT | |
pywget | 2.2 | Pure Python download utility / Public-Domain | |
pywin32 Windows | 220 | Python extensions for Windows / PSF | |
pyyaml | 3.12 | YAML parser and emitter for Python / MIT | |
pyzmq | 16.0.2 | zeromq bindings for Python / LGPL and BSD | |
qgrid | 0.3.2 | Pandas DataFrame viewer for IPython Notebook / Apache | |
qt | 5.6.2 | Qt is a cross-platform application and UI framework / LGPLv3 | |
qtawesome | 0.4.4 | FontAwesome icons in PyQt and PySide applications / MIT | |
qtconsole | 4.3.0 | Jupyter Qt Console / Modified BSD License | |
qtpy | 1.2.1 | uniform layer to support PyQt4, PyQt5 and PySide with a single codebase / MIT | |
quandl | 3.1.0 | High quality financial and economic data / MIT | |
queuelib | 1.4.2 | Collection of persistent (disk-based) queues / BSD | |
rasterio Linux Mac | 0.36.0 | Read and write geospatial raster datasets / BSD | |
readline Linux Mac | 6.2 | Line-editing for programs with a command-line interface / GPL3 | |
redis Linux Mac | 3.2.0 | Advanced key-value cache and store / 3-clause BSD | |
redis-py Linux Mac | 2.10.5 | Redis Python Client / MIT | |
reportlab | 3.4.0 | The ReportLab Toolkit / BSD | |
repoze.lru | 0.6 | A tiny LRU cache implementation and decorator / BSD | |
requests | 2.14.2 | Python HTTP for Humans / Apache Software License | |
requests-file | 1.4.1 | file transport adapter for Requests / Apache | |
requests-kerberos | 0.8.0 | Kerberos authentication handler for python-requests / Other | |
responses | 0.5.1 | utility library for mocking out the 'requests' Python library / Apache 2.0 | |
rope | 0.9.4 | A Python refactoring library / GPL | |
routes | 2.2 | Routing Recognition and Generation Tools / MIT | |
ruamel_yaml | 0.11.14 | patched copy of ruamel.yaml (a yaml parser) / MIT | |
runipy | 0.1.5 | Run IPython notebooks from the command line / BSD 2-Clause | |
s3fs | 0.0.9 | convenient Filesystem interface over S3 / BSD | |
s3transfer | 0.1.10 | Amazon S3 Transfer Manager / Apache Software License | |
sas7bdat | 2.0.7 | sas7bdat file reader for Python / MIT | |
scandir | 1.5 | scandir, a better directory iterator and faster os.walk() / BSD License | |
scikit-bio Linux Mac | 0.5.1 | Python package for bioinformatics / BSD | |
scikit-image | 0.13.0 | Image processing routines for SciPy / 3-clause BSD | |
scikit-learn | 0.18.1 | set of python modules for machine learning and data mining / 3-clause BSD | |
scipy | 0.19.0 | Scientific Library for Python / BSD | |
scrapy | 1.3.3 | A high-level Python Screen Scraping framework / BSD | |
seaborn | 0.7.1 | Statistical data visualization / BSD | |
semantic_version | 2.6.0 | A library implementing the 'SemVer' scheme. / BSD | |
semver Linux Mac | 2.7.6 | Python package to work with Semantic Versioning / BSD | |
serf | 1.3.8 | High performance C-based HTTP client library / Apache License 2.0 | |
service_identity | 16.0.0 | Service identity verification for pyOpenSSL / MIT | |
setuptools | 27.2.0 | Download, build, install, upgrade, and uninstall Python packages / MIT | |
setuptools_scm | 1.15.0 | Manage your versions by scm tags / MIT | |
sh Linux Mac | 1.11 | full-fledged subprocess replacement for Python / MIT | |
shapely Linux Mac | 1.5.16 | Geometric objects, predicates, and operations / BSD | |
simplegeneric | 0.8.1 | Define simple single-dispatch generic functions / ZPL 2.1 | |
simplejson | 3.10.0 | Simple, fast, extensible JSON encoder/decoder for Python / MIT | |
singledispatch | 3.4.0.3 | Transforms a function into a single-dispatch generic function / MIT | |
sip | 4.18 | Create Python bindings for C and C++ libraries / GPL3 | |
six | 1.10.0 | Python 2 and 3 compatibility utilities / MIT | |
smart_open | 1.5.2 | library for streaming large files / MIT | |
smmap2 | 2.0.1 | pure python implementation of a sliding window memory map manager / BSD License | |
snakeviz | 0.4.1 | Web-based viewer for Python profiler output / BSD | |
snappy Linux Mac | 1.1.4 | / Other | |
snowballstemmer | 1.2.1 | Snowball stemming library collection for Python / BSD | |
snuggs | 1.4.0 | S-expressions for NumPy / MIT | |
sockjs-tornado | 1.0.3 | SockJS python server implementation on top of Tornado framework / MIT | |
sortedcollections | 0.5.3 | Python Sorted Collections / Apache Software License | |
sortedcontainers | 1.5.7 | sorted Container Types: SortedList, SortedDict, and SortedSet / Apache 2.0 | |
spacy Linux Mac | 0.101.0 | Industrial-strength Natural Language Processing / MIT | |
sphinx | 1.5.6 | Documentation generator / BSD | |
sphinx_rtd_theme | 0.2.4 | ReadTheDocs.org theme for Sphinx / BSD | |
sputnik Linux Mac | 0.9.3 | data package manager library / MIT | |
spyder | 3.1.4 | Scientific PYthon Development EnviRonment / MIT | |
sqlalchemy | 1.1.9 | Database Abstraction Library / MIT | |
sqlite | 3.13.0 | Self-contained, zero-configuration, SQL database engine / Public-Domain | |
sqlparse | 0.1.19 | A non-validating SQL parser module for Python / BSD | |
statsmodels | 0.8.0 | Statistical computations and models / 3-clause BSD | |
stripe | 1.37.0 | Stripe python bindings / MIT | |
suds-jurko | 0.6 | Lightweight SOAP client (Jurko's fork) / GNU Library or Lesser General Public License LGPL | |
svn | 1.9.4 | Enterprise-class centralized version control for the masses / Apache Software License V.2 | |
swig | 3.0.10 | A compiler that integrates C and C++ with a variety of languages / GPL3 | |
sympy | 1.0 | Python library for symbolic mathematics / 3-clause BSD | |
tabpy-client | 0.2 | Python client library to manage Tableau Python Server / MIT | |
tabpy-server | 0.2 | Web server Tableau uses to run Python scripts / MIT | |
tblib | 1.3.2 | Traceback fiddling library for Python / BSD | |
tempita | 0.5.3 | A small templating language / MIT | |
teradata | 15.10.0.20 | Script powerful interactions with Teradata Database / MIT | |
terminado Linux Mac | 0.6 | Terminals served to term.js using Tornado websockets / BSD | |
testpath | 0.3 | collection of utilities for Python code working with files and commands / MIT | |
thinc Linux Mac | 5.0.8 | super sparse multi-class machine learning / MIT | |
tk | 8.5.18 | Dynamic programming language with GUI elements / BSD-like | |
toolz | 0.8.2 | List processing tools and functional utilities / BSD | |
tornado | 4.5.1 | A Python web framework and asynchronous networking library / Apache 2.0 | |
tornado-json | 1.3.2 | simple JSON API framework based on Tornado / MIT | |
tqdm | 4.11.2 | a fast, extensible progress meter / MPLv2.0, MIT | |
traitlets | 4.3.2 | Configuration system for Python applications / Modified BSD | |
traits | 4.6.0 | Explicitly typed attributes for Python / BSD | |
traitsui | 5.1.0 | Traits-capable windowing framework / BSD | |
transaction | 1.6.1 | Transaction management for Python / ZPL 2.1 | |
translationstring | 1.3 | Utility library for i18n / BSD | |
trollius | 2.1 | port of the Tulip project (asyncio module, PEP 3156) / Apache | |
twisted | 17.1.0 | event-driven networking engine / MIT | |
ujson | 1.35 | Ultra fast JSON encoder and decoder for Python / BSD | |
unicodecsv | 0.14.1 | Drop-in replacement for csv module which supports unicode strings / BSD | |
unidecode | 0.04.20 | ASCII transliterations of Unicode text / GNU General Public License v2 or later (GPL v2+) | |
unixodbc Linux Mac | 2.3.4 | ODBC (Open Database Connectivity) implementation for Unix / LGPLv2 | |
unxutils Windows | 14.04.03 | Ports of common GNU utilities to native Win32 / GPL3 | |
vc Windows | 14 | A meta-package to track VC features. / Modified BSD License (3-clause) | |
vcversioner | 2.16.0.0 | take version numbers from version control / ISC | |
venusian | 1.0 | A library for deferring decorator actions / BSD | |
vs2015_runtime Windows | 14.0.25123 | Bundles of the MSVC 14 (VS 2015) runtime / Proprietary | |
w3lib | 1.17.0 | Library of web-related functions / BSD | |
waitress | 1.0.2 | Production-quality WSGI server with very acceptable performance / ZPL 2.1 | |
wcwidth | 0.1.7 | measures number of Terminal column cells of wide-character codes / MIT | |
webob | 1.6.1 | WSGI request and response object / MIT | |
webtest | 2.0.23 | helper to test WSGI applications / MIT | |
werkzeug | 0.12.2 | A WSGI utility library for Python / BSD | |
wget | 2.2 | Pure Python download utility / Public-Domain | |
wheel | 0.29.0 | Built-package format for Python / MIT | |
whoosh | 2.7.4 | Full-text indexing and searching library / Two-clause BSD license | |
widgetsnbextension | 2.0.0 | IPython HTML widgets for Jupyter / BSD 3-clause | |
win_inet_pton Windows | 1.0.1 | native inet_pton and inet_ntop implementation for Python on Windows / public domain | |
win_unicode_console Windows | 0.5 | enable Unicode input and display when running Python from Windows console / MIT | |
workerpool | 0.9.4 | Python multithreaded job distribution module / MIT | |
wrapt | 1.10.10 | Module for decorators, wrappers and monkey patching / BSD | |
wtforms | 2.1 | A flexible forms validation and rendering library for Python / BSD | |
xarray | 0.9.5 | N-D labeled arrays and datasets in Python / Apache | |
xerces-c | 3.1.4 | A validating XML parser written in a portable subset of C++ / Apache 2.0 | |
xlrd | 1.0.0 | Extract data from Microsoft Excel spreadsheet files / BSD | |
xlsxwriter | 0.9.6 | A Python module for creating Excel XLSX files / BSD | |
xlwings Mac Windows | 0.10.4 | Interact with Excel from Python and vice versa / 3-clause BSD | |
xlwt | 1.2.0 | Writing data and formatting information to Excel files / BSD | |
xz Linux Mac | 5.2.2 | Data compression software with high compression ratio / Public-Domain, GPL | |
yaml Linux Mac | 0.1.6 | A human friendly data serialization standard / MIT | |
yt Linux Mac | 3.3.5 | An analysis and visualization toolkit for volumetric data / BSD 3-clause | |
zeromq Linux | 4.1.5 | Distributed messaging / LGPL | |
zict | 0.1.2 | mutable mapping tools / BSD | |
zlib | 1.2.8 | Unobtrusive compression library / zlib | |
zope | 1.0 | / BSD | |
zope.deprecation | 4.2.0 | Zope Deprecation Infrastructure / ZPL 2.1 | |
zope.interface | 4.4.1 | Interfaces for Python / ZPL 2.1 | |
zope.sqlalchemy | 0.7.7 | Minimal Zope/SQLAlchemy transaction integration / ZPL 2.1 |
orphan: |
---|