Package mrv :: Module info
[hide private]
[frames] | no frames]

Module info

source code

Provide project related global information.

:note: Importing this module must not have any side effects !

Variables [hide private]
  version = (1, 0, 2, 'develop', 0)
  project_name = 'mrv'
  root_package = 'mrv'
  test_root = 'test'
  author = 'Sebastian Thiel'
  author_email = 'byronimo@gmail.com'
  url = 'https://github.com/Byron/mrv'
  description = 'Development Framework for Autodesk Maya'
  license = 'BSD License'
  src_commit_sha = '0000000000000000000000000000000000000000'
  regression_test_exec = 'mrv/test/bin/tmrvr'
  nosetest_exec = 'mrv/test/bin/tmrv'
  makedoc_exec = 'makedoc'
  docgen_class_path = 'mrv.doc.base.DocGenerator'
  __scripts_bin = ['mrv/bin/mrv', 'mrv/bin/imrv']
  __scripts_test_bin = ['mrv/test/bin/tmrv', 'mrv/test/bin/tmrvr']
  __scripts_test_bin_s = ['bin/tmrv', 'bin/tmrvr']
  __ld = 'MRV is a multi-platform python development environment...
  __requires = ['nose', 'epydoc', 'sphinx', 'gitpython', 'ipython']
  setup_kwargs = {'classifiers': ['Development Status :: 5 - Pro...
  doc_config = {'epydoc_exclude': 'mrv.test,mrv.cmd.ipythonstart...
  __package__ = 'mrv'
  p = 'mrv/test/bin/tmrvr'
Variables Details [hide private]

__ld

Value:
'''MRV is a multi-platform python development environment to ease rapi\
d development 
of maintainable, reliable and high-performance code to be used in and \
around Autodesk Maya.'''

setup_kwargs

Value:
{'classifiers': ['Development Status :: 5 - Production/Stable',
                 'Intended Audience :: Developers',
                 'License :: OSI Approved :: BSD License',
                 'Operating System :: OS Independent',
                 'Programming Language :: Python',
                 'Programming Language :: Python :: 2.5',
                 'Programming Language :: Python :: 2.6',
                 'Topic :: Software Development :: Libraries :: Python\
...

doc_config

Value:
{'epydoc_exclude': 'mrv.test,mrv.cmd.ipythonstartup',
 'epydoc_modules': 'modules: unittest,../mrv',
 'epydoc_show_source': 'yes'}