docs.pylonsproject.org

Website:https://docs.pylonsproject.org/en/latest/
Upvotes received3
Downvotes received1
Karma:1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (174)

1

2 Thumbs up   0 Thumbs down

resource location


The act of locating a context resource given a request. Traversal and URL dispatch are the resource location subsystems used by Pyramid.
Source: docs.pylonsproject.org

2

1 Thumbs up   1 Thumbs down

zpt


The Zope Page Template templating language.
Source: docs.pylonsproject.org

3

0 Thumbs up   0 Thumbs down

ace


An access control entry. An access control entry is one element in an ACL. An access control entry is a three-tuple that describes three things: an action (one of either Allow or Deny), a principal (a [..]
Source: docs.pylonsproject.org

4

0 Thumbs up   0 Thumbs down

acl


An access control list. An ACL is a sequence of ACE tuples. An ACL is attached to a resource instance. An example of an ACL is [ (Allow, 'bob', 'read'), (Deny, 'fred', &# [..]
Source: docs.pylonsproject.org

5

0 Thumbs up   0 Thumbs down

action


Represents a pending configuration statement generated by a call to a configuration directive. The set of pending configuration actions are processed when pyramid.config.Configurator.commit() is calle [..]
Source: docs.pylonsproject.org

6

0 Thumbs up   0 Thumbs down

add-on


A Python distribution that uses Pyramid's extensibility to plug into a Pyramid application and provide extra, configurable services.
Source: docs.pylonsproject.org

7

0 Thumbs up   0 Thumbs down

agendaless consulting


A consulting organization formed by Paul Everitt, Tres Seaver, and Chris McDonough. See also See also Agendaless Consulting.
Source: docs.pylonsproject.org

8

0 Thumbs up   0 Thumbs down

akhet


Akhet is a Pyramid library and demo application with a Pylons-like feel. It's most known for its former application scaffold, which helped users transition from Pylons and those preferring a more [..]
Source: docs.pylonsproject.org

9

0 Thumbs up   0 Thumbs down

application registry


A registry of configuration information consulted by Pyramid while servicing an application. An application registry maps resource types to views, as well as housing other application-specific compone [..]
Source: docs.pylonsproject.org

10

0 Thumbs up   0 Thumbs down

asset


Any file contained within a Python package which is not a Python source code file.
Source: docs.pylonsproject.org


To view all 174 definitions, please sign in.