-
python3-flask-0.10.1-8.lbn19.noarch
Flask is called a “micro-framework” because the idea to keep the core
simple but extensible. There is no database abstraction layer, no form
validation or anything else where different libraries already exist
that can handle that. However Flask knows the concept of extensions
that can add this functionality into your application as if it was
implemented in Flask itself. There are currently extensions for object
relational mappers, form validation, upload handling, various open
authentication technologies and more.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-flexmock-0.10.2-2.lbn19.noarch
Flexmock is a testing library for Python that makes it easy to create mocks,
stubs and fakes. The API is inspired by a Ruby library of the same name, but
Python flexmock is not a clone of the Ruby version. It omits a number of
redundancies in the Ruby flexmock API, alters some defaults, and introduces
a number of Python-only features.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-fn-0.4.3-1.lbn19.noarch
Despite the fact that Python is not pure-functional programming language, it's
a multi-paradigm PL and it gives you enough freedom to take credits from
functional programming approach. There are theoretical and practical advantages
to the functional style:
- Formal provability
- Modularity
- Composability
- Ease of debugging and testing
Fn.py library provides you with missing "batteries" to get maximum from
functional approach even in mostly-imperative program.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-gobject-3.16.2-1.lbn19.x86_64
The python3-gobject package provides a convenient wrapper for the GObject
library and and other libraries that are compatible with GObject Introspection,
for use in Python 3 programs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-gunicorn-19.4.5-1.lbn19.noarch
Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the
pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI,
Django, and Paster applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-hawkey-0.6.3-2.lbn19.x86_64
Python 3 bindings for the hawkey library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-html5lib-0.9999999-1.lbn19.noarch
A python based HTML parser/tokenizer based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-httplib2-0.9.2-2.lbn19.noarch
A comprehensive HTTP client library that supports many features left out of
other HTTP libraries.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-httpretty-0.8.3-6.lbn19.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was
fine but until the day he needed to test the code that hits the RESTful API:
what if the API server is down? What if its content has changed?
Don't worry, HTTPretty is here for you.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-hypothesis-3.4.2-1.lbn19.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It
lets you
write tests which are parametrized by a source of examples,
and then generates
simple and comprehensible examples that make your
tests fail. This lets you
find more bugs in your code with less ..
codeblock:: python @given(st.lists(
st.floats(allow_nanFalse,
allow_infinityFalse), min_size1)) def
test_mean(xs): ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19