16. Layer python3_devtools

16.1. Overview

The python3_devtools layer is a set of Python 3 libraries and tools to make developing easier.

16.2. Metadata

16.2.1. Layer Home

/opt/metwork-mfext-0.8/opt/python3_devtools

16.2.2. Label

python3_devtools@mfext

16.2.3. Dependencies

16.3. Packages

Name

Version

Description

Home Page

Babel

2.7.0

Internationalization utilities

http://babel.pocoo.org/

Pygments

2.4.2

Pygments is a syntax highlighting package written in Python.

http://pygments.org/

Sphinx

2.1.1

Python documentation generator

http://sphinx-doc.org/

Werkzeug

0.15.4

The comprehensive WSGI web application library.

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

alabaster

0.7.12

A configurable sidebar-enabled Sphinx theme

https://alabaster.readthedocs.io

astroid

2.2.5

An 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/

backcall

0.1.0

Specifications for callback functions passed in to an API

https://github.com/takluyver/backcall

certifi

2019.3.9

Python package for providing Mozilla s CA Bundle.

https://certifi.io/

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

docutils

0.14

Docutils – Python Documentation Utilities

http://docutils.sourceforge.net/

entrypoints

0.3

Discover and load entry points from installed packages.

https://github.com/takluyver/entrypoints

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

imagesize

1.1.0

Getting image size from png/jpeg/jpeg2000/gif file

https://github.com/shibukawa/imagesize_py

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

7.5.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

jupyter-client

5.2.4

Jupyter protocol implementation and client libraries

https://jupyter.org

jupyter-core

4.4.0

Jupyter core package. A base package on which Jupyter projects rely.

https://jupyter.org

lazy-object-proxy

1.4.1

A fast and thorough lazy object proxy.

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

m2r

0.2.1

Markdown and reStructuredText in a single file.

https://github.com/miyakogi/m2r

mccabe

0.6.1

McCabe checker, plugin for flake8

https://github.com/pycqa/mccabe

mistune

0.8.4

The fastest markdown parser in pure Python

https://github.com/lepture/mistune

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

7.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

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

2.0.9

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/

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

2.3.1

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/

pyzmq

18.0.1

Python bindings for 0MQ

https://pyzmq.readthedocs.org

snowballstemmer

1.2.1

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

https://github.com/shibukawa/snowball_py

sphinx-automodapi

0.11

Sphinx extension for auto-generating API documentation for entire modules

http://astropy.org

sphinx-rtd-theme

0.4.3

Read the Docs theme for Sphinx

https://github.com/rtfd/sphinx_rtd_theme/

sphinxcontrib-applehelp

1.0.1

None

sphinxcontrib-devhelp

1.0.1

None

sphinxcontrib-htmlhelp

1.0.2

None

sphinxcontrib-jsmath

1.0.1

A sphinx extension which renders display math in HTML via JavaScript

http://sphinx-doc.org/

sphinxcontrib-qthelp

1.0.2

None

sphinxcontrib-serializinghtml

1.1.3

None

testfixtures

6.9.0

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

https://github.com/Simplistix/testfixtures

tornado

6.0.2

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

http://www.tornadoweb.org/

traitlets

4.3.2

Traitlets Python config system

http://ipython.org

typed-ast

1.4.0

a fork of Python 2 and 3 ast modules with type comment support

https://github.com/python/typed_ast

vcversioner

2.16.0.0

Use version control tags to discover version numbers

https://github.com/habnabit/vcversioner

vim

8.1

VIM est un editeur de texte unix

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

zeromq

4.3.1

The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.

zeromq.org

zipp

0.5.1

Backport of pathlib-compatible object wrapper for zip files

https://github.com/jaraco/zipp

(67 packages)