Advanced Query wraps the Advanced Query extension to zope's ZCatalog (http://www.dieter.handshake.de/pyprojects/zope/AdvancedQuery.html) for use in plone.
Project description
Overview
Advanced Query extends the Advanced Query extension to zope’s ZCatalog (http://www.dieter.handshake.de/pyprojects/zope/AdvancedQuery.html)
example buildout:
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
http://dist.plone.org
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
# Add additional eggs here
# elementtree is required by Plone
eggs =
elementtree
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
.
[plone]
recipe = plone.recipe.plone==3.0.3
[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}
[productdistros]
recipe = plone.recipe.distros
urls =
http://www.dieter.handshake.de/pyprojects/zope/AdvancedQuery.tgz
nested-packages =
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8090
debug-mode = on
verbose-security = on
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
ely.advancedquery
${buildout:eggs}
${plone:eggs}
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
ely.advancedquery
products =
${productdistros:location}
${plone:products}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
To buildout and test from source
python2.4 bootstrap.py ./bin/buildout -N -vvv ./bin/instance test -m ely.advancedquery
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ely.advancedquery-1.1.tar.gz.
File metadata
- Download URL: ely.advancedquery-1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5757d73a8d3e6a6110dd69f06f09a764ddebf243b5d02102e7ac00266f9a80c
|
|
| MD5 |
926ffbc875d6bbaa1fe6fc60144ddb13
|
|
| BLAKE2b-256 |
efc714bce49c002df012e67e26a42a5c0f1511e0bc173690f9903900ab4b554f
|
File details
Details for the file ely.advancedquery-1.1-py2.4.egg.
File metadata
- Download URL: ely.advancedquery-1.1-py2.4.egg
- Upload date:
- Size: 10.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6c4a8260f5a2150abdae486543e552942ad32522c5e5b197dd9316397b7815e
|
|
| MD5 |
1c5b03f82c7ee4c0497ca22988fa1221
|
|
| BLAKE2b-256 |
c0c6481ee3f57b7efca341c8552f0d0b61fde9fe76f1171298c518d223c06045
|