15. Layer python2_devtools

15.1. Overview

The python2_devtools layer is a set of Python 2 libraries and tools to make developing easier.

15.2. Metadata

15.2.1. Layer Home

/opt/metwork-mfext-0.8/opt/python2_devtools

15.2.2. Label

python2_devtools@mfext

15.2.3. Dependencies

15.3. Packages

Name

Version

Description

Home Page

Pygments

2.4.2

Pygments is a syntax highlighting package written in Python.

http://pygments.org/

Werkzeug

0.15.4

The comprehensive WSGI web application library.

https://palletsprojects.com/p/werkzeug/

astroid

1.6.6

A abstract syntax tree for Python with inference support.

https://github.com/PyCQA/astroid

atomicwrites

1.3.0

Atomic file writes.

https://github.com/untitaker/python-atomicwrites

attrs

19.1.0

Classes Without Boilerplate

https://www.attrs.org/

backports.shutil-get-terminal-size

1.0.0

A backport of the get_terminal_size function from Python 3.3 s shutil.

https://github.com/chrippa/backports.shutil_get_terminal_size

certifi

2019.3.9

Python package for providing Mozilla s CA Bundle.

https://certifi.io/

contextlib2

0.5.5

Backports and enhancements for the contextlib module

http://contextlib2.readthedocs.org

coverage

4.5.3

Code coverage measurement for Python

https://github.com/nedbat/coveragepy

decorator

4.4.0

Better living through Python with decorators

https://github.com/micheles/decorator

entrypoints

0.3

Discover and load entry points from installed packages.

https://github.com/takluyver/entrypoints

enum34

1.1.6

Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4

https://bitbucket.org/stoneleaf/enum34

flake8-docstrings

1.3.0

Extension for flake8 which uses pydocstyle to check docstrings

https://gitlab.com/pycqa/flake8-docstrings

flake8-polyfill

1.0.2

Polyfill package for Flake8 plugins

https://gitlab.com/pycqa/flake8-polyfill

flake8

3.7.7

the modular source code checker: pep8, pyflakes and co

https://gitlab.com/pycqa/flake8

funcsigs

1.0.2

Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+

http://funcsigs.readthedocs.org

functools32

3.2.3.post2

Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.

https://github.com/MiCHiLU/python-functools32

futures

3.2.0

Backport of the concurrent.futures package from Python 3

https://github.com/agronholm/pythonfutures

importlib-metadata

0.18

Read metadata from Python packages

http://importlib-metadata.readthedocs.io/

ipdb

0.12

IPython-enabled pdb

https://github.com/gotcha/ipdb

ipython-genutils

0.2.0

Vestigial utilities from IPython

http://ipython.org

ipython

5.8.0

IPython: Productive Interactive Computing

https://ipython.org

isort

4.3.20

A Python utility / library to sort Python imports.

https://github.com/timothycrosley/isort

jedi

0.13.3

An autocompletion tool for Python that can be used for text editors.

https://github.com/davidhalter/jedi

lazy-object-proxy

1.4.1

A fast and thorough lazy object proxy.

https://github.com/ionelmc/python-lazy-object-proxy

mccabe

0.6.1

McCabe checker, plugin for flake8

https://github.com/pycqa/mccabe

mock

3.0.5

Rolling backport of unittest.mock for all Pythons

http://mock.readthedocs.org/en/latest/

mockredispy

2.9.3

Mock for redis-py

http://www.github.com/locationlabs/mockredis

more-itertools

5.0.0

More routines for operating on iterables, beyond itertools

https://github.com/erikrose/more-itertools

nose

1.3.7

nose extends unittest to make testing easier

http://readthedocs.org/docs/nose/

parso

0.4.0

A Python Parser

https://github.com/davidhalter/parso

pathlib2

2.3.3

Object-oriented filesystem paths

https://pypi.python.org/pypi/pathlib2/

pbr

5.3.0

Python Build Reasonableness

https://docs.openstack.org/pbr/latest/

pexpect

4.7.0

Pexpect allows easy control of interactive console applications.

https://pexpect.readthedocs.io/

pickleshare

0.7.5

Tiny shelve -like database with concurrency support

https://github.com/pickleshare/pickleshare

pluggy

0.12.0

plugin and hook calling mechanisms for python

https://github.com/pytest-dev/pluggy

prompt-toolkit

1.0.16

Library for building powerful interactive command lines in Python

https://github.com/jonathanslenders/python-prompt-toolkit

ptyprocess

0.6.0

Run a subprocess in a pseudo terminal

https://github.com/pexpect/ptyprocess

py

1.8.0

library with cross-python path, ini-parsing, io, code, log facilities

http://py.readthedocs.io/

pycodestyle

2.5.0

Python style guide checker

https://pycodestyle.readthedocs.io/

pydocstyle

3.0.0

Python docstring style checker

https://github.com/PyCQA/pydocstyle/

pyflakes

2.1.1

passive checker of Python programs

https://github.com/PyCQA/pyflakes

pylint

1.9.4

python code static checker

https://github.com/PyCQA/pylint

pytest-runner

5.1

Invoke py.test as distutils command with dependency resolution

https://github.com/pytest-dev/pytest-runner/

pytest

4.6.3

pytest: simple powerful testing with Python

https://docs.pytest.org/en/latest/

scandir

1.10.0

scandir, a better directory iterator and faster os.walk()

https://github.com/benhoyt/scandir

simplegeneric

0.8.1

Simple generic functions (similar to Python s own len(), pickle.dump(), etc.)

http://cheeseshop.python.org/pypi/simplegeneric

singledispatch

3.4.0.3

This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3.

http://docs.python.org/3/library/functools.html#functools.singledispatch

snowballstemmer

1.2.1

This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.

https://github.com/shibukawa/snowball_py

testfixtures

6.9.0

A collection of helpers and mock objects for unit tests and doc tests.

https://github.com/Simplistix/testfixtures

traitlets

4.3.2

Traitlets Python config system

http://ipython.org

typing

3.6.6

Type Hints for Python

https://docs.python.org/3/library/typing.html

vcversioner

2.16.0.0

Use version control tags to discover version numbers

https://github.com/habnabit/vcversioner

vim

8.1

Vim is a highly configurable text editor for efficiently creating and changing any kind of text.

http://www.vim.org

wcwidth

0.1.7

Measures number of Terminal column cells of wide-character codes

https://github.com/jquast/wcwidth

wrapt

1.11.1

Module for decorators, wrappers and monkey patching.

https://github.com/GrahamDumpleton/wrapt

zipp

0.5.1

Backport of pathlib-compatible object wrapper for zip files

https://github.com/jaraco/zipp

(57 packages)