-
python2-setupmeta-3.3.2-1.lbn25.noarch
Simplify your setup.py :alt: Python versions tested (link to github project)
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-setuptools_git-1.2-1.lbn25.noarch
--This is a plugin for setuptools that enables git integration. Once installed,
Setuptools can be told to include in a package distribution all the files
tracked by git. This is an alternative to explicit inclusion specifications
with MANIFEST.in.A package distribution here refers to a package that you
create using setup.py, for example:: $> python setup.py sdist $> python
setup.py bdist_rpm...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-setuptools_scm_git_archive-1.0-1.lbn25.noarch
This is a setuptools_scm < plugin that adds support for git archives (for
example the ones GitHub automatically generates).Note that it only works for
archives of tagged commits (because git currently lacks a format option
equivalent to git describe --tags).Usage Add 'setuptools_scm_git_archive' to
the setup_requires parameter in your project's setup.py file:.. code:: python
setup( ...,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-shutilwhich-1.1.0-1.lbn25.noarch
A copy & paste backport of Python 3.3's shutil.which function.Usage First,
install the package: pip install shutilwhichImporting the package:: import
shutilwhichwill monkey-patch the shutil package, so from that point on you can
simply import the which function:: from shutil import whichTo keep things a
little more concise, you can also import which directly from shutilwhich:: from
shutilwhich...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-simplejson-3.17.0-1.lbn25.x86_64
simplejson - simplejson is a simple, fast, complete, correct and extensible
JSON <> encoder and decoder for Python 3.3+ with legacy support for Python
2.5+. It is pure Python code with no dependencies, but includes an optional C
extension for a serious speed boost.The latest documentation for simplejson can
be read online here:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-singledispatch-3.7.0-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-six-1.16.0-1.lbn25.noarch
Six is a Python 2 and 3 compatibility library. It provides utility functions
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-smmap-3.0.1-1.lbn25.noarch
MotivationWhen reading from many possibly large files in a fashion similar to
random access, it is usually the fastest and most efficient to use memory
maps.Although memory maps have many advantages, they represent a very limited
system resource as every map uses one file descriptor, whose amount is limited
per process. On 32 bit systems, the amount of memory you can have mapped at a
time is...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-smmap2-3.0.1-1.lbn25.noarch
This is a mirror package for smmap < Consider installing it directly instead.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-snowballstemmer-2.2.0-1.lbn25.noarch
Snowball stemming library collection for Python Python 3 (> 3.3) is supported.
We no longer actively support Python 2 as the Python developers stopped
supporting it at the start of 2020. Snowball 2.1.0 was the last release to
officially support Python 2.What is Stemming? --Stemming maps different forms
of the same word to a common "stem" - for example, the English stemmer maps
*connection*,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25