Skip to main content
Test-Layer:

functional

Dolmen is a simple application. The package dolmen.app.site provides an easy way to bootstrap your own applications. It exposes two elements, the Dolmen object and the IDolmen interface.

This creation of Dolmen Application is straightforward:

>>> import grokcore.component as grok
>>> from zope.event import notify
>>> from zope.lifecycleevent import ObjectCreatedEvent
>>> from dolmen.app.site import Dolmen, IDolmen

>>> rocks = Dolmen()
>>> notify(ObjectCreatedEvent(rocks))

>>> IDolmen.providedBy(rocks)
True

It’s a valid zope.component ISite:

>>> import zope.component
>>> from zope.component.interfaces import ISite, IPossibleSite
>>> from zope.site.site import LocalSiteManager
>>> IPossibleSite.providedBy(rocks)
True
>>> ISite.providedBy(rocks)
False
>>> site = LocalSiteManager(rocks)
>>> rocks.setSiteManager(site)
>>> rocks.getSiteManager()
<LocalSiteManager ++etc++site>

Dolmen is a dolmen.content Container (read dolmen.content documentation for more information):

>>> from dolmen.content import IContent, IContainer
>>> IContent.providedBy(rocks)
True
>>> IContainer.providedBy(rocks)
True

Changelog

0.2 (2011-03-06)

  • Added proper license file and tagging (ZPL).

  • Don’t use z3c.testsetup for tests anymore.

  • Dependencies on Grok has been dumped. We now depend on grokcore.site.

  • Cleaned code and dependencies.

  • Stripped down the ftesting.zcml of all the useless statements.

0.1 (2009-10-27)

  • Internal release

Release files for dolmen.app.site 0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dolmen.app.site 0.2
File Size Uploaded
dolmen.app.site-0.2.tar.gz 4.5 kB Details

Release files / dolmen.app.site-0.2.tar.gz

Download URL dolmen.app.site-0.2.tar.gz
Size 4.5 kB
Tags Source
SHA-256 checksum
How to use checksums
5e488707853f7eb473cab7ae5258a7a3df4a4462d566b057e1c6f07cc60f8c45
BLAKE2b-256 checksum
How to use checksums
4c37ae458229fd29fbc67453148773d4aa269ac90c8374bfa8567dad9ca1f87b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2 This release

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page