Module to handle spacemaps

Annotation For project.py
anonymous

Annotation For project.py

Origin for each line in project.py from check-in bfe3da6658:

bfe3da6658 2010-10-14 c.kworr@f7677: 'project information'
bfe3da6658 2010-10-14 c.kworr@f7677: 
bfe3da6658 2010-10-14 c.kworr@f7677: #: project name
bfe3da6658 2010-10-14 c.kworr@f7677: name = 'py-spacemap'
bfe3da6658 2010-10-14 c.kworr@f7677: 
bfe3da6658 2010-10-14 c.kworr@f7677: #: IRI based project identity
bfe3da6658 2010-10-14 c.kworr@f7677: identity = 'http://code.google.com/p/py-spacemap'
bfe3da6658 2010-10-14 c.kworr@f7677: 
bfe3da6658 2010-10-14 c.kworr@f7677: author = 'Volodymyr Kostyrko <c.kworr@gmail.com>'
bfe3da6658 2010-10-14 c.kworr@f7677: description = 'Class to manage space mappings.'
bfe3da6658 2010-10-14 c.kworr@f7677: 
bfe3da6658 2010-10-14 c.kworr@f7677: # Set this to the target date when approaching a release.
bfe3da6658 2010-10-14 c.kworr@f7677: #date = ''
bfe3da6658 2010-10-14 c.kworr@f7677: date = None
bfe3da6658 2010-10-14 c.kworr@f7677: #tags = set([])
bfe3da6658 2010-10-14 c.kworr@f7677: version_info = (1, 0, 0)
bfe3da6658 2010-10-14 c.kworr@f7677: version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')