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

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

3

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

4

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

5

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

6

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

7

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

8

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

9

0 Thumbs up   0 Thumbs down

asset descriptor


An instance representing an asset specification provided by the pyramid.path.AssetResolver.resolve() method. It supports the methods and attributes documented in pyramid.interfaces.IAssetDescriptor.
Source: docs.pylonsproject.org

10

0 Thumbs up   0 Thumbs down

asset specification


A colon-delimited identifier for an asset. The colon separates a Python package name from a package subpath. For example, the asset specification my.package:static/baz.css identifies the file named ba [..]
Source: docs.pylonsproject.org


To view all 174 definitions, please sign in.