Layer python2¶
Overview¶
The python2 layer includes some common python packages used in many metwork modules.
Packages¶
| Name | Version | Description | Home-Page | 
|---|---|---|---|
| ConfigArgParse | 0.13.0 | A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables. | https://github.com/bw2/ConfigArgParse | 
| Jinja2 | 2.10 | A small but fast and easy to use stand-alone template engine written in pure python. | http://jinja.pocoo.org/ | 
| MarkupSafe | 1.0 | Implements a XML/HTML/XHTML Markup safe string for Python | http://github.com/pallets/markupsafe | 
| backports.functools-lru-cache | 1.5 | backports.functools_lru_cache | https://github.com/jaraco/backports.functools_lru_cache | 
| bash | 0.6 | Bash for Python | https://github.com/alexcouper/bash | 
| cachetools | 2.0.1 | Extensible memoizing collections and decorators | https://github.com/tkem/cachetools | 
| cffi | 1.11.5 | Foreign Function Interface for Python calling C code. | http://cffi.readthedocs.org | 
| chardet | 3.0.4 | Universal encoding detector for Python 2 and 3 | https://github.com/chardet/chardet | 
| configparser-extended | custom | A python configparser extension | https://github.com/thefab/configparser_extended | 
| configparser | 3.5.0 | This library brings the updated configparser from Python 3.5 to Python 2.6-3.5. | http://docs.python.org/3/library/configparser.html | 
| deploycron | custom | a small crontab deploy/install tool for python | https://github.com/monklof/deploycron | 
| diskcache | 3.1.1 | Disk and file backed cache. | http://www.grantjenks.com/docs/diskcache/ | 
| enum | 0.4.6 | Robust enumerated type support in Python. | http://pypi.python.org/pypi/enum/ | 
| envtpl | custom | Render jinja2 templates on the command line using shell environment variables | https://github.com/andreasjansson/envtpl | 
| filelock | 3.0.4 | A platform independent file lock. | https://github.com/benediktschmitt/py-filelock | 
| idna | 2.6 | Internationalized Domain Names in Applications (IDNA) | https://github.com/kjd/idna | 
| inotify-simple | 1.1.7 | A simple wrapper around inotify. No fancy bells and whistles, just a literal wrapper with ctypes. Only 122 lines of code! | https://github.com/chrisjbillington/inotify_simple | 
| netifaces | 0.10.6 | Portable network interface information. | https://bitbucket.org/al45tair/netifaces | 
| numpy | 1.14.3 | NumPy: array processing for numbers, strings, records, and objects. | http://www.numpy.org | 
| psutil | 5.4.4 | Cross-platform lib for process and system monitoring in Python. | https://github.com/giampaolo/psutil | 
| pycparser | 2.18 | C parser in Python | https://github.com/eliben/pycparser | 
| redis | 2.10.6 | Python client for Redis key-value store | http://github.com/andymccurdy/redis-py | 
| requests-toolbelt | 0.8.0 | A utility belt for advanced users of python-requests | https://toolbelt.readthedocs.org | 
| requests | 2.20.0 | Python HTTP for Humans. | http://python-requests.org | 
| setuptools-scm | 1.17.0 | the blessed package to manage your versions by scm tags | https://github.com/pypa/setuptools_scm/ | 
| statsd | custom | A simple statsd client. | https://github.com/jsocol/pystatsd | 
| urllib3 | 1.22 | HTTP library with thread-safe connection pooling, file post, and more. | https://urllib3.readthedocs.io/ | 
(27 packages)