-
python2-flup-1.0.2-16.lbn25.noarch
This package contains classes to create WSGI servers in python, e.g. fastcgi.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-flup-1.0.3-1.lbn36.noarch
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-forbiddenfruit-0.1.4-1.lbn25.noarch
[This project
allows Python code to extend built-in types.If that's a good idea or not, you
tell me. The first need this project attended was allowing a [Python assertion
library]( to implement a similar API to [RSpec Expectations]( and [should.js](
But people got creative and used it to among other things [spy on things](
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-forbiddenfruit-0.1.4-1.lbn36.noarch
[This project
allows Python code to extend built-in types.If that's a good idea or not, you
tell me. The first need this project attended was allowing a [Python assertion
library]( to implement a similar API to [RSpec Expectations]( and [should.js](
But people got creative and used it to among other things [spy on things](
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-forbiddenfruit-0.1.2-1.lbn25.x86_64
This project aims to help you reach heaven while writing tests, but it may lead you to hell if used on production code.
It basically allows you to patch built-in objects, declared in C through python. Just like this:
`python >>> from forbiddenfruit import curse >>> def words_of_wisdom(self): ... return self * "blah " >>> curse(int, "words_of_wisdom", words_of_wisdom) >>> assert (2).words_of_wisdom() == "blah blah " `
Boom! That’s it, your int class now has the words_of_wisdom method. Do you want to add a classmethod to a built-in class? No problem, just do this:
`python >>> from forbiddenfruit import curse >>> def hello(self): ... return "blah" >>> curse(str, "hello", classmethod(hello)) >>> assert str.hello() == "blah" `
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-formencode-1.3.1-2.lbn25.py37.noarch
FormEncode validates and converts nested structures. It allows for a.
declarative form of defining the validation, and decoupled processes.
for filling and generating forms.
This package contains the python2 version of the module.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-formencode-2.0.1-1.lbn25.noarch
FormEncode validates and converts nested structures.It allows for a declarative
form of defining the validation, and decoupled processes for filling and
generating forms.The official repo is at GitHub:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-formencode-2.0.1-1.lbn25.noarch
FormEncode validates and converts nested structures.It allows for a declarative
form of defining the validation, and decoupled processes for filling and
generating forms.The official repo is at GitHub:
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-freezegun-0.3.15-1.lbn25.noarch
FreezeGun: Let your Python tests travel through time FreezeGun is a library
that allows your Python tests to travel through time by mocking the datetime
module.Usage Once the decorator or context manager have been invoked, all calls
to datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(),
time.time(), time.localtime(), time.gmtime(), and time.strftime() will return
the...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-freezegun-0.3.12-1.lbn25.noarch
freezegun is a library that allows your python tests to travel through time by
mocking the datetime module. This is the Python 2 library.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19