mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	* uses now tox (currently with no tests) on python 2.7 and 3.4 * upgraded setup.py to setuptools
		
			
				
	
	
		
			14 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# python temporary files
 | 
						|
*.pyc
 | 
						|
 | 
						|
# editor autosaves
 | 
						|
$~
 | 
						|
.idea/
 | 
						|
 | 
						|
# temporary data
 | 
						|
temp
 | 
						|
 | 
						|
# packaging and testing
 | 
						|
.tox/
 | 
						|
*.egg-info/
 |