| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -5,14 +5,14 @@ from setuptools import setup, find_packages
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import os
 | 
					 | 
					 | 
					 | 
					import os
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import sys
 | 
					 | 
					 | 
					 | 
					import sys
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					# from version import __version__,__author__
 | 
					 | 
					 | 
					 | 
					# from version import __version__,__author__
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					from info import __version__, __author__,__app_name__,__license__,__edition___
 | 
					 | 
					 | 
					 | 
					from info import __version__, __author__,__app_name__,__license__,__edition__
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					def read(fname):
 | 
					 | 
					 | 
					 | 
					def read(fname):
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    return open(os.path.join(os.path.dirname(__file__), fname)).read() 
 | 
					 | 
					 | 
					 | 
					    return open(os.path.join(os.path.dirname(__file__), fname)).read() 
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args    = {
 | 
					 | 
					 | 
					 | 
					args    = {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "name":__app_name__,
 | 
					 | 
					 | 
					 | 
					    "name":__app_name__,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "version":'-'.join([__version__,__edition__]),
 | 
					 | 
					 | 
					 | 
					    "version":__version__,
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "author":__author__,"author_email":"info@the-phi.com",
 | 
					 | 
					 | 
					 | 
					    "author":__author__,"author_email":"info@the-phi.com",
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "license":__license__,
 | 
					 | 
					 | 
					 | 
					    "license":__license__,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # "packages":["transport","info","transport/sql"]},
 | 
					 | 
					 | 
					 | 
					    # "packages":["transport","info","transport/sql"]},
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -22,6 +22,10 @@ args["keywords"]=['mongodb','duckdb','couchdb','rabbitmq','file','read','write',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args["install_requires"] = ['pyncclient','duckdb-engine','pymongo','sqlalchemy','pandas','typer','pandas-gbq','numpy','cloudant','pika','nzpy','termcolor','boto3','boto','pyarrow','google-cloud-bigquery','google-cloud-bigquery-storage','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python','numpy','pymssql','pyspark','pydrill','sqlalchemy_drill']
 | 
					 | 
					 | 
					 | 
					args["install_requires"] = ['pyncclient','duckdb-engine','pymongo','sqlalchemy','pandas','typer','pandas-gbq','numpy','cloudant','pika','nzpy','termcolor','boto3','boto','pyarrow','google-cloud-bigquery','google-cloud-bigquery-storage','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python','numpy','pymssql','pyspark','pydrill','sqlalchemy_drill']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args["url"] =   "https://healthcareio.the-phi.com/git/code/transport.git"
 | 
					 | 
					 | 
					 | 
					args["url"] =   "https://healthcareio.the-phi.com/git/code/transport.git"
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args['scripts'] = ['bin/transport']
 | 
					 | 
					 | 
					 | 
					args['scripts'] = ['bin/transport']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					args['classifiers'] = ['Programming Language :: Python :: 3',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                    'License :: OSI Approved :: MIT License',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                     'Operating System :: OS Independent',
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                                ],
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					# if sys.version_info[0] == 2 :
 | 
					 | 
					 | 
					 | 
					# if sys.version_info[0] == 2 :
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					#     args['use_2to3'] = True
 | 
					 | 
					 | 
					 | 
					#     args['use_2to3'] = True
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					#     args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']
 | 
					 | 
					 | 
					 | 
					#     args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |