-
python3-cloudpickle-3.1.1-2.lbn36.noarch
cloudpickle makes it possible to serialize Python constructs
not supported by the default pickle module from the Python standard
library. cloudpickle is especially useful for cluster computing where
Python expressions are shipped over the network to execute on remote
hosts, possibly close to the data. Among other things, cloudpickle
supports pickling for lambda expressions, functions and classes defined
interactively in the __main__ module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-dataclasses-0.8-1.lbn36.noarch
This is an implementation of PEP 557, Data Classes. It is a backport for
Python 3.6. Because dataclasses will be included in Python 3.7, any discussion
of dataclass features should occur on the python-dev mailing list at At this
point this repo should only be used for historical purposes (it's where the
original dataclasses discussions took place) and for discussion of the actual
backport to...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-dataclasses-json-0.6.4-1.lbn36.noarch
Dataclasses JSON |ga| |pypi|
|versions|Pandas extension data types_ for data from SQL systems such as
BigQuery_.- Library Documentation_.. |g .. |pyp .. |version :target:
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-eventlet-0.39.1-1.lbn36.noarch
Eventlet is a networking library written in Python. It achieves high
scalability by using non-blocking io while at the same time retaining
high programmer usability by using coroutines to make the non-blocking
io operations appear blocking at the source code level.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-falcon-3.1.1-1.lbn36.x86_64
|Build Status| |Docs| |codecov.io| |Blue|The Falcon Web Framework Falcon <>__
is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and
microservices, with a focus on reliability, correctness, and performance at
scale.When it comes to building HTTP APIs, other frameworks weigh you down with
tons of dependencies and unnecessary abstractions. Falcon cuts to the chase
with a...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flask-sockets-0.2.1-1.lbn36.noarch
Flask-Sockets -Elegant WebSockets for your Flask apps.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-flit-3.8.0-1.lbn36.noarch
Flit is a simple way to put Python packages and modules on PyPI.
It tries to require less thought about packaging and help you avoid common
mistakes.
See Why use Flit? for
more about how it compares to other Python packaging tools.
Install
$ python3 -m pip install flit
Flit requires Python 3 and therefore needs to be installed using the Python 3
version of pip.
Python 2 modules can be distributed using Flit, but need to be importable on
Python 3 without errors.
Usage
Say you’re writing a module foobar — either as a single file foobar.py,
or as a directory — and you want to distribute it.
Make sure that foobar’s docstring starts with a one-line summary of what
the module is, and that it has a __version__:
"""An amazing sample package!"""
__version__ = "0.1"
Install flit if you don’t already have it:
python3 -m pip install flit
Run flit init in the directory containing the module to create a
pyproject.toml file. It will look something like this:
[build-system]
requires = ["flit_co
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-funcparserlib-1.0.0a0-2.prerelease.fc36.noarch
Parser combinators are just higher-order functions that take parsers as their
arguments and return them as result values. Parser combinators are:
* First-class values
* Extremely composable
* Tend to make the code quite compact
* Resemble the readable notation of xBNF grammars
Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
it's very easy to write them without thinking about look-aheads and all that
hardcore parsing stuff. But the recursive descent parsing is a rather slow
method compared to LL(k) or LR(k) algorithms.
So the primary domain for funcparserlib is parsing little languages or external
DSLs (domain specific languages).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-geomet-0.3.0-4.fc36.noarch
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36