Glossary
- Interface
- An attribute of a model object that determines its type. It is an
instance of a zope.interface Interface class.
- Virtualenv
- An isolated Python environment. Allows you to control which
packages are used on a particular project by cloning your main
Python. virtualenv
was created by Ian Bicking.
- Setuptools
- Setuptools
builds on Python’s distutils to provide easier building,
distribution, and installation of packages.
- Subversion
- Subversion is a software version
control system.
- Mercurial
- Mercurial is a distributed
software version control system.
- Git
- Git is a distributed software version
control system.
- zc.buildout
- zc.buildout is a Python-based build system
for creating, assembling and deploying applications.
- Zope
- The Z Object Publishing Framework. The granddaddy
of Python web frameworks.