{ "info": { "author": "Valentin Lorentz", "author_email": "valentin.lorentz+ppp@ens-lyon.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Assemblers", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Compilers" ], "description": "pydigmips\n=========\n\nPython emulator of DigMIPS [1][2] assembler code.\nDigMIPS is a small processor designed for educational purposes.\n\n[1] http://perso.ens-lyon.fr/christophe.alias/archi_lyon1.html\n\n[2] http://perso.ens-lyon.fr/christophe.alias/archi/digmips_full.tgz\n\n\nUsage\n-----\n\nFor the moment, pydigmips only reads RAM files generated by\nCAlias' assembler [3]. So, you have to use the assembler before\nrunning your code:\n\n* ~/src/asm/bin/asm foo.asm > foo.ram\n* python3 -m pydigmips foo.ram\n\n[3] http://perso.ens-lyon.fr/christophe.alias/archi/asm.tgz\n\nNote that pydigmips reads the standard output of the assembler,\nnot the output files.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ProjetPP/pydigmips", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pydigmips", "package_url": "https://pypi.org/project/pydigmips/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydigmips/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ProjetPP/pydigmips" }, "release_url": "https://pypi.org/project/pydigmips/0.2/", "requires_dist": null, "requires_python": null, "summary": "DigMIPS interpreter.", "version": "0.2" }, "last_serial": 1365326, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "71b4f9270754a8e1835ae8caac704894", "sha256": "332e3ad3cc9b82d26eb4d79a8fc061ade46f2fa2b364b2c78b489b3b181049b2" }, "downloads": -1, "filename": "pydigmips-0.1.tar.gz", "has_sig": true, "md5_digest": "71b4f9270754a8e1835ae8caac704894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3958, "upload_time": "2014-11-17T23:15:01", "url": "https://files.pythonhosted.org/packages/f1/c5/957378a4717fc4ab27fe10a5af6c4015dcf9c1ccb66e9fc3fd3201652363/pydigmips-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9a39e6e72489aedd7e2e7177afba2f17", "sha256": "78fb6406ce0ab2a088ed5032f54c51623eac7bcaa6b3becf710de17f4d3991a2" }, "downloads": -1, "filename": "pydigmips-0.1.1.tar.gz", "has_sig": true, "md5_digest": "9a39e6e72489aedd7e2e7177afba2f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3952, "upload_time": "2014-11-17T23:18:25", "url": "https://files.pythonhosted.org/packages/79/bb/8c16cdfd1586d6aedbf2ecc38114810e301a6e72dfc742e9c9fb8ce02252/pydigmips-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "05eef520d3f6081ef7bf1bae8df5c986", "sha256": "101bb3fa4a0c1191613c977c9d761cadb85752693f333823e7eab27b49f5b285" }, "downloads": -1, "filename": "pydigmips-0.2.tar.gz", "has_sig": false, "md5_digest": "05eef520d3f6081ef7bf1bae8df5c986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6507, "upload_time": "2014-12-30T18:58:18", "url": "https://files.pythonhosted.org/packages/d5/c1/e1a67c25319f2757a57f0a9ccdc040dd4278c25fb1977c7b70ecb27a739e/pydigmips-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05eef520d3f6081ef7bf1bae8df5c986", "sha256": "101bb3fa4a0c1191613c977c9d761cadb85752693f333823e7eab27b49f5b285" }, "downloads": -1, "filename": "pydigmips-0.2.tar.gz", "has_sig": false, "md5_digest": "05eef520d3f6081ef7bf1bae8df5c986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6507, "upload_time": "2014-12-30T18:58:18", "url": "https://files.pythonhosted.org/packages/d5/c1/e1a67c25319f2757a57f0a9ccdc040dd4278c25fb1977c7b70ecb27a739e/pydigmips-0.2.tar.gz" } ] }