Metadata-Version: 1.1
Name: prg2tap
Version: 0.0.1
Summary: Convert KickAssembler prg object code to Oric tap file
Home-page: https://github.com/peckhamdata/prg2tap
Author: worldofchris
Author-email: chris@worldofchris.com
License: MIT
Description: Convert [KickAssembler](http://theweb.dk/KickAssembler/Main.html#frontpage) `.prg` object code to [Oric TAP format](http://wiki.defence-force.org/doku.php?id=oric:hardware:tape_encoding) 
        
        ## Dependencies
        
        * [Python 3](https://www.python.org/download/releases/3.0/)
        
        ## Installation
        
        `pip3 install prg2tap`
        
        ## Usage
        
        `prg2tap < object.prg > object.tap`
        
        Where `object` is the name of your object code.
        
        ## Testing
        
        Run unit tests with:
        
        `pytest`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
