-
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
-
python3-wtforms-alchemy-0.19.0-1.lbn36.noarch
WTForms-Alchemy Generates WTForms forms from SQLAlchemy models.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wtforms-components-0.11.0-1.lbn36.noarch
Additional fields, validators and widgets for WTForms.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wtforms-dateutil-0.1-1.lbn36.noarch
wtforms-dateutil WTForms integration for dateutil pip install wtforms-dateutil
python from wtforms_dateutil import DateField, DateTimeField
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wtforms-json-0.3.5-1.lbn36.noarch
WTForms-JSON Adds smart json support for WTForms. Useful for when using WTForms
with RESTful
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wtforms-jsonschema2-0.7.0-1.lbn36.noarch
WTForms JSONSchema 2 [![Build status]( JSONSchema 2 is a converter to turn
forms made with WTForms into a OrderedDict following the JSONSchema syntax.It
was developed independently of [wtforms_jsonschema]( Main differences are that
it is unit tested, adds support for validators and is easier to extend. That
being said, not all fields that are supported by wtforms_jsonschema are
supported by...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wtforms-sqlalchemy-0.4.1-1.lbn36.noarch
WTForms-SQLAlchemy WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy
package from WTForms. The package has been renamed to wtforms_sqlalchemy but
otherwise should function the same as wtforms.ext.sqlalchemy did.to install::
pip install WTForms-SQLAlchemyAn example using Flask is included in
examples/flask.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-apsw-3.45.2.0-1.lbn36.x86_64
.. image:: :width: 215 pxAPSW stands for **A**\ nother **P**\ ython **S**\
QLite **W**\ rapper. APSW supports CPython 3.8 onwards.About APSW lets you get
the most out of the SQLite < embedded relational database engine from Python,
and the most out of Python from SQLite. APSW glues together the complete SQLite
C API < and Python's C API < staying up to date
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-docopt-0.6.2-22.fc36.noarch
Isn't it awesome how optparse and argparse generate help messages
based on your code?!
Hell no! You know what's awesome? It's when the option parser is
generated based on the beautiful help message that you write yourself!
This way you don't need to write thisstupid repeatable parser-code,
and instead can write only the help message--*the way you want it*.
Python 3 version.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-taiga-1.3.0-3.lbn36.noarch
A python wrapper for the Taiga REST API.
Documentation: https:/python-taiga.readthedocs.io
Located in
LBN
/
…
/
Business
/
BastionLinux 36