-
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
-
python2-persistence-3.3-1.lbn25.x86_64
This package provides a variant of the persistent base class that's an
ExtensionClass_. Unless you need ExtensionClass_ semantics, you probably want
to use persistent.Persistent from the persistent_ distribution (formerly in
ZODB3)... _ExtensionClass : .. _persistent : Changelog 3.3 (2022-03-10) -- Add
support for Python 3.11 as of (3.11.0a5). 3.2 (2022-03-02) -- Add support for
Python 3.10....
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-persistent-4.9.0-1.lbn25.x86_64
persistent: automatic persistence for Python objects :target:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-persistent-devel-4.9.0-1.lbn25.x86_64
persistent include files
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-piexif-1.1.3-1.lbn25.noarch
|Build Status| |Windows Build| |Coverage Status| |docs| To simplify exif
manipulations with Python. Writing, reading, and more... Piexif is pure Python.
To everywhere with Python. Document: demo: 'easy_install':: $ easy_install
piexifor 'pip':: $ pip install piexifor download .zip, extract it. Put 'piexif'
directory into your environment.Why Choose Piexif Pure Python. So, it runs
everywhere...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pinpayments-0.1.1-1.lbn25.noarch
PinPayments Python PinPayments-Python is a Python interface to the [Pin
Payments]( Installation: pip install pinpayments Quickstart:>>> from
pinpayments import PinPayments >>> api_secret <api_secret> >>> pin
PinPayments(api_secret api_secret, test False) >>> customers pin.getCustomers()
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-pkginfo-1.8.2-1.lbn25.noarch
pkginfo README This package provides an API for querying the distutils metadata
written in the PKG-INFO file inside a source distriubtion (an sdist) or a
binary distribution (e.g., created by running bdist_egg). It can also query the
EGG- INFO directory of an installed distribution, and the *.egg-info stored in
a "development checkout" (e.g, created by running setup.py develop). Please see
the...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25