-
python3-shillelagh+gsheetsapi-1.3.6-1.lbn36.noarch
This is a metapackage bringing in gsheetsapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+holidaysmemory-1.3.6-1.lbn36.noarch
This is a metapackage bringing in holidaysmemory extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+htmltableapi-1.3.6-1.lbn36.noarch
This is a metapackage bringing in htmltableapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+pandasmemory-1.3.6-1.lbn36.noarch
This is a metapackage bringing in pandasmemory extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+s3selectapi-1.3.6-1.lbn36.noarch
This is a metapackage bringing in s3selectapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+systemapi-1.3.6-1.lbn36.noarch
This is a metapackage bringing in systemapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shortid-0.1.2-1.lbn36.noarch
UNKNOWN
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shortuuid-1.0.13-4.lbn36.noarch
shortuuid is a simple python library that generates concise, unambiguous,
URL-safe UUIDs.
Often, one needs to use non-sequential IDs in places where users will see them,
but the IDs must be as concise and easy to use as possible. shortuuid solves
this problem by generating uuids using Python's built-in uuid module and then
translating them to base57 using lowercase and uppercase letters and digits, and
removing similar-looking characters such as l, 1, I, O and 0.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-slack-sdk-3.36.0-1.lbn36.noarch
Python Slack SDK
The Slack platform offers several APIs to build apps. Each
Slack API delivers part of the capabilities from the platform, so that you can
pick just those that fit for your needs. This SDK offers a corresponding
package for each of Slack’s APIs. They are small and powerful when used
independently, and work seamlessly when used together, too.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wirerope-0.4.7-2.lbn36.noarch
The concepts:
wirerope.rope.WireRope is a wrapper interface for python callable.
Custom wirerope.wire.Wire class provides user-defined behavior.
A subclass of this class is working similar to a decorator function body.
A wire object is associated with a bound method.
Rope is dispatching types.
wirerope.rope.WireRope is the wrapper for callables. By wrapping a
function with WireRope with a custom subclass of the wirerope.wire.Wire
class, the wire object will be created by each function or bound method.
Wire is the most important part. The given class will be instantiated and
bound to each function or bound method - which fits the concept of instance
cmethod of human.
For example, when f is a free function or staticmethod, the wire also will
be a single object. When f is a method or property, wires will be created for
each method owner object self. When f is a classmethod, wires will be
created for each method owner class cls. Yes, it will detect the owner
and bound to it regardless of
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36