Metadata-Version: 2.0
Name: malpy
Version: 1.0.0
Summary: Minimal Assembly Language Virtual Machine
Home-page: https://github.com/LSmit202/Mal-Py
Author: Luke Smith
Author-email: lsmit202@musdenver.edu
License: BSD
Platform: UNKNOWN
Provides-Extra: docstest
Requires-Dist: doc8; extra == 'docstest'
Requires-Dist: pyenchant; extra == 'docstest'
Requires-Dist: readme-renderer (>=16.0); extra == 'docstest'
Requires-Dist: sphinx; extra == 'docstest'
Requires-Dist: sphinx-rtd-theme; extra == 'docstest'
Requires-Dist: sphinxcontrib-spelling; extra == 'docstest'
Provides-Extra: pep8test
Requires-Dist: flake8; extra == 'pep8test'
Requires-Dist: flake8-import-order; extra == 'pep8test'
Requires-Dist: pep8-naming; extra == 'pep8test'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

Mal-Py: a minimal assembler and runtime environment
###################################################
.. image:: https://img.shields.io/pypi/v/malpy.svg
    :target: https://pypi.python.org/pypi/malpy
    :alt: latest version

.. image:: https://readthedocs.org/projects/malpy/badge/?version=latest
    :target: `documentation`_
    :alt: latest docs

.. image:: https://travis-ci.org/LSmit202/Mal-Py.svg?branch=master
    :target: https://travis-ci.org/LSmit202/Mal-Py
    :alt: https://travis-ci.org/LSmit202/Mal-Py

.. image:: https://codecov.io/gh/LSmit202/Mal-Py/coverage.svg?branch=master
    :target: https://codecov.io/gh/LSmit202/Mal-Py?branch=master

"Mal-py" is a minimal assembler and run-time environment to teach assembly.
It focuses on the principles of Assembly using a Von Neumann Architecture.

A special thanks to `pyca/cryptography`_ for their ideas on travis integration
with pyenv, tox, and osx. Much of the meta build system and testing scaffolding
is based significantly off of theirs.

Further API documentation can be found at `documentation`_

.. _`pyca/cryptography`: https://github.com/pyca/cryptography
.. _`documentation`: https://mal-py.readthedocs.io


