-
python3-yafowil-zope2-1.1-1.lbn36.noarch
This is the **Zope2 integration** for YAFOWIL < Browser Resources --Plugins may
provide custom javascript, css, images (and so on). This package registers the
directory containing them as a resource-directory. Thus they can be accessed
from the webbrowser. The schema is +++resource++MODULENAME/filename.ext. I.e.
if yafowil.widget.autocomplete is available its javascript can be accessed
with...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-yamlordereddictloader-0.4.2-1.lbn36.noarch
DEPRECATED: the Phynix/yamlloader project
provide an improved version of this library with unit tests, performance improvements
(by providing access to the C implementation of PyYAML) and is more actively developed.
You should use it!
This module provide a loader and a dumper for PyYAML allowing to keep items order
when loading a file (by putting them in OrderedDict objects) and to manage
OrderedDict objects when dumping to a file.
The loader is based on stackoverflow topic (thanks to Eric Naeseth):
http:/stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts#answer-5121963
Self promotion: I use it a lot with clg, which
allows to generate command-line definition from a configuration file, for keeping
order of subcommands, options and arguments in the help message!
Loader usage
import yaml
import yamlordereddictloader
data = yaml.load(open('myfile.yml'), Loader=yamlordereddictloader.Loader)
No
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-yandex-query-client-0.1.4-1.lbn36.noarch
Installation
Install pip package:
%pip install yandex-query-client --upgrade --quiet
Example: simple select
IAM_TOKEN="...."
PROJECT="my_folder_id"
config = YQHttpClientConfig(IAM_TOKEN, PROJECT)
client = YQHttpClient(config)
query_id = client.create_query(query_text="select 777", name="my sample query")
result_set_count = client.wait_query_to_succeed(query_id)
results = client.get_query_all_result_sets(query_id, result_set_count=result_set_count)
print(f"results={results}")
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-yandexcloud-0.308.0-1.lbn36.noarch
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-yandexcloud-0.308.0-1.lbn36.noarch
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-yapsy-1.11.223-1.lbn19.noarch
Yapsy’s main purpose is to offer a way to easily design a plugin system in Python3, and motivated by the fact that many other Python plugin system are either too complicated for a basic use or depend on a lot of libraries. Yapsy only depends on Python’s standard library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-yarg-0.1.9-1.lbn36.noarch
yarg(1) -- A semi hard Cornish cheese, also queries PyPI .. image::
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-yarl-1.18.3-1.lbn36.x86_64
The module provides handy URL class for URL parsing and changing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-yaspin-2.2.0-1.lbn36.noarch
yaspin: **Y**\ et **A**\ nother Terminal **Spin**\ ner for Python |Coverage|
|pypi| |black-fmt||Versions| |Wheel| |Examples||DownloadsTot| |DownloadsW|
Yaspin provides a full-featured terminal spinner to show the progress during
long-hanging operations. It is easy to integrate into existing codebase by
using it as a context manager_ or as a function decorator_:.. code:: python
import time
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ydb-3.21.0-1.lbn36.noarch
ydb
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36