mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	 f467cacdd8
			
		
	
	f467cacdd8
	
	
	
		
			
			The capabilities are now imported as a submodule from mike42/escpos-printer-db fixes #174
		
			
				
	
	
		
			26 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # python temporary files
 | |
| *.pyc
 | |
| 
 | |
| # editor autosaves, data and file browser files
 | |
| $~
 | |
| .idea/
 | |
| .directory
 | |
| .cache/
 | |
| 
 | |
| # temporary data
 | |
| temp
 | |
| 
 | |
| # packaging and testing
 | |
| .tox/
 | |
| *.egg-info/
 | |
| .eggs/
 | |
| *.egg
 | |
| build/
 | |
| dist/
 | |
| .coverage
 | |
| src/escpos/version.py
 | |
| .hypothesis
 | |
| 
 | |
| # testing temporary directories
 | |
| test/test-cli-output/
 |