37846c09139779dca4538b635d1952ffca597241
				
			
			
		
	One of the major task of rallyclient is a command line interface.
This patch implements base for it.
 - rallyclient.exc - the main module for exceptions, which include custom
    exceptions(not implemented yet) and exceptions from common code;
 - rallyclient.shell - base shell, which is independent from version of API
 - rallyclient.utils - custom rallyclient's utils
 - rallyclient._i18n - setup for oslo.i18n
 - rallyclient.v1.* - versioned module for Rally API V1
   - rallyclient.v1.shell - base shell for Rally API V1
bp api-rally-python-client
Change-Id: I910b311908013207aac04ae3b2f24405b58f69c9
		
	
Python bindings to the Rally API
This is a client library for Rally built on the Rally API.
- Free software: Apache license
 - Documentation: http://wiki.openstack.org/wiki/Rally
 
Description