latter is certainly more interesting than former, since nearly everything on pypi depends on python anyway
requires links are broken, got %3B on the end (wrong escaping)
dstufft
I'm pretty sure that reverse deps are just broken at the moment
c0le has quit
bosim has quit
mengu joined the channel
tlyng has quit
tiwula joined the channel
chicao joined the channel
rtopliffe has quit
vinise joined the channel
rickmak joined the channel
malthe has quit
Etienne_FR joined the channel
brokencycle joined the channel
carl- has quit
Loetkolben has quit
ninkotech joined the channel
rtopliffe joined the channel
whit joined the channel
KageSenshi joined the channel
KageSenshi has quit
KageSenshi joined the channel
otter768 joined the channel
whit joined the channel
conan_the_destro joined the channel
otter768 has quit
whit has quit
tholo joined the channel
mengu has quit
travisfischer joined the channel
whit joined the channel
rickmak has quit
sirex has quit
mengu joined the channel
brokencycle has quit
podhmo joined the channel
podhmo_ has quit
Etienne_FR has quit
Etienne_FR joined the channel
Etienne_FR has quit
plamut__ has quit
Ergo has quit
rickmak joined the channel
rickmak has quit
plamut__ joined the channel
rickmak joined the channel
Swambo joined the channel
driti joined the channel
Mejid joined the channel
MGiberius34 joined the channel
zupo has quit
tisto has quit
mengu has quit
rickmak has quit
MGiberius34 has quit
erasmas joined the channel
TomBlockley has quit
crooksey has quit
sverbois has quit
Guest4519 joined the channel
ljosberinn has quit
junkafarian has quit
nickstenn
is there a way to set different authorization/authentication policies for different path prefixes
(or different subtrees of the traversal tree?)
MGiberius34 joined the channel
atomekk joined the channel
junkafarian joined the channel
kamalgill joined the channel
driti joined the channel
El_Rolando has quit
weykent has quit
cguardia has quit
betabug
the simplest way is to make a dynamic __acl__() method
rodfersou has quit
rodfersou joined the channel
davisagli
hynek: did you figure out your traversal question? if it found a context and there’s no path left, it does view lookup with a name of empty string
hynek
davisagli: kind of; I baically did a def __getitem__(self, key): self.prefix.append(key); return self
hpeter joined the channel
but turned out traversal is not a good match for me because I’m writing a REST API with little nesting. so it’s just clunky
it was educational though I guess :)
davisagli
hynek: oh I see, yeah
otter768 joined the channel
hynek
I also finally understand Pyramid’s security system; I’m glad I shelved cornice. :)
mr_jolly has quit
cguardia joined the channel
stangeland joined the channel
goodwill
hynek: o/
hynek
\o
iShmingAiry joined the channel
travisfischer has quit
stangeland
is it possible to somehow get the session id in pyramid?
iShmingAiry is now known as iShmingRemote
fossrox has quit
Loetkolben joined the channel
davisagli
hynek: hard to understand the ACLAuthorizationPolicy without understanding traversal
hynek
davisagli: it was okay, you can use a Context with URL dispatch too which I did. I just still don’t quite grok what the context actually is/what I should do within it.
davisagli
hynek: if you’re not using traversal it’s just a place to hang your ACL
cguardia_ joined the channel
travisfischer joined the channel
hynek
I see
right now I use it to parse the rest of the url (basically a comma-seperated list) and bind it to my logging context
mr_jolly joined the channel
cguardia has quit
Mejid has quit
travisfischer has quit
junkafarian has quit
travisfischer joined the channel
podhmo has quit
podhmo joined the channel
dstufft
stangeland: The pyramid session interface doesn't have an ID, some particular implementations might have an ID but that's going to be implementation specific
garbas joined the channel
podhmo has quit
sluggo206 joined the channel
ztane
anyone used raven?
do you have a tween for raven?
tr_h joined the channel
cyp
ztane: I used a wsgi middleware
ztane
I dont want to use it for very many reasons
sluggo206
Is anyone using 'sqlalchemy-searchable' or 'sqlachemy-utils'? They look quite useful, but they're so big I'd like to know more about where they came from and how widely used they are.