-
python-dracclient-0.0.5-1.lbn19.noarch
Library for managing machines with Dell iDRAC cards.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-dulwich-0.9.9-1.lbn19.x86_64
Dulwich is a pure-Python implementation of the Git file formats and
protocols. The project is named after the village in which Mr. and
Mrs. Git live in the Monty Python sketch.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-editor-0.4-5.lbn19.noarch
Programmatically open an editor, capture the result.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-effect-0.10.1-1.lbn19.noarch
Effect is a library for helping you write purely functional code by isolating the effects (that is, IO or state manipulation) in your code. Documentation is available at https://effect.readthedocs.org/, and its PyPI page is https://pypi.python.org/pypi/effect.
It supports both Python 2.6 and up, and 3.4 and up, as well as PyPy.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-elasticsearch-1.6.0-1.lbn19.noarch
Official low-level client for Elasticsearch. Its goal is to provide common ground for
all Elasticsearch-related code in Python; because of this it tries to be opinion-free
and very extendable.
The client’s features include:
translating basic Python data types to and from json (datetimes are not decoded for performance reasons)
configurable automatic discovery of cluster nodes
persistent connections
load balancing (with pluggable selection strategy) across all available nodes
failed connection penalization (time based - failed connections won’t be retried until a timeout is reached)
support for ssl and http authentication
thread safety
pluggable architecture
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-eliot-0.8.0-1.lbn19.noarch
Eliot is a Python logging system that outputs causal chains of actions happening within and across process boundaries: a logical trace of the system’s operation.
Eliot is released by ClusterHQ under the Apache 2.0 License. Download from PyPI, read the documentation, file bugs at Github.
Features:
Structured, optionally-typed log messages and actions.
Logged actions can span processes and threads.
Excellent support for unit testing your code’s logging.
Optional Twisted support.
Designed for JSON output, usable by Logstash/Elasticsearch.
Supports CPython 2.7, 3.3, 3.4 and PyPy.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-enum34-1.0.4-1.lbn19.noarch
An enumeration is a set of symbolic names (members) bound to unique, constant
values. Within an enumeration, the members can be compared by identity, and
the enumeration itself can be iterated over.
Module Contents
---------------
This module defines two enumeration classes that can be used to define unique
sets of names and values: ``Enum`` and ``IntEnum``. It also defines
one decorator, ``unique``.
``Enum``
Base class for creating enumerated constants. See section `Functional API`_
for an alternate construction syntax.
``IntEnum``
Base class for creating enumerated constants that are also subclasses of ``int``.
``unique``
Enum class decorator that ensures only one name is bound to any one value.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-eventlet-0.14.0-1.lbn19.noarch
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.
It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at the examples, common design patterns, and the list of basic API primitives.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-extras-1.0.0-1.lbn19.noarch
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-facebook-sdk-0.4.0-1.lbn19.noarch
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication. You can read more about the Graph API by accessing its official documentation.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19