Metadata-Version: 2.1
Name: cc86
Version: 0.1.0
Summary: C Cross Compiler for DOS & early 80x86 CPUs.
Home-page: https://github.com/johnnystarr/cc86
Author: Johnny Starr
Author-email: johnnystarr@gmail.com
License: GNU General Public License v3
Keywords: cc86
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)

====
cc86
====

.. image:: https://img.shields.io/pypi/v/cc86.svg
        :target: https://pypi.python.org/pypi/cc86

.. image:: https://img.shields.io/travis/johnnystarr/cc86.svg
        :target: https://travis-ci.com/johnnystarr/cc86

.. image:: https://readthedocs.org/projects/cc86/badge/?version=latest
        :target: https://cc86.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/johnnystarr/cc86/shield.svg
     :target: https://pyup.io/repos/github/johnnystarr/cc86/
     :alt: Updates

C Cross Compiler for DOS & early 80x86 CPUs.

* Free software: GNU General Public License v3
* Documentation: https://cc86.readthedocs.io.



=======
History
=======

0.1.0 (2020-05-08)
------------------

* First release on PyPI.


