Metadata-Version: 2.1
Name: basic-wrangler
Version: 0.5.1
Summary: A BASIC program listing line renumberer/cruncher (aka, a minifier).
Home-page: https://github.com/pahandav/basic-wrangler
Author: pahandav
Author-email: 34494459+pahandav@users.noreply.github.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/pahandav/basic-wrangler/blob/master/docs/Manual.asc
Project-URL: Source, https://github.com/pahandav/basic-wrangler
Project-URL: Issue Tracker, https://github.com/pahandav/basic-wrangler/issues
Project-URL: Release Thread, https://atariage.com/forums/topic/297649-basic-wrangler-a-line-cruncherrenumberer/
Project-URL: Blog, https://oldschoolbasic.blogspot.com/
Description:  # BASIC Wrangler
        ## Purpose
        
        The purpose of BASIC Wrangler is to allow you to write BASIC programs using labels in a dialect-agnostic way. It also combines and crunches lines to take up the least amount of space on output, thus saving you memory. It is designed to be able to work with almost any dialect of line numbered BASIC.
        
        ## Installation
        
        To install with pip, type:
        
        ```Batchfile
        pip install basic-wrangler
        ```
        
        ## Basic Usage
        
        To load the GUI, type `bw` (a harmless console window might open up behind the main window -- ignore it). Type `bw -h` for CLI help. For more, download [the PDF Manual zip file at the release page](https://github.com/pahandav/basic-wrangler/releases).
        
        ## Getting Support
        
        If you have any issues, you can either report them at [the GitHub Issues Tracker](https://github.com/pahandav/basic-wrangler/issues) or you can report them at [the AtariAge Release thread](https://atariage.com/forums/topic/297649-basic-wrangler-a-line-cruncherrenumberer/). There might also be useful information at [my blog](https://oldschoolbasic.blogspot.com/).
        
        ## Attribution
        
        Program icon based on an icon made by [Retinaicons](http://www.flaticon.com/authors/retinaicons) from [www.flaticon.com](http://www.flaticon.com).
         
Keywords: basic cruncher development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Basic
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Pre-processors
Requires-Python: >=3.6
Description-Content-Type: text/markdown
