| Home | Trees | Index | Help |
|
|---|
|
amplee: Atom Publishing Protocol implementation.
atompub: APP is defined as:
'''
The Atom Publishing Protocol is an application-level protocol for
publishing and editing Web resources using HTTP [RFC2616] and XML 1.0.
collection: Synopsis
--------
Collections are the container of member and media resources.
member: APP establishes uses the term of members to describe resources within
an APP service context.
service: Represents an Atom Publisging Protocol service entity.
store: Representation of a store.
workspace
comparer
contrib
atomschematron
crawler: Crawls through an Atom Publishing protocol service document and will
perform some validation, testing against the AtomPub remote service.
error
handler: The amplee.atompub package is the heart of amplee has it carries the
mapping of APP entities.
http_helper: Helper to find the best matching media-types.
indexer: Really simple indexing implementation for amplee
loader: Atom Publising Store loader
Synopsis
--------
The process of creating an Atom Publishing store is
a repetitive task that is common to all projects.
pastify: Helper to use amplee with Paste (http://pythonpaste.org/).
storage
test
utils: Utility functions.
__builtin__.object:
The most base type
amplee.test.features.handler.cl0.AtomHandler
amplee.atompub.collection.AtomPubCollection
amplee.atompub.service.AtomPubService
amplee.atompub.store.AtomPubStore
amplee.atompub.workspace.AtomPubWorkspace
exceptions.BaseException:
Common base class for all exceptions
exceptions.Exception:
Common base class for all non-exit exceptions.
exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
amplee.contrib.atomschematron.Usage
amplee.indexer.BaseIndex
amplee.loader.Config:
Represents an INI file as a tree of Config instances
amplee.contrib.crawler.Crawler
amplee.test.test_indexer.FakeCollection
amplee.test.test_indexer.FakeMember
amplee.atompub.collection.FeedHandler
amplee.indexer.Indexer
amplee.handler.MemberHandler:
Main member hander that HTTP method handler can call to perform CRUD
operations on the member and resource.
amplee.atompub.member.MemberResource
amplee.handler.MemberType
amplee.indexer.MemcacheContainer
amplee.indexer.MemoryContainer:
Dummy memory container based on the dictionnary.
amplee.contrib.crawler.Options
amplee.indexer.ShelveContainer
amplee.storage.Storage:
Base storage class.
amplee.storage.StorageResourceInfo
unittest.TestCase:
A class whose instances are single test cases.
funkload.FunkLoadTestCase.FunkLoadTestCase:
Unit test with browser and configuration capabilties.
cherrypy.test.webtest.WebCase
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
dejavu.units.Unit:
Unit(**kwarg properties).
amplee.contrib.atomschematron.faux_instruction
amplee.contrib.atomschematron.faux_root_node
amplee.test.features.test_features.Root
httplib.HTTPConnection
httplib.HTTPResponse
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 19 15:32:18 2007 | http://epydoc.sf.net |