This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Offer an optional tox part to get a local install of the tox testrunner.
Setup buildout.cfg such that separate Python versions (tox environments) create separate scripts / interpreters.
tox runs buildout, passing in the name of the desired environment: that name is used to mangle filenames which would otherwise clash.
Overrides buildouts installed value, so that scripts / interpreters created from one tox enviornment are not removed when running a different environment.
N.B.: The coverage environment is (temporarily) gone. We will replace it with a version which accumulates coverage across all the other environments.
tox
part to get a local install of thetox
testrunner.buildout.cfg
such that separate Python versions (tox environments) create separate scripts / interpreters.installed
value, so that scripts / interpreters created from one tox enviornment are not removed when running a different environment.coverage
environment is (temporarily) gone. We will replace it with a version which accumulates coverage across all the other environments.