-
python2-snowballstemmer-2.0.0-1.lbn25.noarch
It includes following language algorithms:
* Danish
* Dutch
* English (Standard, Porter)
* Finnish
* French
* German
* Hungarian
* Italian
* Norwegian
* Portuguese
* Romanian
* Russian
* Spanish
* Swedish
* Turkis
This is a pure Python stemming library. If PyStemmer is available, this module
uses it to accelerate.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-sphinx-theme-alabaster-0.7.12-2.lbn25.noarch
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
used in his Requests project), which was itself originally based on @mitsuhiko's
theme used for Flask & related projects.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-sphinxcontrib-websupport-1.1.2-1.lbn25.noarch
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
documentation into your Web application.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-openid-2.2.5-13.lbn25.py37.noarch
The OpenID library with batteries included.
Features of the 2.x.x series include:
* Refined and easy-to-use API.
* Extensive documentation.
* Many storage implemetations including file-based, sqlite,
postgresql, and mysql.
* Simple examples to help you get started.
* Licensed under the Apache Software License.
* Includes a Simple Registration API
* Versions 1.x.x supports protocol version 1; versions 2.x.x support
both major OpenID protocol versions transparently
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python3-annotated-types-0.6.0-1.lbn36.noarch
annotated-types
PEP-593 added typing.Annotated as a way of
adding context-specific metadata to existing types, and specifies that
Annotated[T, x] should be treated as T by any tool or library without special
logic for x.
This package provides metadata objects which can be used to represent common
constraints such as upper and lower bounds on scalar values and collection sizes,
a Predicate marker for runtime checks, and
descriptions of how we intend these metadata to be interpreted. In some cases,
we also note alternative representations which do not require this package.
Install
pip install annotated-types
Examples
from typing import Annotated
from annotated_types import Gt, Len, Predicate
class MyClass:
age: Annotated[int, Gt(18)] # Valid: 19, 20, ...
factors: list[Annotated[int, Predicate(is_prime)]] # Valid: 2, 3, 5, 7, 11, ...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-py4j-0.10.9.7-1.lbn36.noarch
Py4J enables Python programs running in a Python interpreter
to dynamically access Java objects in a Java Virtual Machine.
Methods are called as if the Java objects resided in the Python
interpreter and Java collections can be accessed through standard
Python collection methods.
Py4J also enables Java programs to call back Python objects.
Py4J is distributed under the BSD license.
This package is for usage with Python3 version 3.10 only.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pyhive-0.7.0-1.lbn36.noarch
PyHive is a collection of Python DB-API <and
SQLAlchemy ierfaces for Presto and Hive
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pyhive+hive-0.7.0-1.lbn36.noarch
This is a metapackage bringing in hive extras requires for python3-pyhive.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pyhive+hive_pure_sasl-0.7.0-1.lbn36.noarch
This is a metapackage bringing in hive_pure_sasl extras requires for
python3-pyhive.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pyhive+presto-0.7.0-1.lbn36.noarch
This is a metapackage bringing in presto extras requires for python3-pyhive.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36