[Zope3-Users] mkzopeapp to create project.package named
applications?
Jeff Kowalczyk
jtk at yahoo.com
Fri Jul 6 16:03:26 EDT 2007
Phillip, thanks for releasing mkzopeapp. I recently got started with a
buildout-enabled zope-3 project by imitating the layout of z3c.formdemo.
How would I use mkzopeapp to create a project.package name like
z3c.formdemo, or is this not generally recommended for application
packages?
Thanks.
$ usage: mkzopeapp create [options] PACKAGE_NAME
$ mkzopeapp acme.acmesite
Selected and implied templates:
mkzopeapp#zope_app Package that contains a Zope application
Variables:
egg: acme.acmesite
package: acmeacmesite
project: acme.acmesite
Creating template zope_app
Creating directory ./acme.acmesite
Recursing into +package+
Creating ./acme.acmesite/acmeacmesite/
Copying __init__.py to ./acme.acmesite/acmeacmesite/__init__.py
Copying configure.zcml_tmpl to ./acme.acmesite/acmeacmesite/configure.zcml
Copying develop.ini to ./acme.acmesite/acmeacmesite/develop.ini
Copying main.py_tmpl to ./acme.acmesite/acmeacmesite/main.py
Recursing into var
Creating ./acme.acmesite/acmeacmesite/var/
Copying README.txt to ./acme.acmesite/acmeacmesite/var/README.txt
Copying setup.py_tmpl to ./acme.acmesite/setup.py
Running /usr/bin/python setup.py egg_info
$ mkzopeapp AcmeSite
Selected and implied templates:
mkzopeapp#zope_app Package that contains a Zope application
Variables:
egg: AcmeSite
package: acmesite
project: AcmeSite
Creating template zope_app
Creating directory ./AcmeSite
Recursing into +package+
Creating ./AcmeSite/acmesite/
Copying __init__.py to ./AcmeSite/acmesite/__init__.py
Copying configure.zcml_tmpl to ./AcmeSite/acmesite/configure.zcml
Copying develop.ini to ./AcmeSite/acmesite/develop.ini
Copying main.py_tmpl to ./AcmeSite/acmesite/main.py
Recursing into var
Creating ./AcmeSite/acmesite/var/
Copying README.txt to ./AcmeSite/acmesite/var/README.txt
Copying setup.py_tmpl to ./AcmeSite/setup.py
Running /usr/bin/python setup.py egg_info
More information about the Zope3-users
mailing list