mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								"""Low-level and high-level APIs to interact with project indexes."""
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								__all__ = ['simple',
							 | 
						||
| 
								 | 
							
								           'xmlrpc',
							 | 
						||
| 
								 | 
							
								           'dist',
							 | 
						||
| 
								 | 
							
								           'errors',
							 | 
						||
| 
								 | 
							
								           'mirrors']
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								from packaging.pypi.dist import ReleaseInfo, ReleasesList, DistInfo
							 |