Metadata-Version: 2.0
Name: PyCpuSimulator
Version: 0.2.0
Summary: PyCpuSimulator is a CPU simulator
Home-page: https://github.com/FabriceSalvaire/PyCpuSimulator
Author: Fabrice Salvaire
Author-email: fabrice.salvaire@orange.fr
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: cpu avr simulator
Platform: any
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Education
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: PyYAML
Requires-Dist: numpy
Requires-Dist: ansicolor
Requires-Dist: ply

.. -*- Mode: rst -*-

.. -*- Mode: rst -*-

..
   |PyCpuSimulatorUrl|
   |PyCpuSimulatorHomePage|_
   |PyCpuSimulatorDoc|_
   |PyCpuSimulator@github|_
   |PyCpuSimulator@readthedocs|_
   |PyCpuSimulator@readthedocs-badge|
   |PyCpuSimulator@pypi|_

.. |ohloh| image:: https://www.openhub.net/accounts/230426/widgets/account_tiny.gif
   :target: https://www.openhub.net/accounts/fabricesalvaire
   :alt: Fabrice Salvaire's Ohloh profile
   :height: 15px
   :width:  80px

.. |PyCpuSimulatorUrl| replace:: http://fabricesalvaire.github.io/PyCpuSimulator

.. |PyCpuSimulatorHomePage| replace:: PyCpuSimulator Home Page
.. _PyCpuSimulatorHomePage: http://fabricesalvaire.github.io/PyCpuSimulator

.. |PyCpuSimulatorDoc| replace:: PyCpuSimulator Documentation
.. _PyCpuSimulatorDoc: http://pyspice.readthedocs.org/en/latest

.. |PyCpuSimulator@readthedocs-badge| image:: https://readthedocs.org/projects/pyspice/badge/?version=latest
   :target: http://pyspice.readthedocs.org/en/latest

.. |PyCpuSimulator@github| replace:: https://github.com/FabriceSalvaire/PyCpuSimulator
.. .. _PyCpuSimulator@github: https://github.com/FabriceSalvaire/PyCpuSimulator

.. |PyCpuSimulator@readthedocs| replace:: http://pyspice.readthedocs.org
.. .. _PyCpuSimulator@readthedocs: http://pyspice.readthedocs.org

.. |PyCpuSimulator@pypi| replace:: https://pypi.python.org/pypi/PyCpuSimulator
.. .. _PyCpuSimulator@pypi: https://pypi.python.org/pypi/PyCpuSimulator

.. |Build Status| image:: https://travis-ci.org/FabriceSalvaire/PyCpuSimulator.svg?branch=master
   :target: https://travis-ci.org/FabriceSalvaire/PyCpuSimulator
   :alt: PyCpuSimulator build status @travis-ci.org

.. |Pypi Download| image:: https://img.shields.io/pypi/dm/PyCpuSimulator.svg
   :target: https://pypi.python.org/pypi/PyCpuSimulator
   :alt: PyCpuSimulator Download per month

.. |Pypi Version| image:: https://img.shields.io/pypi/v/PyCpuSimulator.svg
   :target: https://pypi.python.org/pypi/PyCpuSimulator
   :alt: PyCpuSimulator last version

.. |Pypi License| image:: https://img.shields.io/pypi/l/PyCpuSimulator.svg
   :target: https://pypi.python.org/pypi/PyCpuSimulator
   :alt: PyCpuSimulator license

.. |Pypi Format| image:: https://img.shields.io/pypi/format/PyCpuSimulator.svg
   :target: https://pypi.python.org/pypi/PyCpuSimulator
   :alt: PyCpuSimulator format

.. |Pypi Python Version| image:: https://img.shields.io/pypi/pyversions/PyCpuSimulator.svg
   :target: https://pypi.python.org/pypi/PyCpuSimulator
   :alt: PyCpuSimulator python version

..  coverage test
..  https://img.shields.io/pypi/status/Django.svg
..  https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star

.. End
.. -*- Mode: rst -*-

.. |Python| replace:: Python
.. _Python: http://python.org

.. |PyPI| replace:: PyPI
.. _PyPI: https://pypi.python.org/pypi

.. |Numpy| replace:: Numpy
.. _Numpy: http://www.numpy.org

.. |Sphinx| replace:: Sphinx
.. _Sphinx: http://sphinx-doc.org

.. |cffi| replace:: CFFI
.. _cffi: http://cffi.readthedocs.org

.. |pypy| replace:: pypy
.. _pypy: http://pypy.org

.. End

================
 PyCpuSimulator
================

The official PyCpuSimulator Home Page is located at |PyCpuSimulatorUrl|

The latest documentation build from the git repository is available at readthedocs.org |PyCpuSimulator@readthedocs-badge|

Written by `Fabrice Salvaire <http://fabrice-salvaire.fr>`_.

|Build Status|

|Pypi License|
|Pypi Python Version|

|Pypi Version|
|Pypi Format|
|Pypi Download|

-----

.. -*- Mode: rst -*-


==============
 Introduction
==============

.. End

.. -*- Mode: rst -*-

.. _installation-page:


==============
 Installation
==============

Dependencies
------------

PyCpuSimulator requires the following dependencies:

 * |Python|_ 3

For development, you will need in addition:

 * |Sphinx|_

Installation from PyPi Repository
---------------------------------

PyCpuSimulator is made available on the |Pypi|_ repository at |PyCpuSimulator@pypi|

Run this command to install the last release:

.. code-block:: sh

  pip install PyCpuSimulator

Installation from Source
------------------------

The PyCpuSimulator source code is hosted at |PyCpuSimulator@github|

To clone the Git repository, run this command in a terminal:

.. code-block:: sh

  git clone git@github.com:FabriceSalvaire/PyCpuSimulator.git

Then to build and install PyCpuSimulator run these commands:

.. code-block:: sh

  python setup.py build
  python setup.py install

.. End

.. End


