-
python2-paste-3.5.0-1.lbn25.noarch
*Paste is in maintenance mode and recently moved from bitbucket to github.
Patches are accepted to keep it on life support, but for the most part, please
consider using other options.*Paste provides several pieces of "middleware" (or
filters) that can be nested to build web applications. Each piece of middleware
uses the WSGI (PEP 333_) interface, and should be compatible with other
middleware...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-paste-deploy-2.1.1-1.lbn25.noarch
This tool provides code to load WSGI applications and servers from URIs. These
URIs can refer to Python eggs for INI-style configuration files. Paste Script <
provides commands to serve applications based on this configuration file.The
latest version is available on GitHub < (or download a wheel or tarball from
PyPI < the latest changes see the news file <
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-path-py-12.5.0-1.lbn25.noarch
path.py has been renamed to path <
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pathlib-1.0.1-1.lbn25.noarch
pathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:* No more cumbersome use of os
and os.path functions. Everything can be done easily through operators,
attribute accesses, and method calls.* Embodies the semantics of different path
types. For example, comparing Windows paths ignores casing.* Well-defined
semantics,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pathlib2-2.3.7.post1-1.lbn25.noarch
The old pathlib < module on bitbucket is no longer maintained. The goal of
pathlib2 is to provide a backport of standard pathlib < module which tracks the
standard library module, so all the newest features of the standard pathlib can
be used also on older Python versions.Download Standalone releases are
available on PyPI: --The main development takes place in the Python standard
library: see...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pathtools-0.1.2-1.lbn25.noarch
pathtools Pattern matching and various utilities for file systems paths.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pdbpp-0.10.2-1.lbn25.noarch
.. -*- restructuredtext -*-pdb++, a drop-in replacement for pdb What is it?
This module is an extension of the pdb_ module of the standard library. It is
meant to be fully compatible with its predecessor, yet it introduces a number
of new features to make your debugging experience as nice as possible. pdb++
features include: - colorful TAB completion of Python expressions (through...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pdbpp-0.10.3-1.lbn25.noarch
.. -*- restructuredtext -*-pdb++, a drop-in replacement for pdb What is it?
This module is an extension of the pdb_ module of the standard library. It is
meant to be fully compatible with its predecessor, yet it introduces a number
of new features to make your debugging experience as nice as possible. pdb++
features include: - colorful TAB completion of Python expressions (through...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pep440-0.1.0-1.lbn25.noarch
PEP 440
=======
A simple package with utils to check whether versions number match `Pep
440 <https://www.python.org/dev/peps/pep-0440/>`__
Example:
::
>>> from pep440 import is_canonical
>>> is_canonical('4.1.0')
True
>>> is_canonical('4.2.1.beta2') # 4.2.1b2 is correct
False
For a bigger dependencies with more utilities see `PyPA Packaging
(version submodule)...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pep517-0.9.1-1.lbn25.noarch
API to call PEP 517 hooks
=========================
`PEP 517 <https://www.python.org/dev/peps/pep-0517/>`_ specifies a standard
API for systems which build Python packages.
This package contains wrappers around the hooks specified by PEP 517. It
provides:
- A mechanism to call the hooks in a subprocess, so they are isolated from
the current process.
- Fallbacks for the optional hooks, so...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25