Metadata-Version: 2.1
Name: pcbasic
Version: 2.0.dev4
Summary: A free, cross-platform emulator for the GW-BASIC family of interpreters.
Home-page: http://pc-basic.org
Author: Rob Hagemans
Author-email: robhagemans@yahoo.co.uk
License: GPLv3
Keywords: e,m,u,l,a,t,o,r, ,i,n,t,e,r,p,r,e,t,e,r, ,b,a,s,i,c, ,r,e,t,r,o, ,l,e,g,a,c,y, ,g,w,b,a,s,i,c, ,b,a,s,i,c,a, ,p,c,j,r, ,t,a,n,d,y
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Emulators
Classifier: Topic :: Software Development :: Interpreters
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Requires-Python: ~=2.7.12
Requires-Dist: numpy
Requires-Dist: pyserial
Requires-Dist: pyparallel
Provides-Extra: dev
Requires-Dist: lxml; extra == 'dev'
Requires-Dist: markdown; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: cx-Freeze; extra == 'dev'
Provides-Extra: full
Requires-Dist: pygame; extra == 'full'
Requires-Dist: pyaudio; extra == 'full'

PC-BASIC is a free, cross-platform interpreter for GW-BASIC, Advanced BASIC (BASICA), PCjr Cartridge Basic and Tandy 1000 GWBASIC.
It interprets these BASIC dialects with a high degree of accuracy, aiming for bug-for-bug compatibility.
PC-BASIC emulates the most common video and audio hardware on which these BASICs used to run.
PC-BASIC runs plain-text, tokenised and protected .BAS files.
It implements floating-point arithmetic in the Microsoft Binary Format (MBF) and can therefore
read and write binary data files created by GW-BASIC.

