-
python3-extras-1.0.0-1.lbn25.py37.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 25
-
python3-facebook-business-15.0.2-1.lbn36.noarch
Facebook Business SDK for Python[
- Powerful helpers for common cases (sequences, sub-factories, reverse
dependencies, circular factories, ...)
- Multiple factories per class support, including inheritance
- Support for various ORMs (currently Django, Mogo, SQLAlchemy)
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-factory-trytond-1.0.0-1.lbn36.noarch
Factory-trytond
Factory-trytond is a factory_boy extension developed to work with Tryton ERP.
We can create our own ERP's model factories to do some testing or to populate our databases with some sample data.
How does it work?
Steps to use Factory-trytond:
Inherit the base factory class.
Define the meta model the factory will construct.
Define the default declarations of the factory.
Note that the meta model can be a trytond pool model name.
Here's a factory example with Tryton's model User:
import factory
import factory_trytond
class UserFactory(factory_trytond.TrytonFactory):
class Meta:
model = 'res.user'
name = factory.Faker('name')
login = factory.Faker('user_name')
user = UserFactory.build()
user.save() # it is a standard Tryton object as would be returned by Tryton's object pool
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-fake-factory-0.5.10-1.lbn19.noarch
_|_|_|_| _| _| _|_|_| _| _| _|_| _|
_|_|
_|_|_| _| _| _|_| _|_|_|_| _|_| _| _|
_| _| _| _|
_| _| _|_|_| _| _| _|_|_|
_|*Faker* is a Python package that
generates fake data for you.
Whether you need to bootstrap your database,
create goodlooking XML
documents, fillin your persistence to stress test it, or
...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-faker-12.0.0-1.fc36.noarch
Faker is a Python package that generates fake data for you. Whether you need
to bootstrap your database, create good-looking XML documents, fill-in your
persistence to stress test it, or anonymize data taken from a production
service, Faker is for you.
Located in
LBN
/
…
/
Business
/
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-fancycompleter-0.9.1-1.lbn36.noarch
fancycompleter: colorful Python TAB completion What is is? --fancycompleter is
a module to improve your experience in Python by adding TAB completion to the
interactive prompt. It is an extension of the stdlib\'s [rlcompleter](
module.Its best feature is that the completions are displayed in different
colors, depending on their type:![image]( the image above, strings are shown in
green,...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36