lsst.pex.config  14.0
 All Classes Namespaces Files Functions Variables Properties Macros Pages
Variables
lsst.pex.config.version Namespace Reference

Variables

string __version__ = '14.0'
 
string __repo_version__ = '14.0'
 
string __fingerprint__ = '0x0'
 
tuple __version_info__ = (14, 0)
 
dictionary __dependency_versions__
 
tuple __all__
 

Variable Documentation

tuple lsst.pex.config.version.__all__
Initial value:
1 = (
2  '__version__',
3  '__repo_version__',
4  '__fingerprint__',
5  '__version_info__',
6  '__dependency_versions__',
7 )

Definition at line 20 of file version.py.

dictionary lsst.pex.config.version.__dependency_versions__
Initial value:
1 = {
2  'boost': '1.60.lsst1+1',
3  'python': 'unknown',
4  'boost_regex': '1.60.lsst1+1',
5  'base': '14.0',
6  'pex_exceptions': '14.0',
7  'numpy': '0.0.4',
8  'utils': '14.0',
9  'daf_base': '14.0',
10  'boost_system': '1.60.lsst1+1',
11  'boost_filesystem': '1.60.lsst1+1',
12  'pex_policy': '14.0',
13  'pybind11': '2.1.1',
14 }

Definition at line 6 of file version.py.

string lsst.pex.config.version.__fingerprint__ = '0x0'

Definition at line 4 of file version.py.

string lsst.pex.config.version.__repo_version__ = '14.0'

Definition at line 3 of file version.py.

string lsst.pex.config.version.__version__ = '14.0'

Definition at line 2 of file version.py.

tuple lsst.pex.config.version.__version_info__ = (14, 0)

Definition at line 5 of file version.py.